Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz committed Jun 23, 2022
1 parent e0c6e04 commit 0826825
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.8.10"
"version": "2.9.0"
}
4 changes: 2 additions & 2 deletions packages/cache-list/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-cache-list",
"version": "2.8.0",
"version": "2.9.0",
"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"
"@ampproject/toolbox-core": "2.9.0"
},
"gitHead": "6103eb57765445355421826791361ac9ed9cf4d8"
}
2 changes: 1 addition & 1 deletion packages/cache-url/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-cache-url",
"version": "2.8.0",
"version": "2.9.0",
"description": "Transform canonical URLs into AMP Cache URLs",
"main": "dist/amp-toolbox-cache-url.cjs.js",
"types": "index.d.ts",
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-cli",
"version": "2.8.10",
"version": "2.9.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/main/packages/cli",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.8.0",
"@ampproject/toolbox-cache-url": "^2.8.0",
"@ampproject/toolbox-core": "^2.8.0",
"@ampproject/toolbox-linter": "2.8.10",
"@ampproject/toolbox-optimizer": "2.8.10",
"@ampproject/toolbox-runtime-fetch": "^2.8.0",
"@ampproject/toolbox-runtime-version": "^2.8.0",
"@ampproject/toolbox-update-cache": "^2.8.0",
"@ampproject/toolbox-cache-list": "2.9.0",
"@ampproject/toolbox-cache-url": "2.9.0",
"@ampproject/toolbox-core": "2.9.0",
"@ampproject/toolbox-linter": "2.9.0",
"@ampproject/toolbox-optimizer": "2.9.0",
"@ampproject/toolbox-runtime-fetch": "2.9.0",
"@ampproject/toolbox-runtime-version": "2.9.0",
"@ampproject/toolbox-update-cache": "2.9.0",
"minimist": "1.2.6",
"minimist-options": "4.1.0",
"node-fetch": "2.6.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudflare-optimizer-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/cloudflare-optimizer-scripts",
"version": "2.8.10",
"version": "2.9.0",
"description": "Configuration and scripts for cloudflare-amp-optimizer",
"main": "./src/index.js",
"files": [
Expand All @@ -15,7 +15,7 @@
"author": "AMPHTML Team",
"license": "Apache-2.0",
"dependencies": {
"@ampproject/toolbox-optimizer": "2.8.10"
"@ampproject/toolbox-optimizer": "2.9.0"
},
"gitHead": "6103eb57765445355421826791361ac9ed9cf4d8"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-core",
"version": "2.8.0",
"version": "2.9.0",
"description": "Commonly used functionality for amp-toolbox",
"main": "index.js",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/cors/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-cors",
"version": "2.8.0",
"version": "2.9.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.8.0",
"@ampproject/toolbox-cache-url": "^2.8.0",
"@ampproject/toolbox-core": "^2.8.0"
"@ampproject/toolbox-cache-list": "2.9.0",
"@ampproject/toolbox-cache-url": "2.9.0",
"@ampproject/toolbox-core": "2.9.0"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
Expand Down
10 changes: 5 additions & 5 deletions packages/linter/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-linter",
"version": "2.8.10",
"version": "2.9.0",
"description": "A linter for AMP documents",
"repository": {
"type": "git",
Expand All @@ -11,10 +11,10 @@
"license": "Apache-2.0",
"author": "AMPHTML Team",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.8.0",
"@ampproject/toolbox-cache-url": "^2.8.0",
"@ampproject/toolbox-optimizer": "2.8.10",
"@ampproject/toolbox-validator-rules": "2.8.0",
"@ampproject/toolbox-cache-list": "2.9.0",
"@ampproject/toolbox-cache-url": "2.9.0",
"@ampproject/toolbox-optimizer": "2.9.0",
"@ampproject/toolbox-validator-rules": "2.9.0",
"amphtml-validator": "1.0.35",
"chalk": "4.1.0",
"cheerio": "1.0.0-rc.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/optimizer-docker/package.json
@@ -1,6 +1,6 @@
{
"name": "toolbox-optimizer-docker",
"version": "2.8.10",
"version": "2.9.0",
"description": "Thin wrapper around the amp-optimizer",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/optimizer",
"dependencies": {
"@ampproject/toolbox-optimizer": "2.8.10",
"@ampproject/toolbox-optimizer": "2.9.0",
"prom-client": "13.1.0"
},
"gitHead": "b86ff10f2a20a9e5f810f31a694c7f020eb291ae"
Expand Down
8 changes: 4 additions & 4 deletions packages/optimizer-express/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-optimizer-express",
"version": "2.8.10",
"version": "2.9.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/main/packages/optimizer-express",
"dependencies": {
"@ampproject/toolbox-core": "^2.8.0",
"@ampproject/toolbox-optimizer": "2.8.10",
"@ampproject/toolbox-runtime-version": "^2.8.0",
"@ampproject/toolbox-core": "2.9.0",
"@ampproject/toolbox-optimizer": "2.9.0",
"@ampproject/toolbox-runtime-version": "2.9.0",
"mime-types": "2.1.29",
"whatwg-url": "8.4.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/optimizer/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-optimizer",
"version": "2.8.10",
"version": "2.9.0",
"description": "Server-side rendering for AMPs.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -31,10 +31,10 @@
}
},
"dependencies": {
"@ampproject/toolbox-core": "2.8.0",
"@ampproject/toolbox-runtime-version": "2.8.0",
"@ampproject/toolbox-script-csp": "2.8.0",
"@ampproject/toolbox-validator-rules": "2.8.0",
"@ampproject/toolbox-core": "2.9.0",
"@ampproject/toolbox-runtime-version": "2.9.0",
"@ampproject/toolbox-script-csp": "2.9.0",
"@ampproject/toolbox-validator-rules": "2.9.0",
"abort-controller": "3.0.0",
"cross-fetch": "3.1.5",
"cssnano-simple": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-experience/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-page-experience",
"version": "2.8.10",
"version": "2.9.0",
"description": "Optimize your AMP pages for page experiemnce",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/page-experience",
"dependencies": {
"@ampproject/toolbox-linter": "2.8.10",
"@ampproject/toolbox-linter": "2.9.0",
"cheerio": "1.0.0-rc.5",
"css-font-face-src": "1.0.0",
"postcss": "8.2.8",
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime-fetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-runtime-fetch",
"version": "2.8.0",
"version": "2.9.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.8.0",
"@ampproject/toolbox-core": "^2.8.0",
"@ampproject/toolbox-runtime-version": "^2.8.0",
"@ampproject/toolbox-cache-list": "2.9.0",
"@ampproject/toolbox-core": "2.9.0",
"@ampproject/toolbox-runtime-version": "2.9.0",
"at-least-node": "1.0.0",
"fs-extra": "9.1.0",
"node-fetch": "2.6.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-version/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-runtime-version",
"version": "2.8.0",
"version": "2.9.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.8.0"
"@ampproject/toolbox-core": "2.9.0"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/script-csp/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-script-csp",
"version": "2.8.0",
"version": "2.9.0",
"description": "A library that calculates the CSP hash for amp-script",
"main": "index.js",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/update-cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-update-cache",
"version": "2.8.0",
"version": "2.9.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,8 +25,8 @@
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/update-cache",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.8.0",
"@ampproject/toolbox-cache-url": "^2.8.0",
"@ampproject/toolbox-cache-list": "2.9.0",
"@ampproject/toolbox-cache-url": "2.9.0",
"jsrsasign": "10.5.25"
},
"gitHead": "6103eb57765445355421826791361ac9ed9cf4d8"
Expand Down
2 changes: 1 addition & 1 deletion packages/validator-rules/package.json
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-validator-rules",
"version": "2.8.0",
"version": "2.9.0",
"description": "A library that helps query AMP Validator rules",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 0826825

Please sign in to comment.