Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Nov 25, 2024
1 parent bab42bc commit f4fe32f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

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

## [0.62.0-alpha] - unreleased

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

## [0.62.0] - 2024-11-25
### Added
- Add Stats icon
- Adds ThreatModal component and stories
- Add Stats icon [#40236]
- Adds ThreatModal component and stories [#40197]

### Changed
- Updated package dependencies.
- Updated package dependencies. [#40288]

## [0.61.0] - 2024-11-18
### Added
Expand Down Expand Up @@ -1229,7 +1226,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Update node version requirement to 14.16.1

[0.62.0-alpha]: https://github.com/Automattic/jetpack-components/compare/0.61.0...0.62.0-alpha
[0.62.0]: https://github.com/Automattic/jetpack-components/compare/0.61.0...0.62.0
[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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-2.0-or-later",
"require": {},
"require-dev": {
"automattic/jetpack-changelogger": "^5.1.0-alpha"
"automattic/jetpack-changelogger": "^5.1.0"
},
"scripts": {
"build-production": [
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.62.0-alpha",
"version": "0.62.0",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-boost-score-api": "^0.1.47-alpha",
"@automattic/jetpack-scan": "^0.3.0-alpha",
"@automattic/jetpack-boost-score-api": "^0.1.47",
"@automattic/jetpack-scan": "^0.3.0",
"@babel/runtime": "^7",
"@wordpress/browserslist-config": "6.12.0",
"@wordpress/components": "28.12.0",
Expand All @@ -32,12 +32,12 @@
"prop-types": "^15.7.2",
"qrcode.react": "3.1.0",
"react-slider": "2.0.5",
"social-logos": "^3.1.13-alpha",
"social-logos": "^3.1.13",
"uplot": "1.6.31",
"uplot-react": "1.1.4"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.37-alpha",
"@automattic/jetpack-base-styles": "^0.6.37",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@jest/globals": "29.4.3",
Expand Down

0 comments on commit f4fe32f

Please sign in to comment.