Skip to content

Commit

Permalink
v9.0.0-rc.30
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jan 15, 2021
1 parent 31a773c commit c9c764d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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",
"version": "9.0.0-rc.29",
"version": "9.0.0-rc.30",
"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
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.0.0-rc.29",
"version": "9.0.0-rc.30",
"private": false,
"description": "Directus is an Open-Source Headless CMS & API for Managing Custom Databases",
"author": "Rijk van Zanten <rijk@rngr.org>",
Expand Down
2 changes: 1 addition & 1 deletion docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@directus/docs",
"private": false,
"version": "9.0.0-rc.29",
"version": "9.0.0-rc.30",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"docs",
"packages/*"
],
"version": "9.0.0-rc.29",
"version": "9.0.0-rc.30",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion packages/create-directus-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-directus-project",
"version": "9.0.0-rc.29",
"version": "9.0.0-rc.30",
"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
2 changes: 1 addition & 1 deletion packages/format-title/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/format-title",
"version": "9.0.0-rc.29",
"version": "9.0.0-rc.30",
"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/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/schema",
"version": "9.0.0-rc.29",
"version": "9.0.0-rc.30",
"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-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directus/sdk-js",
"version": "9.0.0-rc.29",
"version": "9.0.0-rc.30",
"description": "The official Directus SDK for use in JavaScript!",
"main": "dist/sdk-js.cjs.js",
"module": "dist/sdk-js.bundler.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/specs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.0-rc.29",
"version": "9.0.0-rc.30",
"description": "OpenAPI Specification of the Directus API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c9c764d

Please sign in to comment.