Skip to content

Commit

Permalink
v1.0.150
Browse files Browse the repository at this point in the history
  • Loading branch information
Budibase Release Bot committed May 10, 2022
1 parent ee7e3cf commit 0da892a
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.149",
"version": "1.0.150",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@budibase/backend-core",
"version": "1.0.149",
"version": "1.0.150",
"description": "Budibase backend core libraries used in server and worker",
"main": "src/index.js",
"author": "Budibase",
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": "1.0.149",
"version": "1.0.150",
"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": "^1.0.149",
"@budibase/string-templates": "^1.0.150",
"@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": "1.0.149",
"version": "1.0.150",
"license": "GPL-3.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -67,10 +67,10 @@
}
},
"dependencies": {
"@budibase/bbui": "^1.0.149",
"@budibase/client": "^1.0.149",
"@budibase/frontend-core": "^1.0.149",
"@budibase/string-templates": "^1.0.149",
"@budibase/bbui": "^1.0.150",
"@budibase/client": "^1.0.150",
"@budibase/frontend-core": "^1.0.150",
"@budibase/string-templates": "^1.0.150",
"@sentry/browser": "5.19.1",
"@spectrum-css/page": "^3.0.1",
"@spectrum-css/vars": "^3.0.1",
Expand Down
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": "@budibase/cli",
"version": "1.0.149",
"version": "1.0.150",
"description": "Budibase CLI, for developers, self hosting and migrations.",
"main": "src/index.js",
"bin": {
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": "1.0.149",
"version": "1.0.150",
"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": "^1.0.149",
"@budibase/frontend-core": "^1.0.149",
"@budibase/string-templates": "^1.0.149",
"@budibase/bbui": "^1.0.150",
"@budibase/frontend-core": "^1.0.150",
"@budibase/string-templates": "^1.0.150",
"@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": "1.0.149",
"version": "1.0.150",
"description": "Budibase frontend core libraries used in builder and client",
"author": "Budibase",
"license": "MPL-2.0",
"svelte": "src/index.js",
"dependencies": {
"@budibase/bbui": "^1.0.149",
"@budibase/bbui": "^1.0.150",
"lodash": "^4.17.21",
"svelte": "^3.46.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@budibase/server",
"email": "hi@budibase.com",
"version": "1.0.149",
"version": "1.0.150",
"description": "Budibase Web Server",
"main": "src/index.ts",
"repository": {
Expand Down Expand Up @@ -68,10 +68,10 @@
"license": "GPL-3.0",
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@budibase/backend-core": "^1.0.149",
"@budibase/client": "^1.0.149",
"@budibase/backend-core": "^1.0.150",
"@budibase/client": "^1.0.150",
"@budibase/pro": "1.0.149",
"@budibase/string-templates": "^1.0.149",
"@budibase/string-templates": "^1.0.150",
"@bull-board/api": "^3.7.0",
"@bull-board/koa": "^3.7.0",
"@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": "1.0.149",
"version": "1.0.150",
"description": "Handlebars wrapper for Budibase templating.",
"main": "src/index.cjs",
"module": "dist/bundle.mjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@budibase/worker",
"email": "hi@budibase.com",
"version": "1.0.149",
"version": "1.0.150",
"description": "Budibase background service",
"main": "src/index.ts",
"repository": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"author": "Budibase",
"license": "GPL-3.0",
"dependencies": {
"@budibase/backend-core": "^1.0.149",
"@budibase/backend-core": "^1.0.150",
"@budibase/pro": "1.0.149",
"@budibase/string-templates": "^1.0.149",
"@budibase/string-templates": "^1.0.150",
"@koa/router": "^8.0.0",
"@sentry/node": "6.17.7",
"@techpass/passport-openidconnect": "^0.3.0",
Expand Down

0 comments on commit 0da892a

Please sign in to comment.