diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e6683..c13df91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,9 @@ ### This is a list detailing changes for the Jetpack RNA Components package releases. -## [0.61.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.61.0] - 2024-11-18 ### Added -- Gridicon Component: Add support for help-outline icon. +- Gridicon Component: Add support for help-outline icon. [#39867] ## [0.60.0] - 2024-11-14 ### Added @@ -24,9 +21,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Add ToggleGroupControl to ThreatsDataViews for easily toggling between Active and Historical threats [#39901] -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40000] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40000] [#40060] ## [0.58.1] - 2024-11-04 ### Added @@ -196,9 +191,7 @@ This is an alpha version! The changes listed here are not final. - Social | Wired up confirmation UI with connect button [#37295] ### Changed -- Updated package dependencies. [#37379] -- Updated package dependencies. [#37380] -- Updated package dependencies. [#37382] +- Updated package dependencies. [#37379] [#37380] [#37382] ## [0.53.2] - 2024-05-13 ### Added @@ -423,8 +416,7 @@ This is an alpha version! The changes listed here are not final. ## [0.42.1] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## [0.42.0] - 2023-09-01 ### Added @@ -474,8 +466,7 @@ This is an alpha version! The changes listed here are not final. ## [0.40.1] - 2023-07-05 ### Changed - Adjust component pricing slider border and box-shadow styling. [#31593] -- Updated package dependencies. [#31659] -- Updated package dependencies. [#31661] +- Updated package dependencies. [#31659] [#31661] - Update storybook mdx to use `@storybook/blocks` directly rather than `@storybook/addon-docs`. [#31607] ### Fixed @@ -753,8 +744,7 @@ This is an alpha version! The changes listed here are not final. - Fix ProductPrice layout for long prices [#26595] - IconTooltip: Use click instead of mouseover for summoning [#26457] - Refactor props for structure consistency with JetpackLogo component. [#26510] -- Updated package dependencies. [#26568] -- Updated package dependencies. [#26583] +- Updated package dependencies. [#26568] [#26583] ### Fixed - Components: fix the positio of TOS component of the PricingTable cmp [#26509] @@ -1228,7 +1218,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Update node version requirement to 14.16.1 -[0.61.0-alpha]: https://github.com/Automattic/jetpack-components/compare/0.60.0...0.61.0-alpha +[0.61.0]: https://github.com/Automattic/jetpack-components/compare/0.60.0...0.61.0 [0.60.0]: https://github.com/Automattic/jetpack-components/compare/0.59.0...0.60.0 [0.59.0]: https://github.com/Automattic/jetpack-components/compare/0.58.1...0.59.0 [0.58.1]: https://github.com/Automattic/jetpack-components/compare/0.58.0...0.58.1 diff --git a/package.json b/package.json index 73e69b4..b9dd6d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-components", - "version": "0.61.0-alpha", + "version": "0.61.0", "description": "Jetpack Components Package", "author": "Automattic", "license": "GPL-2.0-or-later",