Skip to content

Commit

Permalink
Release packages/yoast-promo 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Feb 5, 2025
1 parent 6bc4377 commit 840f7e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

### This is a list detailing changes for the Jetpack RNA Components package releases.

## [0.66.0-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.66.0] - 2025-02-05
### Added
- jetpack-components: Export the getRedirectUrl function with subpath
- jetpack-components: Export the getRedirectUrl function with subpath [#41078]

### Changed
- Updated package dependencies.
- Updated package dependencies. [#41486] [#41491] [#41577]

## [0.65.5] - 2025-02-03
### Changed
Expand Down Expand Up @@ -1285,7 +1282,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Update node version requirement to 14.16.1

[0.66.0-alpha]: https://github.com/Automattic/jetpack-components/compare/0.65.5...0.66.0-alpha
[0.66.0]: https://github.com/Automattic/jetpack-components/compare/0.65.5...0.66.0
[0.65.5]: https://github.com/Automattic/jetpack-components/compare/0.65.4...0.65.5
[0.65.4]: https://github.com/Automattic/jetpack-components/compare/0.65.3...0.65.4
[0.65.3]: https://github.com/Automattic/jetpack-components/compare/0.65.2...0.65.3
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-components",
"version": "0.66.0-alpha",
"version": "0.66.0",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-boost-score-api": "^0.1.55-alpha",
"@automattic/jetpack-api": "^0.18.0-alpha",
"@automattic/jetpack-scan": "^0.5.6-alpha",
"@automattic/jetpack-boost-score-api": "^0.1.55",
"@automattic/jetpack-api": "^0.18.0",
"@automattic/jetpack-scan": "^0.5.6",
"@babel/runtime": "^7",
"@wordpress/browserslist-config": "6.17.0",
"@wordpress/components": "29.3.0",
Expand All @@ -38,7 +38,7 @@
"uplot-react": "1.1.4"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.42-alpha",
"@automattic/jetpack-base-styles": "^0.6.42",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.26.3",
"@jest/globals": "29.4.3",
Expand Down

0 comments on commit 840f7e6

Please sign in to comment.