Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin McKeaveney committed Feb 4, 2021
1 parent 2f76344 commit 02a2c60
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.1",
"version": "0.7.2",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@budibase/builder",
"version": "0.7.1",
"version": "0.7.2",
"license": "AGPL-3.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -64,9 +64,9 @@
},
"dependencies": {
"@budibase/bbui": "^1.56.0",
"@budibase/client": "^0.7.1",
"@budibase/client": "^0.7.2",
"@budibase/colorpicker": "^1.0.1",
"@budibase/string-templates": "^0.7.1",
"@budibase/string-templates": "^0.7.2",
"@budibase/svelte-ag-grid": "^0.0.16",
"@sentry/browser": "5.19.1",
"@svelteschool/svelte-forms": "^0.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@budibase/client",
"version": "0.7.1",
"version": "0.7.2",
"license": "MPL-2.0",
"main": "dist/budibase-client.js",
"module": "dist/budibase-client.js",
Expand All @@ -9,14 +9,14 @@
"dev:builder": "rollup -cw"
},
"dependencies": {
"@budibase/string-templates": "^0.7.1",
"@budibase/string-templates": "^0.7.2",
"deep-equal": "^2.0.1",
"regexparam": "^1.3.0",
"shortid": "^2.2.15",
"svelte-spa-router": "^3.0.5"
},
"devDependencies": {
"@budibase/standard-components": "^0.7.1",
"@budibase/standard-components": "^0.7.2",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"fs-extra": "^8.1.0",
Expand Down
6 changes: 3 additions & 3 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": "0.7.1",
"version": "0.7.2",
"description": "Budibase Web Server",
"main": "src/electron.js",
"repository": {
Expand Down Expand Up @@ -50,8 +50,8 @@
"author": "Budibase",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@budibase/client": "^0.7.1",
"@budibase/string-templates": "^0.7.1",
"@budibase/client": "^0.7.2",
"@budibase/string-templates": "^0.7.2",
"@elastic/elasticsearch": "^7.10.0",
"@koa/router": "^8.0.0",
"@sendgrid/mail": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"keywords": [
"svelte"
],
"version": "0.7.1",
"version": "0.7.2",
"license": "MIT",
"gitHead": "62ebf3cedcd7e9b2494b4f8cbcfb90927609b491",
"dependencies": {
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": "0.7.1",
"version": "0.7.2",
"description": "Handlebars wrapper for Budibase templating.",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@budibase/deployment",
"email": "hi@budibase.com",
"version": "0.7.1",
"version": "0.7.2",
"description": "Budibase Deployment Server",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 02a2c60

Please sign in to comment.