Skip to content

Commit

Permalink
Version update for all packages to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Jun 13, 2024
1 parent 40e9ed7 commit af534a3
Show file tree
Hide file tree
Showing 20 changed files with 385 additions and 358 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.10.0 (2024-06-07)

#### :rocket: Enhancement
* `optimizer'
* [#1358](https://github.com/ampproject/amp-toolbox/pull/1358) AMP optimizer to support ampjs.org
* Dependency upgrades

## 2.9.0 (2022-06-23)

#### :rocket: Enhancement
Expand Down
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.9.0"
"version": "2.10.0"
}
154 changes: 77 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9.0",
"version": "2.10.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.9.0"
"@ampproject/toolbox-core": "2.10.0"
},
"gitHead": "6103eb57765445355421826791361ac9ed9cf4d8"
}
2 changes: 1 addition & 1 deletion packages/cache-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-cache-url",
"version": "2.9.0",
"version": "2.10.0",
"description": "Transform canonical URLs into AMP Cache URLs",
"main": "dist/amp-toolbox-cache-url.cjs.js",
"types": "index.d.ts",
Expand Down
Loading

0 comments on commit af534a3

Please sign in to comment.