Skip to content

Commit

Permalink
V3.0.0 canary.1 (ampproject#1243)
Browse files Browse the repository at this point in the history
* remove package-lock

* align version with other packages

* v3.0.0-canary.1
  • Loading branch information
sebastianbenz authored Jun 17, 2021
1 parent 5263ab2 commit 09d6825
Show file tree
Hide file tree
Showing 19 changed files with 74 additions and 505 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": "2.8.0-canary.16"
"version": "3.0.0-canary.1"
}
4 changes: 2 additions & 2 deletions packages/cache-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-cache-list",
"version": "2.8.0-canary.15",
"version": "3.0.0-canary.1",
"description": "Lists AMP Caches",
"main": "index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/cache-list",
"dependencies": {
"@ampproject/toolbox-core": "^2.8.0-canary.15"
"@ampproject/toolbox-core": "3.0.0-canary.1"
},
"gitHead": "9b159391d776396512b01ec250fa76941713c763"
}
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-cli",
"version": "2.8.0-canary.16",
"version": "3.0.0-canary.1",
"description": "A Command Line Interface (CLI) for amp-toolbox",
"main": "index.js",
"bin": {
Expand All @@ -27,14 +27,14 @@
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/cli",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.8.0-canary.15",
"@ampproject/toolbox-cache-list": "3.0.0-canary.1",
"@ampproject/toolbox-cache-url": "^2.8.0-canary.6",
"@ampproject/toolbox-core": "^2.8.0-canary.15",
"@ampproject/toolbox-linter": "^2.8.0-canary.16",
"@ampproject/toolbox-optimizer": "^2.8.0-canary.16",
"@ampproject/toolbox-runtime-fetch": "^2.8.0-canary.15",
"@ampproject/toolbox-runtime-version": "^2.8.0-canary.15",
"@ampproject/toolbox-update-cache": "^2.8.0-canary.15",
"@ampproject/toolbox-core": "3.0.0-canary.1",
"@ampproject/toolbox-linter": "3.0.0-canary.1",
"@ampproject/toolbox-optimizer": "3.0.0-canary.1",
"@ampproject/toolbox-runtime-fetch": "3.0.0-canary.1",
"@ampproject/toolbox-runtime-version": "3.0.0-canary.1",
"@ampproject/toolbox-update-cache": "3.0.0-canary.1",
"minimist": "1.2.5",
"minimist-options": "4.1.0",
"node-fetch": "2.6.1"
Expand Down
Loading

0 comments on commit 09d6825

Please sign in to comment.