diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f991d..1a719b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. -## [0.36.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.36.0] - 2024-12-04 ### Changed -- Changed text domain from 'jetpack' to 'jetpack-connection-js'. -- Updated package dependencies. +- Changed text domain from 'jetpack' to 'jetpack-connection-js'. [#40368] +- Updated package dependencies. [#40363] ## [0.35.20] - 2024-11-26 ### Changed @@ -909,7 +906,7 @@ This is an alpha version! The changes listed here are not final. - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. -[0.36.0-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0-alpha +[0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0 [0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20 [0.35.19]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.18...v0.35.19 [0.35.18]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.17...v0.35.18 diff --git a/package.json b/package.json index 4844da5..8321ce7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-connection", - "version": "0.36.0-alpha", + "version": "0.36.0", "description": "Jetpack Connection Component", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme", "bugs": { @@ -15,8 +15,8 @@ "license": "GPL-2.0-or-later", "dependencies": { "@automattic/jetpack-analytics": "^0.1.33", - "@automattic/jetpack-api": "^0.17.20-alpha", - "@automattic/jetpack-components": "^0.64.0-alpha", + "@automattic/jetpack-api": "^0.17.20", + "@automattic/jetpack-components": "^0.64.0", "@automattic/jetpack-config": "^0.1.27", "@automattic/jetpack-script-data": "^0.1.5", "@wordpress/base-styles": "5.13.0", @@ -31,7 +31,7 @@ "prop-types": "^15.7.2" }, "devDependencies": { - "@automattic/jetpack-base-styles": "^0.6.38-alpha", + "@automattic/jetpack-base-styles": "^0.6.38", "@babel/core": "7.26.0", "@babel/preset-react": "7.25.9", "@storybook/addon-actions": "8.3.5",