Skip to content

Commit

Permalink
v2.2.12-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Budibase Staging Release Bot committed Jan 12, 2023
1 parent 2d086cc commit eddf280
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@budibase/backend-core",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"description": "Budibase backend core libraries used in server and worker",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@budibase/nano": "10.1.1",
"@budibase/types": "2.2.12-alpha.14",
"@budibase/types": "2.2.12-alpha.15",
"@shopify/jest-koa-mocks": "5.0.1",
"@techpass/passport-openidconnect": "0.3.2",
"aws-cloudfront-sign": "2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/bbui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@budibase/bbui",
"description": "A UI solution used in the different Budibase projects.",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"license": "MPL-2.0",
"svelte": "src/index.js",
"module": "dist/bbui.es.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "1.2.1",
"@budibase/string-templates": "2.2.12-alpha.14",
"@budibase/string-templates": "2.2.12-alpha.15",
"@spectrum-css/actionbutton": "1.0.1",
"@spectrum-css/actiongroup": "1.0.1",
"@spectrum-css/avatar": "3.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@budibase/builder",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"license": "GPL-3.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -71,10 +71,10 @@
}
},
"dependencies": {
"@budibase/bbui": "2.2.12-alpha.14",
"@budibase/client": "2.2.12-alpha.14",
"@budibase/frontend-core": "2.2.12-alpha.14",
"@budibase/string-templates": "2.2.12-alpha.14",
"@budibase/bbui": "2.2.12-alpha.15",
"@budibase/client": "2.2.12-alpha.15",
"@budibase/frontend-core": "2.2.12-alpha.15",
"@budibase/string-templates": "2.2.12-alpha.15",
"@sentry/browser": "5.19.1",
"@spectrum-css/page": "^3.0.1",
"@spectrum-css/vars": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@budibase/cli",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"description": "Budibase CLI, for developers, self hosting and migrations.",
"main": "src/index.js",
"bin": {
Expand All @@ -26,9 +26,9 @@
"outputPath": "build"
},
"dependencies": {
"@budibase/backend-core": "2.2.12-alpha.14",
"@budibase/string-templates": "2.2.12-alpha.14",
"@budibase/types": "2.2.12-alpha.14",
"@budibase/backend-core": "2.2.12-alpha.15",
"@budibase/string-templates": "2.2.12-alpha.15",
"@budibase/types": "2.2.12-alpha.15",
"axios": "0.21.2",
"chalk": "4.1.0",
"cli-progress": "3.11.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@budibase/client",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"license": "MPL-2.0",
"module": "dist/budibase-client.js",
"main": "dist/budibase-client.js",
Expand All @@ -19,9 +19,9 @@
"dev:builder": "rollup -cw"
},
"dependencies": {
"@budibase/bbui": "2.2.12-alpha.14",
"@budibase/frontend-core": "2.2.12-alpha.14",
"@budibase/string-templates": "2.2.12-alpha.14",
"@budibase/bbui": "2.2.12-alpha.15",
"@budibase/frontend-core": "2.2.12-alpha.15",
"@budibase/string-templates": "2.2.12-alpha.15",
"@spectrum-css/button": "^3.0.3",
"@spectrum-css/card": "^3.0.3",
"@spectrum-css/divider": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend-core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@budibase/frontend-core",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"description": "Budibase frontend core libraries used in builder and client",
"author": "Budibase",
"license": "MPL-2.0",
"svelte": "src/index.js",
"dependencies": {
"@budibase/bbui": "2.2.12-alpha.14",
"@budibase/bbui": "2.2.12-alpha.15",
"lodash": "^4.17.21",
"svelte": "^3.46.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@budibase/sdk",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"description": "Budibase Public API SDK",
"author": "Budibase",
"license": "MPL-2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@budibase/server",
"email": "[email protected]",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"description": "Budibase Web Server",
"main": "src/index.ts",
"repository": {
Expand Down Expand Up @@ -43,11 +43,11 @@
"license": "GPL-3.0",
"dependencies": {
"@apidevtools/swagger-parser": "10.0.3",
"@budibase/backend-core": "2.2.12-alpha.14",
"@budibase/client": "2.2.12-alpha.14",
"@budibase/backend-core": "2.2.12-alpha.15",
"@budibase/client": "2.2.12-alpha.15",
"@budibase/pro": "2.2.12-alpha.14",
"@budibase/string-templates": "2.2.12-alpha.14",
"@budibase/types": "2.2.12-alpha.14",
"@budibase/string-templates": "2.2.12-alpha.15",
"@budibase/types": "2.2.12-alpha.15",
"@bull-board/api": "3.7.0",
"@bull-board/koa": "3.9.4",
"@elastic/elasticsearch": "7.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/string-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@budibase/string-templates",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"description": "Handlebars wrapper for Budibase templating.",
"main": "src/index.cjs",
"module": "dist/bundle.mjs",
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": "@budibase/types",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"description": "Budibase types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@budibase/worker",
"email": "[email protected]",
"version": "2.2.12-alpha.14",
"version": "2.2.12-alpha.15",
"description": "Budibase background service",
"main": "src/index.ts",
"repository": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"author": "Budibase",
"license": "GPL-3.0",
"dependencies": {
"@budibase/backend-core": "2.2.12-alpha.14",
"@budibase/backend-core": "2.2.12-alpha.15",
"@budibase/pro": "2.2.12-alpha.14",
"@budibase/string-templates": "2.2.12-alpha.14",
"@budibase/types": "2.2.12-alpha.14",
"@budibase/string-templates": "2.2.12-alpha.15",
"@budibase/types": "2.2.12-alpha.15",
"@koa/router": "8.0.8",
"@sentry/node": "6.17.7",
"@techpass/passport-openidconnect": "0.3.2",
Expand Down

0 comments on commit eddf280

Please sign in to comment.