mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
v10.10.1
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"docs": patch
|
||||
---
|
||||
|
||||
Added a note about / reflect the relocation of custom migrations
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user