From c5e6fe001b36b053a8e7d09703d2c51f5c2d2e71 Mon Sep 17 00:00:00 2001 From: michael shanks Date: Tue, 10 Sep 2019 13:07:35 +0100 Subject: [PATCH] v0.0.3 --- lerna.json | 2 +- packages/builder/package.json | 2 +- packages/client/package.json | 2 +- packages/core/package.json | 2 +- packages/datastores/package.json | 4 ++-- packages/server/package.json | 4 ++-- packages/standard-components/package.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lerna.json b/lerna.json index d160a5a485..f8d6fc26b0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/builder/package.json b/packages/builder/package.json index e49e4fa486..858afb1069 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/builder", - "version": "0.0.2", + "version": "0.0.3", "license": "AGPL-3.0", "scripts": { "build": "rollup -c", diff --git a/packages/client/package.json b/packages/client/package.json index cc2a008d4b..c7a1c6a14c 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/client", - "version": "0.0.2", + "version": "0.0.3", "license": "MPL-2.0", "scripts": { "build": "rollup -c", diff --git a/packages/core/package.json b/packages/core/package.json index fdc188c867..eba3dcafed 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/core", - "version": "0.0.2", + "version": "0.0.3", "description": "core javascript library for budibase", "main": "dist/budibase-core.umd.js", "module": "dist/budibase-core.esm.js", diff --git a/packages/datastores/package.json b/packages/datastores/package.json index fab4213d66..5cb191ca0c 100644 --- a/packages/datastores/package.json +++ b/packages/datastores/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/datastores", - "version": "0.0.2", + "version": "0.0.3", "description": "implementations of all the datastores... azureblob, local etc", "main": "index.js", "scripts": { @@ -27,7 +27,7 @@ "@babel/core": "^7.1.2", "@babel/node": "^7.0.0", "@babel/preset-env": "^7.1.0", - "@budibase/core": "^0.0.2", + "@budibase/core": "^0.0.3", "es6-promisify": "^6.0.1", "lodash": "^4.17.13", "p-limit": "^2.0.0", diff --git a/packages/server/package.json b/packages/server/package.json index f406f0065e..772c9f5a15 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/server", - "version": "0.0.2", + "version": "0.0.3", "description": "Budibase Web Server", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ "author": "Michael Shanks", "license": "AGPL-3.0-or-later", "dependencies": { - "@budibase/core": "^0.0.2", + "@budibase/core": "^0.0.3", "@koa/router": "^8.0.0", "argon2": "^0.23.0", "fs-extra": "^8.1.0", diff --git a/packages/standard-components/package.json b/packages/standard-components/package.json index 18d49c37e8..f7e12fbc18 100644 --- a/packages/standard-components/package.json +++ b/packages/standard-components/package.json @@ -26,6 +26,6 @@ "files": [ "dist" ], - "version": "0.0.2", + "version": "0.0.3", "license": "MIT" }