Skip to content

Commit

Permalink
v9.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Apr 20, 2023
1 parent f855194 commit 835b0de
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/api",
"version": "9.25.1",
"version": "9.25.2",
"description": "Directus is a real-time API and App dashboard for managing SQL database content",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/app",
"version": "9.25.1",
"version": "9.25.2",
"description": "App dashboard for Directus",
"homepage": "https://directus.io",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion directus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "directus",
"version": "9.25.1",
"version": "9.25.2",
"description": "Directus is a real-time API and App dashboard for managing SQL database content",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"dependencies": {
"node-fetch": "^3.3.1"
},
"version": "9.25.1"
"version": "9.25.2"
}
2 changes: 1 addition & 1 deletion packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/composables",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/constants",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-directus-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-directus-extension",
"version": "9.25.1",
"version": "9.25.2",
"description": "A small util that will scaffold a Directus extension",
"keywords": [
"directus",
Expand Down
2 changes: 1 addition & 1 deletion packages/exceptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/exceptions",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/extensions-sdk",
"version": "9.25.1",
"version": "9.25.2",
"description": "A toolkit to develop extensions to extend Directus",
"homepage": "https://directus.io",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/schema",
"version": "9.25.1",
"version": "9.25.2",
"description": "Utility for extracting information about existing DB schema",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/specs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/specs",
"version": "9.25.1",
"version": "9.25.2",
"description": "OpenAPI Specification of the Directus API",
"homepage": "https://directus.io",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-driver-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-azure",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-driver-cloudinary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-cloudinary",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-driver-gcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-gcs",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-driver-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-local",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-driver-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-s3",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/storage",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/types",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/update-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/update-check",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/utils",
"version": "9.25.1",
"version": "9.25.2",
"type": "module",
"scripts": {
"build": "tsc --project browser/tsconfig.json && tsc --project node/tsconfig.json && tsc --project shared/tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion tests/blackbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"typescript": "4.9.5",
"uuid": "9.0.0"
},
"version": "9.25.1"
"version": "9.25.2"
}

0 comments on commit 835b0de

Please sign in to comment.