Skip to content

Commit

Permalink
v9.0.0-rc.64
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed May 7, 2021
1 parent be20faf commit a86c083
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions api/package.json
@@ -1,6 +1,6 @@
{
"name": "directus",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"license": "GPL-3.0-only",
"homepage": "https://github.com/directus/directus#readme",
"description": "Directus is a real-time API and App dashboard for managing SQL database content.",
Expand Down Expand Up @@ -65,14 +65,14 @@
"example.env"
],
"dependencies": {
"@directus/app": "9.0.0-rc.63",
"@directus/drive": "9.0.0-rc.63",
"@directus/drive-azure": "9.0.0-rc.63",
"@directus/drive-gcs": "9.0.0-rc.63",
"@directus/drive-s3": "9.0.0-rc.63",
"@directus/format-title": "9.0.0-rc.63",
"@directus/schema": "9.0.0-rc.63",
"@directus/specs": "9.0.0-rc.63",
"@directus/app": "9.0.0-rc.64",
"@directus/drive": "9.0.0-rc.64",
"@directus/drive-azure": "9.0.0-rc.64",
"@directus/drive-gcs": "9.0.0-rc.64",
"@directus/drive-s3": "9.0.0-rc.64",
"@directus/format-title": "9.0.0-rc.64",
"@directus/schema": "9.0.0-rc.64",
"@directus/specs": "9.0.0-rc.64",
"@godaddy/terminus": "^4.4.1",
"argon2": "^0.27.0",
"atob": "^2.1.2",
Expand Down
6 changes: 3 additions & 3 deletions app/package.json
@@ -1,6 +1,6 @@
{
"name": "@directus/app",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"private": false,
"description": "Directus is an Open-Source Headless CMS & API for Managing Custom Databases",
"author": "Rijk van Zanten <rijk@rngr.org>",
Expand All @@ -27,8 +27,8 @@
},
"gitHead": "71bf628955b5da15ce3070dc09478bc558f243a4",
"devDependencies": {
"@directus/docs": "9.0.0-rc.63",
"@directus/format-title": "9.0.0-rc.63",
"@directus/docs": "9.0.0-rc.64",
"@directus/format-title": "9.0.0-rc.64",
"@fullcalendar/core": "^5.6.0",
"@fullcalendar/daygrid": "^5.6.0",
"@fullcalendar/interaction": "^5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@directus/docs",
"private": false,
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "",
"main": "index.json",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,7 +5,7 @@
"docs",
"api"
],
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion packages/create-directus-project/package.json
@@ -1,6 +1,6 @@
{
"name": "create-directus-project",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "A small installer util that will create a directory, add boilerplate folders, and install Directus through npm.",
"main": "lib/index.js",
"bin": "./lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/drive-azure/package.json
@@ -1,6 +1,6 @@
{
"name": "@directus/drive-azure",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "Azure Blob driver for @directus/drive",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@azure/storage-blob": "^12.2.1",
"@directus/drive": "9.0.0-rc.63",
"@directus/drive": "9.0.0-rc.64",
"normalize-path": "^3.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/drive-gcs/package.json
@@ -1,6 +1,6 @@
{
"name": "@directus/drive-gcs",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "Google Cloud Storage driver for @directus/drive",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dev": "npm run build -- -w --preserveWatchOutput --incremental"
},
"dependencies": {
"@directus/drive": "9.0.0-rc.63",
"@directus/drive": "9.0.0-rc.64",
"@google-cloud/storage": "^5.8.4",
"normalize-path": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/drive-s3/package.json
@@ -1,6 +1,6 @@
{
"name": "@directus/drive-s3",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "AWS S3 driver for @directus/drive",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dev": "npm run build -- -w --preserveWatchOutput --incremental"
},
"dependencies": {
"@directus/drive": "9.0.0-rc.63",
"@directus/drive": "9.0.0-rc.64",
"aws-sdk": "^2.902.0",
"normalize-path": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/drive/package.json
@@ -1,6 +1,6 @@
{
"name": "@directus/drive",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "Flexible and Fluent way to manage storage in Node.js.",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/format-title/package.json
@@ -1,6 +1,6 @@
{
"name": "@directus/format-title",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)",
"keywords": [
"title-case",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-directus/package.json
@@ -1,6 +1,6 @@
{
"name": "@directus/gatsby-source-directus",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "Source plugin for pulling data into Gatsby from a Directus API.",
"author": "João Biondo <wolfulus@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@directus/schema",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "Utility for extracting information about existing DB schema",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "@directus/sdk",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "The official Directus SDK for use in JavaScript!",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/specs/package.json
@@ -1,6 +1,6 @@
{
"name": "@directus/specs",
"version": "9.0.0-rc.63",
"version": "9.0.0-rc.64",
"description": "OpenAPI Specification of the Directus API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a86c083

Please sign in to comment.