From dd9bb981cd03d94dabe521b365338d1590b4b003 Mon Sep 17 00:00:00 2001 From: dilirity Date: Mon, 6 Jan 2025 15:36:12 +0000 Subject: [PATCH] Backport boost 3.7.0 Changes (#40856) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12635145825 Upstream-Ref: Automattic/jetpack@316585de80cc716531b67d54d32ecd6a60292dd5 --- CHANGELOG.md | 9 +++------ package.json | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f50a24e..a7c750f 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.65.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.65.2] - 2025-01-06 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#40797] [#40798] [#40835] [#40841] ## [0.65.1] - 2024-12-23 ### Changed @@ -1262,7 +1259,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Update node version requirement to 14.16.1 -[0.65.2-alpha]: https://github.com/Automattic/jetpack-components/compare/0.65.1...0.65.2-alpha +[0.65.2]: https://github.com/Automattic/jetpack-components/compare/0.65.1...0.65.2 [0.65.1]: https://github.com/Automattic/jetpack-components/compare/0.65.0...0.65.1 [0.65.0]: https://github.com/Automattic/jetpack-components/compare/0.64.1...0.65.0 [0.64.1]: https://github.com/Automattic/jetpack-components/compare/0.64.0...0.64.1 diff --git a/package.json b/package.json index 316e3d3..2550644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-components", - "version": "0.65.2-alpha", + "version": "0.65.2", "description": "Jetpack Components Package", "author": "Automattic", "license": "GPL-2.0-or-later", @@ -16,7 +16,7 @@ "dependencies": { "@automattic/format-currency": "1.0.1", "@automattic/jetpack-boost-score-api": "^0.1.50", - "@automattic/jetpack-scan": "^0.5.3-alpha", + "@automattic/jetpack-scan": "^0.5.3", "@babel/runtime": "^7", "@wordpress/browserslist-config": "6.14.0", "@wordpress/components": "29.0.0", @@ -32,7 +32,7 @@ "prop-types": "^15.7.2", "qrcode.react": "4.2.0", "react-slider": "2.0.5", - "social-logos": "^3.1.16-alpha", + "social-logos": "^3.1.16", "uplot": "1.6.31", "uplot-react": "1.1.4" },