diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b007ba..0e7f70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/composer.json b/composer.json index f480024..360b6d4 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/package.json b/package.json index e068113..1e99826 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",