Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreban committed Mar 4, 2021
1 parent 8ed223f commit ec82834
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.10.0"
"version": "1.11.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.10.0",
"version": "1.11.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.10.0",
"@bubblewrap/validator": "^1.7.0",
"@bubblewrap/core": "^1.11.0",
"@bubblewrap/validator": "^1.11.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.

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.10.0",
"version": "1.11.0",
"description": "Core Library to generate, build and sign TWA projects",
"scripts": {
"build": "tsc",
Expand Down
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.7.0",
"version": "1.11.0",
"description": "Validate if an app using Trusted Web Activity fulfills the quality criteria",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit ec82834

Please sign in to comment.