Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz committed May 29, 2020
1 parent de12400 commit 7a674fe
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 34 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.5.0-alpha.0"
"version": "2.5.0"
}
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.4.0-alpha.1",
"version": "2.5.0",
"description": "Lists AMP Caches",
"main": "index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/master/packages/cache-list",
"dependencies": {
"@ampproject/toolbox-core": "^2.4.0-alpha.1"
"@ampproject/toolbox-core": "^2.5.0"
},
"gitHead": "aeceb5cb83cc111c08297415ab469696f2f7994e"
}
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.5.0-alpha.0",
"version": "2.5.0",
"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/master/packages/cli",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.4.0-alpha.1",
"@ampproject/toolbox-cache-list": "^2.5.0",
"@ampproject/toolbox-cache-url": "^2.3.0",
"@ampproject/toolbox-core": "^2.4.0-alpha.1",
"@ampproject/toolbox-linter": "^2.5.0-alpha.0",
"@ampproject/toolbox-optimizer": "^2.5.0-alpha.0",
"@ampproject/toolbox-runtime-fetch": "^2.4.0-alpha.1",
"@ampproject/toolbox-runtime-version": "^2.4.0-alpha.1",
"@ampproject/toolbox-update-cache": "^2.4.0-alpha.1",
"@ampproject/toolbox-core": "^2.5.0",
"@ampproject/toolbox-linter": "^2.5.0",
"@ampproject/toolbox-optimizer": "^2.5.0",
"@ampproject/toolbox-runtime-fetch": "^2.5.0",
"@ampproject/toolbox-runtime-version": "^2.5.0",
"@ampproject/toolbox-update-cache": "^2.5.0",
"minimist": "1.2.5",
"minimist-options": "4.1.0",
"node-fetch": "2.6.0"
Expand Down
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": "@ampproject/toolbox-core",
"version": "2.4.0-alpha.1",
"version": "2.5.0",
"description": "Commonly used functionality for amp-toolbox",
"main": "index.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-cors",
"version": "2.4.0-alpha.1",
"version": "2.5.0",
"description": "An express middleware implementing the AMP CORS protocol",
"main": "index.js",
"keywords": [
Expand All @@ -19,9 +19,9 @@
"author": "AMPHTML Team",
"license": "Apache-2.0",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.4.0-alpha.1",
"@ampproject/toolbox-cache-list": "^2.5.0",
"@ampproject/toolbox-cache-url": "^2.3.0",
"@ampproject/toolbox-core": "^2.4.0-alpha.1"
"@ampproject/toolbox-core": "^2.5.0"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/lighthouse-plugin-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"amphtml-validator": "1.0.31",
"node-fetch": "2.6.0"
},
"version": "2.4.0-alpha.1",
"version": "2.5.0",
"main": "./plugin.js",
"peerDependencies": {
"lighthouse": ">=6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-linter",
"version": "2.5.0-alpha.0",
"version": "2.5.0",
"description": "A linter for AMP documents",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"author": "AMPHTML Team",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.4.0-alpha.1",
"@ampproject/toolbox-cache-list": "^2.5.0",
"@ampproject/toolbox-cache-url": "^2.3.0",
"amphtml-validator": "1.0.31",
"chalk": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/optimizer-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-optimizer-express",
"version": "2.5.0-alpha.0",
"version": "2.5.0",
"description": "Express middleware for @ampproject/toolbox-optimizer",
"main": "index.js",
"repository": {
Expand All @@ -24,9 +24,9 @@
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/master/packages/optimizer-express",
"dependencies": {
"@ampproject/toolbox-core": "^2.4.0-alpha.1",
"@ampproject/toolbox-optimizer": "^2.5.0-alpha.0",
"@ampproject/toolbox-runtime-version": "^2.4.0-alpha.1",
"@ampproject/toolbox-core": "^2.5.0",
"@ampproject/toolbox-optimizer": "^2.5.0",
"@ampproject/toolbox-runtime-version": "^2.5.0",
"mime-types": "2.1.27",
"whatwg-url": "8.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizer/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/optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-optimizer",
"version": "2.5.0-alpha.0",
"version": "2.5.0",
"description": "Server-side rendering for AMPs.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,8 +29,8 @@
}
},
"dependencies": {
"@ampproject/toolbox-core": "^2.4.0-alpha.1",
"@ampproject/toolbox-runtime-version": "^2.4.0-alpha.1",
"@ampproject/toolbox-core": "^2.5.0",
"@ampproject/toolbox-runtime-version": "^2.5.0",
"@ampproject/toolbox-script-csp": "^2.3.0",
"@ampproject/toolbox-validator-rules": "^2.3.0",
"cross-fetch": "3.0.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-runtime-fetch",
"version": "2.4.0-alpha.1",
"version": "2.5.0",
"description": "Download the AMP runtime",
"main": "index.js",
"keywords": [
Expand All @@ -20,9 +20,9 @@
"author": "AMPHTML Team",
"license": "Apache-2.0",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.4.0-alpha.1",
"@ampproject/toolbox-core": "^2.4.0-alpha.1",
"@ampproject/toolbox-runtime-version": "^2.4.0-alpha.1",
"@ampproject/toolbox-cache-list": "^2.5.0",
"@ampproject/toolbox-core": "^2.5.0",
"@ampproject/toolbox-runtime-version": "^2.5.0",
"at-least-node": "1.0.0",
"cross-fetch": "3.0.4",
"fs-extra": "9.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-runtime-version",
"version": "2.4.0-alpha.1",
"version": "2.5.0",
"description": "AMP Runtime versions",
"main": "index.js",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"author": "AMPHTML Team",
"license": "Apache-2.0",
"dependencies": {
"@ampproject/toolbox-core": "^2.4.0-alpha.1"
"@ampproject/toolbox-core": "^2.5.0"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/update-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-update-cache",
"version": "2.4.0-alpha.1",
"version": "2.5.0",
"description": "Implements the AMP update-cache API, as described at https://developers.google.com/amp/cache/update-cache ",
"main": "index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/master/packages/update-cache",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.4.0-alpha.1",
"@ampproject/toolbox-cache-list": "^2.5.0",
"@ampproject/toolbox-cache-url": "^2.3.0",
"jsrsasign": "8.0.15"
},
Expand Down

0 comments on commit 7a674fe

Please sign in to comment.