Skip to content

Commit

Permalink
v2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz committed Jul 7, 2020
1 parent 8ea8835 commit f756b54
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.5"
"version": "2.5.6"
}
8 changes: 4 additions & 4 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.5",
"version": "2.5.6",
"description": "A Command Line Interface (CLI) for amp-toolbox",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -30,11 +30,11 @@
"@ampproject/toolbox-cache-list": "^2.5.4",
"@ampproject/toolbox-cache-url": "^2.5.4",
"@ampproject/toolbox-core": "^2.5.4",
"@ampproject/toolbox-linter": "^2.5.4",
"@ampproject/toolbox-optimizer": "^2.5.5",
"@ampproject/toolbox-linter": "^2.5.6",
"@ampproject/toolbox-optimizer": "^2.5.6",
"@ampproject/toolbox-runtime-fetch": "^2.5.4",
"@ampproject/toolbox-runtime-version": "^2.5.4",
"@ampproject/toolbox-update-cache": "^2.5.4",
"@ampproject/toolbox-update-cache": "^2.5.6",
"minimist": "1.2.5",
"minimist-options": "4.1.0",
"node-fetch": "2.6.0"
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.5.4",
"version": "2.5.6",
"main": "./plugin.js",
"peerDependencies": {
"lighthouse": ">=6.1.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "2.5.6",
"description": "A linter for AMP documents",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "2.5.6",
"description": "Express middleware for @ampproject/toolbox-optimizer",
"main": "index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/optimizer-express",
"dependencies": {
"@ampproject/toolbox-core": "^2.5.4",
"@ampproject/toolbox-optimizer": "^2.5.5",
"@ampproject/toolbox-optimizer": "^2.5.6",
"@ampproject/toolbox-runtime-version": "^2.5.4",
"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.

2 changes: 1 addition & 1 deletion 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.5",
"version": "2.5.6",
"description": "Server-side rendering for AMPs.",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion 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.5.4",
"version": "2.5.6",
"description": "Implements the AMP update-cache API, as described at https://developers.google.com/amp/cache/update-cache ",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit f756b54

Please sign in to comment.