mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
v11.0.1
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Improved policies migration to handle a missing foreign key on `directus_permissions.role` more gracefully
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/api": patch
|
||||
---
|
||||
|
||||
Ensured the migrations are properly executed when bootstrapping MySQL
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/api": patch
|
||||
---
|
||||
|
||||
Fixed drop foreign key if has different constraint name on permissions policies migrations
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Removed update delay in the block editor interface
|
||||
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/api": patch
|
||||
---
|
||||
|
||||
Fixed the init CLI command for MySQL to use the new `mysql2` package
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed list structure in draggable lists
|
||||
@@ -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"
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': minor
|
||||
---
|
||||
|
||||
Added transaction retry mechanism for SQLite if a `SQLITE_BUSY` errors occurs
|
||||
@@ -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
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user