Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreban committed May 27, 2020
1 parent b9314ba commit d8205c5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.2.2"
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bubblewrap/cli",
"version": "1.2.2",
"version": "1.3.0",
"description": "CLI tool to Generate TWA projects from a Web Manifest",
"bin": {
"bubblewrap": "bin/bubblewrap.js"
Expand All @@ -25,7 +25,7 @@
"@types/jasmine": "^3.5.0"
},
"dependencies": {
"@bubblewrap/core": "^1.2.2",
"@bubblewrap/core": "^1.3.0",
"@bubblewrap/validator": "^1.2.2",
"@types/color": "^3.0.0",
"@types/inquirer": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bubblewrap/core",
"version": "1.2.2",
"version": "1.3.0",
"description": "Core Library to generate, build and sign TWA projects",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit d8205c5

Please sign in to comment.