Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Nov 18, 2024
1 parent 3f9618b commit d930b16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
26 changes: 8 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d930b16

Please sign in to comment.