This commit is contained in:
Rijk van Zanten
2024-08-08 13:10:25 -04:00
parent 81b0e30a32
commit 034341c5b1
14 changed files with 4 additions and 58 deletions

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Improved policies migration to handle a missing foreign key on `directus_permissions.role` more gracefully

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Ensured the migrations are properly executed when bootstrapping MySQL

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Fixed drop foreign key if has different constraint name on permissions policies migrations

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Removed update delay in the block editor interface

View File

@@ -1,6 +0,0 @@
---
'@directus/env': minor
'docs': minor
---
Added support to provide a cast prefix to config variables which are read from a file using the `_FILE` suffix

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Fixed the init CLI command for MySQL to use the new `mysql2` package

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed list structure in draggable lists

View File

@@ -1,6 +0,0 @@
---
'@directus/app': patch
---
Fixed an issue that would cause the translations display not to use the correct language if the user relied on "system
language"

View File

@@ -1,5 +0,0 @@
---
'@directus/api': minor
---
Added transaction retry mechanism for SQLite if a `SQLITE_BUSY` errors occurs

View File

@@ -1,7 +0,0 @@
---
'@directus/env': major
'docs': minor
'@directus/api': minor
---
Added support for listening on unix sockets via a new `UNIX_SOCKET_PATH` variable

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/api",
"version": "22.0.0",
"version": "22.1.0",
"description": "Directus is a real-time API and App dashboard for managing SQL database content",
"keywords": [
"directus",

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/app",
"version": "13.0.0",
"version": "13.0.1",
"description": "App dashboard for Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "directus",
"version": "11.0.0",
"version": "11.0.1",
"description": "Directus is a real-time API and App dashboard for managing SQL database content",
"keywords": [
"directus",

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/env",
"version": "2.0.0",
"version": "3.0.0",
"description": "Utilities around using global env configuration",
"homepage": "https://directus.io",
"repository": {