Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreban committed Sep 8, 2020
1 parent 4719c09 commit 09684f6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.5.0"
"version": "1.6.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.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bubblewrap/cli",
"version": "1.5.0",
"version": "1.6.0",
"description": "CLI tool to Generate TWA projects from a Web Manifest",
"bin": {
"bubblewrap": "bin/bubblewrap.js"
Expand All @@ -26,8 +26,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@bubblewrap/core": "^1.5.0",
"@bubblewrap/validator": "^1.4.1",
"@bubblewrap/core": "^1.6.0",
"@bubblewrap/validator": "^1.6.0",
"@types/cli-progress": "^3.7.0",
"@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.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bubblewrap/core",
"version": "1.5.0",
"version": "1.6.0",
"description": "Core Library to generate, build and sign TWA projects",
"scripts": {
"build": "tsc",
Expand Down Expand Up @@ -49,4 +49,4 @@
"tar": "^6.0.2",
"valid-url": "^1.0.9"
}
}
}
2 changes: 1 addition & 1 deletion packages/validator/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/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bubblewrap/validator",
"version": "1.4.1",
"version": "1.6.0",
"description": "Validate if an app using Trusted Web Activity fulfills the quality criteria",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 09684f6

Please sign in to comment.