Skip to content

Commit

Permalink
Publish v0.7.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Feb 27, 2024
1 parent f0f146e commit 4d5de06
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/cli",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/client",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/devtools-node",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/devtools",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-scalars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/graphql-scalars",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-composedb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-environment-composedb",
"private": true,
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"description": "ComposeDB environment for Jest",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/loader",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/runtime",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@composedb/server",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-composedb#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@composedb/test-schemas",
"private": true,
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
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": "@composedb/types",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://composedb.js.org",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.7.0-rc.2",
"version": "0.7.0-rc.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 4d5de06

Please sign in to comment.