From de6d060234f2f0f55e76ccfa0c6929dacc048129 Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Tue, 4 Jan 2022 10:54:47 -0500 Subject: [PATCH 1/6] Prevent stalebot from closing issues --- .github/stale.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 3112dfa8e7..5875ed1282 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,9 @@ -# Number of days of inactivity before an issue becomes stale +# Configuration for probot-stale - https://github.com/probot/stale +# Number of days of inactivity before an Issue or Pull Request becomes stale daysUntilStale: 60 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. +# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. +daysUntilClose: false # Issues with these labels will never be considered stale exemptLabels: - pinned From ba5586e601757d181da96ca2d17c41e23c8997ae Mon Sep 17 00:00:00 2001 From: Budibase Staging Release Bot <> Date: Tue, 4 Jan 2022 18:07:13 +0000 Subject: [PATCH 2/6] v1.0.27-alpha.3 --- lerna.json | 2 +- packages/auth/package.json | 2 +- packages/bbui/package.json | 2 +- packages/builder/package.json | 8 ++++---- packages/cli/package.json | 2 +- packages/client/package.json | 6 +++--- packages/server/package.json | 8 ++++---- packages/string-templates/package.json | 2 +- packages/worker/package.json | 6 +++--- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lerna.json b/lerna.json index c31d90ba46..9e711a35e5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.27-alpha.2", + "version": "1.0.27-alpha.3", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/auth/package.json b/packages/auth/package.json index 1113c60d7e..2bb7191150 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/auth", - "version": "1.0.27-alpha.2", + "version": "1.0.27-alpha.3", "description": "Authentication middlewares for budibase builder and apps", "main": "src/index.js", "author": "Budibase", diff --git a/packages/bbui/package.json b/packages/bbui/package.json index 7b0e150c91..a329bc3047 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": "1.0.27-alpha.2", + "version": "1.0.27-alpha.3", "license": "MPL-2.0", "svelte": "src/index.js", "module": "dist/bbui.es.js", diff --git a/packages/builder/package.json b/packages/builder/package.json index 69ef82cb24..dcf342a84e 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/builder", - "version": "1.0.27-alpha.2", + "version": "1.0.27-alpha.3", "license": "GPL-3.0", "private": true, "scripts": { @@ -65,10 +65,10 @@ } }, "dependencies": { - "@budibase/bbui": "^1.0.27-alpha.2", - "@budibase/client": "^1.0.27-alpha.2", + "@budibase/bbui": "^1.0.27-alpha.3", + "@budibase/client": "^1.0.27-alpha.3", "@budibase/colorpicker": "1.1.2", - "@budibase/string-templates": "^1.0.27-alpha.2", + "@budibase/string-templates": "^1.0.27-alpha.3", "@sentry/browser": "5.19.1", "@spectrum-css/page": "^3.0.1", "@spectrum-css/vars": "^3.0.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 67d857d57c..8d05a24d7b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/cli", - "version": "1.0.27-alpha.2", + "version": "1.0.27-alpha.3", "description": "Budibase CLI, for developers, self hosting and migrations.", "main": "src/index.js", "bin": { diff --git a/packages/client/package.json b/packages/client/package.json index 41d9850339..db178f9bdd 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/client", - "version": "1.0.27-alpha.2", + "version": "1.0.27-alpha.3", "license": "MPL-2.0", "module": "dist/budibase-client.js", "main": "dist/budibase-client.js", @@ -19,9 +19,9 @@ "dev:builder": "rollup -cw" }, "dependencies": { - "@budibase/bbui": "^1.0.27-alpha.2", + "@budibase/bbui": "^1.0.27-alpha.3", "@budibase/standard-components": "^0.9.139", - "@budibase/string-templates": "^1.0.27-alpha.2", + "@budibase/string-templates": "^1.0.27-alpha.3", "regexparam": "^1.3.0", "shortid": "^2.2.15", "svelte-spa-router": "^3.0.5" diff --git a/packages/server/package.json b/packages/server/package.json index 1117f3a8e0..819c3673d6 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@budibase/server", "email": "hi@budibase.com", - "version": "1.0.27-alpha.2", + "version": "1.0.27-alpha.3", "description": "Budibase Web Server", "main": "src/index.ts", "repository": { @@ -70,9 +70,9 @@ "license": "GPL-3.0", "dependencies": { "@apidevtools/swagger-parser": "^10.0.3", - "@budibase/auth": "^1.0.27-alpha.2", - "@budibase/client": "^1.0.27-alpha.2", - "@budibase/string-templates": "^1.0.27-alpha.2", + "@budibase/auth": "^1.0.27-alpha.3", + "@budibase/client": "^1.0.27-alpha.3", + "@budibase/string-templates": "^1.0.27-alpha.3", "@bull-board/api": "^3.7.0", "@bull-board/koa": "^3.7.0", "@elastic/elasticsearch": "7.10.0", diff --git a/packages/string-templates/package.json b/packages/string-templates/package.json index ce1da2cb67..a0943842e9 100644 --- a/packages/string-templates/package.json +++ b/packages/string-templates/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/string-templates", - "version": "1.0.27-alpha.2", + "version": "1.0.27-alpha.3", "description": "Handlebars wrapper for Budibase templating.", "main": "src/index.cjs", "module": "dist/bundle.mjs", diff --git a/packages/worker/package.json b/packages/worker/package.json index f0a32afb09..6db48db358 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -1,7 +1,7 @@ { "name": "@budibase/worker", "email": "hi@budibase.com", - "version": "1.0.27-alpha.2", + "version": "1.0.27-alpha.3", "description": "Budibase background service", "main": "src/index.js", "repository": { @@ -29,8 +29,8 @@ "author": "Budibase", "license": "GPL-3.0", "dependencies": { - "@budibase/auth": "^1.0.27-alpha.2", - "@budibase/string-templates": "^1.0.27-alpha.2", + "@budibase/auth": "^1.0.27-alpha.3", + "@budibase/string-templates": "^1.0.27-alpha.3", "@koa/router": "^8.0.0", "@sentry/node": "^6.0.0", "@techpass/passport-openidconnect": "^0.3.0", From 8d9db5c846d7eee66706068ecfb650956c77c606 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 5 Jan 2022 15:01:28 +0000 Subject: [PATCH 3/6] Adding test case to check that query dynamic variables are cached correctly and error scenario is handled. --- packages/server/__mocks__/node-fetch.ts | 12 +++ .../server/src/api/routes/tests/query.spec.js | 79 +++++++++++-------- 2 files changed, 59 insertions(+), 32 deletions(-) diff --git a/packages/server/__mocks__/node-fetch.ts b/packages/server/__mocks__/node-fetch.ts index 6bd55186b5..5f5e53657d 100644 --- a/packages/server/__mocks__/node-fetch.ts +++ b/packages/server/__mocks__/node-fetch.ts @@ -1,5 +1,6 @@ module FetchMock { const fetch = jest.requireActual("node-fetch") + let failCount = 0 module.exports = async (url: any, opts: any) => { function json(body: any, status = 200) { @@ -63,6 +64,17 @@ module FetchMock { opts, value: "", }) + } else if (url.includes("failonce.com")) { + failCount++ + if (failCount === 1) { + return json({ message: "error" }, 500) + } else { + return json({ + fails: failCount - 1, + url, + opts, + }) + } } return fetch(url, opts) } diff --git a/packages/server/src/api/routes/tests/query.spec.js b/packages/server/src/api/routes/tests/query.spec.js index 8589f4ded6..c8f842e584 100644 --- a/packages/server/src/api/routes/tests/query.spec.js +++ b/packages/server/src/api/routes/tests/query.spec.js @@ -11,6 +11,7 @@ authDb.isProdAppID = mockIsProdAppID const setup = require("./utilities") const { checkBuilderEndpoint } = require("./utilities/TestFunctions") +const { checkCacheForDynamicVariable } = require("../../../threads/utils") const { basicQuery, basicDatasource } = setup.structures describe("/queries", () => { @@ -239,33 +240,7 @@ describe("/queries", () => { }) } - it("should work with static variables", async () => { - const datasource = await restDatasource({ - staticVariables: { - variable: "google", - variable2: "1", - }, - }) - const res = await request - .post(`/api/queries/preview`) - .send({ - datasourceId: datasource._id, - parameters: {}, - fields: { - path: "www.{{ variable }}.com", - queryString: "test={{ variable2 }}", - }, - queryVerb: "read", - }) - .set(config.defaultHeaders()) - .expect("Content-Type", /json/) - .expect(200) - // these responses come from the mock - expect(res.body.schemaFields).toEqual(["url", "opts", "value"]) - expect(res.body.rows[0].url).toEqual("http://www.google.com?test=1") - }) - - it("should work with dynamic variables", async () => { + async function dynamicVariableDatasource() { const datasource = await restDatasource() const basedOnQuery = await config.createQuery({ ...basicQuery(datasource._id), @@ -281,22 +256,62 @@ describe("/queries", () => { ] } }) - const res = await request + return { datasource, query: basedOnQuery } + } + + async function preview(datasource, fields) { + return await request .post(`/api/queries/preview`) .send({ datasourceId: datasource._id, parameters: {}, - fields: { - path: "www.google.com", - queryString: "test={{ variable3 }}", - }, + fields, queryVerb: "read", }) .set(config.defaultHeaders()) .expect("Content-Type", /json/) .expect(200) + } + + it("should work with static variables", async () => { + const datasource = await restDatasource({ + staticVariables: { + variable: "google", + variable2: "1", + }, + }) + const res = await preview(datasource, { + path: "www.{{ variable }}.com", + queryString: "test={{ variable2 }}", + }) + // these responses come from the mock + expect(res.body.schemaFields).toEqual(["url", "opts", "value"]) + expect(res.body.rows[0].url).toEqual("http://www.google.com?test=1") + }) + + it("should work with dynamic variables", async () => { + const { datasource } = await dynamicVariableDatasource() + const res = await preview(datasource, { + path: "www.google.com", + queryString: "test={{ variable3 }}", + }) expect(res.body.schemaFields).toEqual(["url", "opts", "value"]) expect(res.body.rows[0].url).toContain("doctype html") }) + + it("check that it automatically retries on fail with cached dynamics", async () => { + const { datasource, query: base } = await dynamicVariableDatasource() + // preview once to cache + await preview(datasource, { path: "www.google.com", queryString: "test={{ variable3 }}" }) + // check its in cache + const contents = await checkCacheForDynamicVariable(base._id, "variable3") + expect(contents.rows.length).toEqual(1) + const res = await preview(datasource, { + path: "www.failonce.com", + queryString: "test={{ variable3 }}", + }) + expect(res.body.schemaFields).toEqual(["fails", "url", "opts"]) + expect(res.body.rows[0].fails).toEqual(1) + }) }) }) From 7732d8de3e9a4222891f607d59668035db0c17a0 Mon Sep 17 00:00:00 2001 From: Budibase Staging Release Bot <> Date: Wed, 5 Jan 2022 15:28:59 +0000 Subject: [PATCH 4/6] v1.0.27-alpha.4 --- lerna.json | 2 +- packages/auth/package.json | 2 +- packages/bbui/package.json | 2 +- packages/builder/package.json | 8 ++++---- packages/cli/package.json | 2 +- packages/client/package.json | 6 +++--- packages/server/package.json | 8 ++++---- packages/string-templates/package.json | 2 +- packages/worker/package.json | 6 +++--- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lerna.json b/lerna.json index 9e711a35e5..fa238636d7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.27-alpha.3", + "version": "1.0.27-alpha.4", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/auth/package.json b/packages/auth/package.json index 2bb7191150..b81a38f6b3 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/auth", - "version": "1.0.27-alpha.3", + "version": "1.0.27-alpha.4", "description": "Authentication middlewares for budibase builder and apps", "main": "src/index.js", "author": "Budibase", diff --git a/packages/bbui/package.json b/packages/bbui/package.json index a329bc3047..8d0c839f4e 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": "1.0.27-alpha.3", + "version": "1.0.27-alpha.4", "license": "MPL-2.0", "svelte": "src/index.js", "module": "dist/bbui.es.js", diff --git a/packages/builder/package.json b/packages/builder/package.json index dcf342a84e..ad0fc3168b 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/builder", - "version": "1.0.27-alpha.3", + "version": "1.0.27-alpha.4", "license": "GPL-3.0", "private": true, "scripts": { @@ -65,10 +65,10 @@ } }, "dependencies": { - "@budibase/bbui": "^1.0.27-alpha.3", - "@budibase/client": "^1.0.27-alpha.3", + "@budibase/bbui": "^1.0.27-alpha.4", + "@budibase/client": "^1.0.27-alpha.4", "@budibase/colorpicker": "1.1.2", - "@budibase/string-templates": "^1.0.27-alpha.3", + "@budibase/string-templates": "^1.0.27-alpha.4", "@sentry/browser": "5.19.1", "@spectrum-css/page": "^3.0.1", "@spectrum-css/vars": "^3.0.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 8d05a24d7b..caf47d7083 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/cli", - "version": "1.0.27-alpha.3", + "version": "1.0.27-alpha.4", "description": "Budibase CLI, for developers, self hosting and migrations.", "main": "src/index.js", "bin": { diff --git a/packages/client/package.json b/packages/client/package.json index db178f9bdd..02ec3c23bf 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/client", - "version": "1.0.27-alpha.3", + "version": "1.0.27-alpha.4", "license": "MPL-2.0", "module": "dist/budibase-client.js", "main": "dist/budibase-client.js", @@ -19,9 +19,9 @@ "dev:builder": "rollup -cw" }, "dependencies": { - "@budibase/bbui": "^1.0.27-alpha.3", + "@budibase/bbui": "^1.0.27-alpha.4", "@budibase/standard-components": "^0.9.139", - "@budibase/string-templates": "^1.0.27-alpha.3", + "@budibase/string-templates": "^1.0.27-alpha.4", "regexparam": "^1.3.0", "shortid": "^2.2.15", "svelte-spa-router": "^3.0.5" diff --git a/packages/server/package.json b/packages/server/package.json index a00514be56..d2ccacfdf8 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@budibase/server", "email": "hi@budibase.com", - "version": "1.0.27-alpha.3", + "version": "1.0.27-alpha.4", "description": "Budibase Web Server", "main": "src/index.ts", "repository": { @@ -70,9 +70,9 @@ "license": "GPL-3.0", "dependencies": { "@apidevtools/swagger-parser": "^10.0.3", - "@budibase/auth": "^1.0.27-alpha.3", - "@budibase/client": "^1.0.27-alpha.3", - "@budibase/string-templates": "^1.0.27-alpha.3", + "@budibase/auth": "^1.0.27-alpha.4", + "@budibase/client": "^1.0.27-alpha.4", + "@budibase/string-templates": "^1.0.27-alpha.4", "@bull-board/api": "^3.7.0", "@bull-board/koa": "^3.7.0", "@elastic/elasticsearch": "7.10.0", diff --git a/packages/string-templates/package.json b/packages/string-templates/package.json index a0943842e9..3bd9c16c5f 100644 --- a/packages/string-templates/package.json +++ b/packages/string-templates/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/string-templates", - "version": "1.0.27-alpha.3", + "version": "1.0.27-alpha.4", "description": "Handlebars wrapper for Budibase templating.", "main": "src/index.cjs", "module": "dist/bundle.mjs", diff --git a/packages/worker/package.json b/packages/worker/package.json index 6db48db358..f5de9d579f 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -1,7 +1,7 @@ { "name": "@budibase/worker", "email": "hi@budibase.com", - "version": "1.0.27-alpha.3", + "version": "1.0.27-alpha.4", "description": "Budibase background service", "main": "src/index.js", "repository": { @@ -29,8 +29,8 @@ "author": "Budibase", "license": "GPL-3.0", "dependencies": { - "@budibase/auth": "^1.0.27-alpha.3", - "@budibase/string-templates": "^1.0.27-alpha.3", + "@budibase/auth": "^1.0.27-alpha.4", + "@budibase/string-templates": "^1.0.27-alpha.4", "@koa/router": "^8.0.0", "@sentry/node": "^6.0.0", "@techpass/passport-openidconnect": "^0.3.0", From 07fb8cbb13b459ea1f2dfb708a8618f9de674e47 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 5 Jan 2022 16:41:09 +0000 Subject: [PATCH 5/6] Updating CLI to build required versions and including it as part of the release workflow. --- .github/workflows/release-selfhost.yml | 26 +++++++++++++++++++------- .gitignore | 2 ++ packages/cli/package.json | 4 +++- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-selfhost.yml b/.github/workflows/release-selfhost.yml index 3e2e5ca6b7..31af7fe571 100644 --- a/.github/workflows/release-selfhost.yml +++ b/.github/workflows/release-selfhost.yml @@ -9,11 +9,12 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v1 with: - fetch_depth: 0 + node-version: 14.x - name: Tag and release Docker images (Self Host) - run: | + run: | docker login -u $DOCKER_USER -p $DOCKER_PASSWORD # Get latest release version @@ -28,7 +29,7 @@ jobs: # Tag apps and worker images docker tag budibase/apps:$release_tag budibase/apps:$SELFHOST_TAG docker tag budibase/worker:$release_tag budibase/worker:$SELFHOST_TAG - + # Push images docker push budibase/apps:$SELFHOST_TAG docker push budibase/worker:$SELFHOST_TAG @@ -36,13 +37,20 @@ jobs: DOCKER_USER: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }} SELFHOST_TAG: latest - - - name: Setup Helm + + - name: Setup Helm uses: azure/setup-helm@v1 id: helm-install + - name: Build CLI executables + run: | + pushd packages/cli + yarn + yarn build + popd + # - name: Build and release helm chart - # run: | + # run: | # git config user.name "Budibase Helm Bot" # git config user.email "<>" # mv budibase-${{ env.RELEASE_VERSION }}.tgz docs @@ -66,4 +74,8 @@ jobs: with: name: v${{ env.RELEASE_VERSION }} tag_name: v${{ env.RELEASE_VERSION }} - generate_release_notes: true \ No newline at end of file + generate_release_notes: true + files: | + packages/cli/build/cli-win.exe + packages/cli/build/cli-linux + packages/cli/build/cli-macos \ No newline at end of file diff --git a/.gitignore b/.gitignore index 086813c97e..6ba2f61ed7 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,5 @@ hosting/.generated-envoy.dev.yaml # Sublime text *.sublime-project *.sublime-workspace + +bin/ diff --git a/packages/cli/package.json b/packages/cli/package.json index caf47d7083..8cccba1767 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -13,7 +13,9 @@ }, "pkg": { "targets": [ - "node14" + "node14-linux", + "node14-win", + "node14-macos" ], "outputPath": "build" }, From 5ff0505f113ac4edaac163b45624ec6e9434912d Mon Sep 17 00:00:00 2001 From: Budibase Staging Release Bot <> Date: Thu, 6 Jan 2022 13:31:15 +0000 Subject: [PATCH 6/6] v1.0.27-alpha.5 --- lerna.json | 2 +- packages/auth/package.json | 2 +- packages/bbui/package.json | 2 +- packages/builder/package.json | 8 ++++---- packages/cli/package.json | 2 +- packages/client/package.json | 6 +++--- packages/server/package.json | 8 ++++---- packages/string-templates/package.json | 2 +- packages/worker/package.json | 6 +++--- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lerna.json b/lerna.json index fa238636d7..591565b377 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.27-alpha.4", + "version": "1.0.27-alpha.5", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/auth/package.json b/packages/auth/package.json index b81a38f6b3..058d5fe43d 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/auth", - "version": "1.0.27-alpha.4", + "version": "1.0.27-alpha.5", "description": "Authentication middlewares for budibase builder and apps", "main": "src/index.js", "author": "Budibase", diff --git a/packages/bbui/package.json b/packages/bbui/package.json index 8d0c839f4e..f53c314eaa 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": "1.0.27-alpha.4", + "version": "1.0.27-alpha.5", "license": "MPL-2.0", "svelte": "src/index.js", "module": "dist/bbui.es.js", diff --git a/packages/builder/package.json b/packages/builder/package.json index ad0fc3168b..6aa67e307e 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/builder", - "version": "1.0.27-alpha.4", + "version": "1.0.27-alpha.5", "license": "GPL-3.0", "private": true, "scripts": { @@ -65,10 +65,10 @@ } }, "dependencies": { - "@budibase/bbui": "^1.0.27-alpha.4", - "@budibase/client": "^1.0.27-alpha.4", + "@budibase/bbui": "^1.0.27-alpha.5", + "@budibase/client": "^1.0.27-alpha.5", "@budibase/colorpicker": "1.1.2", - "@budibase/string-templates": "^1.0.27-alpha.4", + "@budibase/string-templates": "^1.0.27-alpha.5", "@sentry/browser": "5.19.1", "@spectrum-css/page": "^3.0.1", "@spectrum-css/vars": "^3.0.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 8cccba1767..b61d914501 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/cli", - "version": "1.0.27-alpha.4", + "version": "1.0.27-alpha.5", "description": "Budibase CLI, for developers, self hosting and migrations.", "main": "src/index.js", "bin": { diff --git a/packages/client/package.json b/packages/client/package.json index 02ec3c23bf..1163410f09 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/client", - "version": "1.0.27-alpha.4", + "version": "1.0.27-alpha.5", "license": "MPL-2.0", "module": "dist/budibase-client.js", "main": "dist/budibase-client.js", @@ -19,9 +19,9 @@ "dev:builder": "rollup -cw" }, "dependencies": { - "@budibase/bbui": "^1.0.27-alpha.4", + "@budibase/bbui": "^1.0.27-alpha.5", "@budibase/standard-components": "^0.9.139", - "@budibase/string-templates": "^1.0.27-alpha.4", + "@budibase/string-templates": "^1.0.27-alpha.5", "regexparam": "^1.3.0", "shortid": "^2.2.15", "svelte-spa-router": "^3.0.5" diff --git a/packages/server/package.json b/packages/server/package.json index d2ccacfdf8..35e81561f1 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@budibase/server", "email": "hi@budibase.com", - "version": "1.0.27-alpha.4", + "version": "1.0.27-alpha.5", "description": "Budibase Web Server", "main": "src/index.ts", "repository": { @@ -70,9 +70,9 @@ "license": "GPL-3.0", "dependencies": { "@apidevtools/swagger-parser": "^10.0.3", - "@budibase/auth": "^1.0.27-alpha.4", - "@budibase/client": "^1.0.27-alpha.4", - "@budibase/string-templates": "^1.0.27-alpha.4", + "@budibase/auth": "^1.0.27-alpha.5", + "@budibase/client": "^1.0.27-alpha.5", + "@budibase/string-templates": "^1.0.27-alpha.5", "@bull-board/api": "^3.7.0", "@bull-board/koa": "^3.7.0", "@elastic/elasticsearch": "7.10.0", diff --git a/packages/string-templates/package.json b/packages/string-templates/package.json index 3bd9c16c5f..eb8102a0bb 100644 --- a/packages/string-templates/package.json +++ b/packages/string-templates/package.json @@ -1,6 +1,6 @@ { "name": "@budibase/string-templates", - "version": "1.0.27-alpha.4", + "version": "1.0.27-alpha.5", "description": "Handlebars wrapper for Budibase templating.", "main": "src/index.cjs", "module": "dist/bundle.mjs", diff --git a/packages/worker/package.json b/packages/worker/package.json index f5de9d579f..a22f7cedbc 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -1,7 +1,7 @@ { "name": "@budibase/worker", "email": "hi@budibase.com", - "version": "1.0.27-alpha.4", + "version": "1.0.27-alpha.5", "description": "Budibase background service", "main": "src/index.js", "repository": { @@ -29,8 +29,8 @@ "author": "Budibase", "license": "GPL-3.0", "dependencies": { - "@budibase/auth": "^1.0.27-alpha.4", - "@budibase/string-templates": "^1.0.27-alpha.4", + "@budibase/auth": "^1.0.27-alpha.5", + "@budibase/string-templates": "^1.0.27-alpha.5", "@koa/router": "^8.0.0", "@sentry/node": "^6.0.0", "@techpass/passport-openidconnect": "^0.3.0",