This commit is contained in:
Rijk van Zanten
2024-03-06 17:27:08 -05:00
parent f1786f17b7
commit 7d50f764ea
13 changed files with 8 additions and 37 deletions

View File

@@ -1,5 +0,0 @@
---
"docs": patch
---
Added a note about / reflect the relocation of custom migrations

View File

@@ -1,6 +0,0 @@
---
'@directus/extensions-sdk': patch
---
Fixed an issue that would cause the host field of the package extension manifest to be the sdk version rather than
directus version

View File

@@ -1,6 +0,0 @@
---
'@directus/api': patch
---
Fixed issues with the marketplace migration script for MySQL/MariaDB, as well as for multiple bundle extensions having
same sub-extension names

View File

@@ -1,7 +0,0 @@
---
'@directus/api': minor
'@directus/env': patch
'docs': patch
---
Added support for the EMAIL_TEMPLATES_PATH to allow email templates to exist in any given location

View File

@@ -1,5 +0,0 @@
---
'@directus/extensions': patch
---
Fixed an issue that would cause extensions loading to fail when non-extension folders were included in the extensions folder

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/api",
"version": "18.0.0",
"version": "18.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": "11.0.0",
"version": "11.0.1",
"description": "App dashboard for Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "directus",
"version": "10.10.0",
"version": "10.10.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": "create-directus-extension",
"version": "10.1.5",
"version": "10.1.6",
"description": "A small util that will scaffold a Directus extension",
"keywords": [
"directus",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/extensions-registry",
"version": "1.0.0",
"version": "1.0.1",
"description": "Abstraction for exploring Directus extensions on a package registry",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/extensions-sdk",
"version": "11.0.0",
"version": "11.0.1",
"description": "A toolkit to develop extensions to extend Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/extensions",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities and types for Directus extensions",
"homepage": "https://directus.io",
"repository": {