diff --git a/.changeset/dull-kings-marry.md b/.changeset/dull-kings-marry.md deleted file mode 100644 index 27c50e2d36e48..0000000000000 --- a/.changeset/dull-kings-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@directus/api': patch ---- - -Implemented sort number for fields in collections on creation to ensure order is always retained diff --git a/.changeset/four-lions-hammer.md b/.changeset/four-lions-hammer.md deleted file mode 100644 index 75127f656e5b4..0000000000000 --- a/.changeset/four-lions-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -Fixed docker example to work out of the box diff --git a/.changeset/shaggy-dodos-glow.md b/.changeset/shaggy-dodos-glow.md deleted file mode 100644 index 1bee9f5afbedc..0000000000000 --- a/.changeset/shaggy-dodos-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@directus/app': patch ---- - -Updated list of collections for Event Hooks in Flows to not include folders diff --git a/.changeset/shiny-olives-sin.md b/.changeset/shiny-olives-sin.md deleted file mode 100644 index e95bc05f2da33..0000000000000 --- a/.changeset/shiny-olives-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@directus/app': minor ---- - -Fixed display template with nested data for items in calendar layout diff --git a/api/package.json b/api/package.json index 609b692f8de08..514068b012e22 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@directus/api", - "version": "12.0.0", + "version": "12.0.2", "description": "Directus is a real-time API and App dashboard for managing SQL database content", "keywords": [ "directus", diff --git a/app/package.json b/app/package.json index e070f4b421919..e7df6a4351911 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@directus/app", - "version": "10.4.0", + "version": "10.4.2", "description": "App dashboard for Directus", "homepage": "https://directus.io", "repository": { diff --git a/directus/package.json b/directus/package.json index ed4d445c336a5..a016a28d2860f 100644 --- a/directus/package.json +++ b/directus/package.json @@ -1,6 +1,6 @@ { "name": "directus", - "version": "10.3.1", + "version": "10.4.2", "description": "Directus is a real-time API and App dashboard for managing SQL database content", "keywords": [ "directus",