diff --git a/.changeset/chatty-jars-cough.md b/.changeset/chatty-jars-cough.md deleted file mode 100644 index 44d4af4c66..0000000000 --- a/.changeset/chatty-jars-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@directus/api": patch ---- - -Fixed OAS generation to be based on permissions diff --git a/.changeset/good-apricots-shake.md b/.changeset/good-apricots-shake.md deleted file mode 100644 index 81164bc0ec..0000000000 --- a/.changeset/good-apricots-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@directus/api": patch ---- - -Use the hostname as the OAS URL if no PUBLIC_URL has been specified diff --git a/.changeset/late-shrimps-destroy.md b/.changeset/late-shrimps-destroy.md deleted file mode 100644 index 3e0532846e..0000000000 --- a/.changeset/late-shrimps-destroy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@directus/api": patch -"@directus/specs": patch ---- - -Ensured the paths and schemas in the generated OAS are based on current user diff --git a/.changeset/nice-rice-eat.md b/.changeset/nice-rice-eat.md deleted file mode 100644 index 4c198e126f..0000000000 --- a/.changeset/nice-rice-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@directus/app": patch -"@directus/themes": patch ---- - -Fixed form paddings in default dark theme, enhanced theme selector interface diff --git a/api/package.json b/api/package.json index 4505e1580d..a9e452df0e 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@directus/api", - "version": "14.1.0", + "version": "14.1.1", "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 bf814574e0..76a80c947f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@directus/app", - "version": "10.13.0", + "version": "10.13.1", "description": "App dashboard for Directus", "homepage": "https://directus.io", "repository": { diff --git a/directus/package.json b/directus/package.json index fbe1191e06..2ff5a08009 100644 --- a/directus/package.json +++ b/directus/package.json @@ -1,6 +1,6 @@ { "name": "directus", - "version": "10.8.0", + "version": "10.8.1", "description": "Directus is a real-time API and App dashboard for managing SQL database content", "keywords": [ "directus", diff --git a/packages/specs/package.json b/packages/specs/package.json index ca9fb48be1..caf56c9066 100644 --- a/packages/specs/package.json +++ b/packages/specs/package.json @@ -1,6 +1,6 @@ { "name": "@directus/specs", - "version": "10.2.2", + "version": "10.2.3", "description": "OpenAPI Specification of the Directus API", "homepage": "https://directus.io", "repository": { diff --git a/packages/themes/package.json b/packages/themes/package.json index 5c36289e2c..db7aa2d9e5 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,6 +1,6 @@ { "name": "@directus/themes", - "version": "0.3.0", + "version": "0.3.1", "description": "Themes for Directus", "homepage": "https://directus.io", "repository": {