diff --git a/lerna.json b/lerna.json index 5a1d2c6a6a..9342917447 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.9.99-alpha.2", + "version": "0.9.99-alpha.3", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/auth/package.json b/packages/auth/package.json index 7092f4006f..8490e025c4 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/auth", - "version": "0.9.99-alpha.2", + "version": "0.9.99-alpha.3", "description": "Authentication middlewares for budibase builder and apps", "main": "src/index.js", "author": "Budibase", @@ -41,4 +41,4 @@ "pouchdb-all-dbs": "^1.0.2" }, "gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc" -} \ No newline at end of file +} diff --git a/packages/bbui/package.json b/packages/bbui/package.json index c19c994e82..f5de734f3a 100644 --- a/packages/bbui/package.json +++ b/packages/bbui/package.json @@ -1,7 +1,7 @@ { "name": "@budibase/bbui", "description": "A UI solution used in the different Budibase projects.", - "version": "0.9.99-alpha.2", + "version": "0.9.99-alpha.3", "license": "AGPL-3.0", "svelte": "src/index.js", "module": "dist/bbui.es.js", @@ -81,4 +81,4 @@ "svelte-portal": "^1.0.0" }, "gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc" -} \ No newline at end of file +} diff --git a/packages/builder/package.json b/packages/builder/package.json index 7798609594..e7c20c27df 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/builder", - "version": "0.9.99-alpha.2", + "version": "0.9.99-alpha.3", "license": "AGPL-3.0", "private": true, "scripts": { @@ -65,10 +65,10 @@ } }, "dependencies": { - "@budibase/bbui": "^0.9.99-alpha.2", - "@budibase/client": "^0.9.99-alpha.2", + "@budibase/bbui": "^0.9.99-alpha.3", + "@budibase/client": "^0.9.99-alpha.3", "@budibase/colorpicker": "^1.1.2", - "@budibase/string-templates": "^0.9.99-alpha.2", + "@budibase/string-templates": "^0.9.99-alpha.3", "@sentry/browser": "5.19.1", "@spectrum-css/page": "^3.0.1", "@spectrum-css/vars": "^3.0.1", @@ -109,4 +109,4 @@ "vite": "^2.1.5" }, "gitHead": "115189f72a850bfb52b65ec61d932531bf327072" -} \ No newline at end of file +} diff --git a/packages/cli/package.json b/packages/cli/package.json index 7da27dbfac..04710b22b0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/cli", - "version": "0.9.99-alpha.2", + "version": "0.9.99-alpha.3", "description": "Budibase CLI, for developers, self hosting and migrations.", "main": "src/index.js", "bin": { @@ -31,4 +31,4 @@ "devDependencies": { "eslint": "^7.20.0" } -} \ No newline at end of file +} diff --git a/packages/client/package.json b/packages/client/package.json index 6b8d1ccc5f..93a384c4a2 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/client", - "version": "0.9.99-alpha.2", + "version": "0.9.99-alpha.3", "license": "MPL-2.0", "module": "dist/budibase-client.js", "main": "dist/budibase-client.js", @@ -18,9 +18,9 @@ "dev:builder": "rollup -cw" }, "dependencies": { - "@budibase/bbui": "^0.9.99-alpha.2", - "@budibase/standard-components": "^0.9.99-alpha.2", - "@budibase/string-templates": "^0.9.99-alpha.2", + "@budibase/bbui": "^0.9.99-alpha.3", + "@budibase/standard-components": "^0.9.99-alpha.3", + "@budibase/string-templates": "^0.9.99-alpha.3", "regexparam": "^1.3.0", "shortid": "^2.2.15", "svelte-spa-router": "^3.0.5" @@ -42,4 +42,4 @@ "svelte": "^3.38.2" }, "gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc" -} \ No newline at end of file +} diff --git a/packages/server/package.json b/packages/server/package.json index a792c40637..41b0787440 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@budibase/server", "email": "hi@budibase.com", - "version": "0.9.99-alpha.2", + "version": "0.9.99-alpha.3", "description": "Budibase Web Server", "main": "src/index.js", "repository": { @@ -62,9 +62,9 @@ "author": "Budibase", "license": "AGPL-3.0-or-later", "dependencies": { - "@budibase/auth": "^0.9.99-alpha.2", - "@budibase/client": "^0.9.99-alpha.2", - "@budibase/string-templates": "^0.9.99-alpha.2", + "@budibase/auth": "^0.9.99-alpha.3", + "@budibase/client": "^0.9.99-alpha.3", + "@budibase/string-templates": "^0.9.99-alpha.3", "@elastic/elasticsearch": "7.10.0", "@koa/router": "8.0.0", "@sendgrid/mail": "7.1.1", @@ -117,7 +117,7 @@ "devDependencies": { "@babel/core": "^7.14.3", "@babel/preset-env": "^7.14.4", - "@budibase/standard-components": "^0.9.99-alpha.2", + "@budibase/standard-components": "^0.9.99-alpha.3", "@jest/test-sequencer": "^24.8.0", "@types/bull": "^3.15.1", "@types/jest": "^26.0.23", @@ -142,4 +142,4 @@ "update-dotenv": "^1.1.1" }, "gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc" -} \ No newline at end of file +} diff --git a/packages/standard-components/package.json b/packages/standard-components/package.json index 625d3e22bd..8b9842e6c0 100644 --- a/packages/standard-components/package.json +++ b/packages/standard-components/package.json @@ -29,11 +29,11 @@ "keywords": [ "svelte" ], - "version": "0.9.99-alpha.2", + "version": "0.9.99-alpha.3", "license": "MIT", "gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc", "dependencies": { - "@budibase/bbui": "^0.9.99-alpha.2", + "@budibase/bbui": "^0.9.99-alpha.3", "@spectrum-css/card": "^3.0.3", "@spectrum-css/divider": "^1.0.3", "@spectrum-css/link": "^3.1.3", @@ -45,4 +45,4 @@ "svelte-apexcharts": "^1.0.2", "svelte-flatpickr": "^3.1.0" } -} \ No newline at end of file +} diff --git a/packages/string-templates/package.json b/packages/string-templates/package.json index 26e85caffc..02e84a5622 100644 --- a/packages/string-templates/package.json +++ b/packages/string-templates/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/string-templates", - "version": "0.9.99-alpha.2", + "version": "0.9.99-alpha.3", "description": "Handlebars wrapper for Budibase templating.", "main": "src/index.cjs", "module": "dist/bundle.mjs", @@ -40,4 +40,4 @@ "typescript": "^4.1.3" }, "gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc" -} \ No newline at end of file +} diff --git a/packages/worker/package.json b/packages/worker/package.json index 8508055942..088efa018e 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -1,7 +1,7 @@ { "name": "@budibase/worker", "email": "hi@budibase.com", - "version": "0.9.99-alpha.2", + "version": "0.9.99-alpha.3", "description": "Budibase background service", "main": "src/index.js", "repository": { @@ -23,8 +23,8 @@ "author": "Budibase", "license": "AGPL-3.0-or-later", "dependencies": { - "@budibase/auth": "^0.9.99-alpha.2", - "@budibase/string-templates": "^0.9.99-alpha.2", + "@budibase/auth": "^0.9.99-alpha.3", + "@budibase/string-templates": "^0.9.99-alpha.3", "@koa/router": "^8.0.0", "@techpass/passport-openidconnect": "^0.3.0", "aws-sdk": "^2.811.0", @@ -64,4 +64,4 @@ ] }, "gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc" -} \ No newline at end of file +}