diff --git a/projects/js-packages/components/CHANGELOG.md b/projects/js-packages/components/CHANGELOG.md index 8272c20258b96..05103621aeb29 100644 --- a/projects/js-packages/components/CHANGELOG.md +++ b/projects/js-packages/components/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Components package releases. +## [0.56.1] - 2024-10-02 +### Changed +- Updated package dependencies. [#39610] + ## [0.56.0] - 2024-09-25 ### Added - Added StatCard component export [#35739] @@ -1172,6 +1176,7 @@ ### Changed - Update node version requirement to 14.16.1 +[0.56.1]: https://github.com/Automattic/jetpack-components/compare/0.56.0...0.56.1 [0.56.0]: https://github.com/Automattic/jetpack-components/compare/0.55.17...0.56.0 [0.55.17]: https://github.com/Automattic/jetpack-components/compare/0.55.16...0.55.17 [0.55.16]: https://github.com/Automattic/jetpack-components/compare/0.55.15...0.55.16 diff --git a/projects/js-packages/components/changelog/renovate-npm-uplot-vulnerability b/projects/js-packages/components/changelog/renovate-npm-uplot-vulnerability deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/components/changelog/renovate-npm-uplot-vulnerability +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/components/package.json b/projects/js-packages/components/package.json index 527d8a98b2927..cf4509e300205 100644 --- a/projects/js-packages/components/package.json +++ b/projects/js-packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-components", - "version": "0.56.0", + "version": "0.56.1", "description": "Jetpack Components Package", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index 297b3452496a1..76f213f619d37 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.35.10] - 2024-10-02 +### Changed +- Internal updates. + ## [4.35.9] - 2024-09-30 ### Changed - Fix parameters to allow for connectAfterCheckout flow from recommendation card [#39578] @@ -1755,6 +1759,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[4.35.10]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.9...4.35.10 [4.35.9]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.8...4.35.9 [4.35.8]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.7...4.35.8 [4.35.7]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.6...4.35.7 diff --git a/projects/packages/my-jetpack/changelog/update-settings-newsletter-1022-connection-banner b/projects/packages/my-jetpack/changelog/update-settings-newsletter-1022-connection-banner deleted file mode 100644 index 15151b2eb03ee..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-settings-newsletter-1022-connection-banner +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Updating connetion notice UI and adding it to each Newsletter settings section. - - diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index 2305dd8127efe..67c6b5b3ab120 100644 --- a/projects/packages/my-jetpack/package.json +++ b/projects/packages/my-jetpack/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "4.35.9", + "version": "4.35.10", "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme", "bugs": { diff --git a/projects/packages/my-jetpack/src/class-initializer.php b/projects/packages/my-jetpack/src/class-initializer.php index 739950e56abbe..bc7c08bf93ee4 100644 --- a/projects/packages/my-jetpack/src/class-initializer.php +++ b/projects/packages/my-jetpack/src/class-initializer.php @@ -42,7 +42,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.35.9'; + const PACKAGE_VERSION = '4.35.10'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index 7995e97c2d14f..0c620d639c11c 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.54.1] - 2024-10-02 +### Fixed +- Social: Fixed Bluesky not showing up on page load [#39597] + ## [0.54.0] - 2024-09-23 ### Added - Added tracking for the resharing action [#39408] @@ -717,6 +721,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.54.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.0...v0.54.1 [0.54.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.53.0...v0.54.0 [0.53.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.52.3...v0.53.0 [0.52.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.52.2...v0.52.3 diff --git a/projects/packages/publicize/changelog/fix-social-bluesky-does-not-show-up-on-load b/projects/packages/publicize/changelog/fix-social-bluesky-does-not-show-up-on-load deleted file mode 100644 index 3258f9cb1a7c6..0000000000000 --- a/projects/packages/publicize/changelog/fix-social-bluesky-does-not-show-up-on-load +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Social: Fixed Bluesky not showing up on page load diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index 08803dd92fed6..92a9398f451b5 100644 --- a/projects/packages/publicize/package.json +++ b/projects/packages/publicize/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize", - "version": "0.54.0", + "version": "0.54.1", "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme", "bugs": { diff --git a/projects/plugins/social/CHANGELOG.md b/projects/plugins/social/CHANGELOG.md index a13fb289feb25..0eaa0d3f74a52 100644 --- a/projects/plugins/social/CHANGELOG.md +++ b/projects/plugins/social/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 5.4.1 - 2024-10-02 +### Changed +- Internal updates. + ## 5.4.0 - 2024-10-01 ### Added - Added support for Bluesky 🎉 [#39561] diff --git a/projects/plugins/social/composer.json b/projects/plugins/social/composer.json index 8e83769fe85fc..83f2a82e3643d 100644 --- a/projects/plugins/social/composer.json +++ b/projects/plugins/social/composer.json @@ -84,6 +84,6 @@ "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true }, - "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_4_0" + "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_4_1" } } diff --git a/projects/plugins/social/jetpack-social.php b/projects/plugins/social/jetpack-social.php index 7670b8a43e3c8..a7d6093d591a1 100644 --- a/projects/plugins/social/jetpack-social.php +++ b/projects/plugins/social/jetpack-social.php @@ -4,7 +4,7 @@ * Plugin Name: Jetpack Social * Plugin URI: https://wordpress.org/plugins/jetpack-social * Description: Share your site’s posts on several social media networks automatically when you publish a new post. - * Version: 5.4.0 + * Version: 5.4.1 * Author: Automattic - Jetpack Social team * Author URI: https://jetpack.com/social/ * License: GPLv2 or later diff --git a/projects/plugins/social/readme.txt b/projects/plugins/social/readme.txt index 14f24e02f5f15..73e34ae18e14a 100644 --- a/projects/plugins/social/readme.txt +++ b/projects/plugins/social/readme.txt @@ -102,23 +102,9 @@ The easiest way is to use the Custom Message option in the publishing options bo 6. Managing Social media accounts in the post editor == Changelog == -### 5.4.0 - 2024-10-01 -#### Added -- Added support for Bluesky 🎉 -- Social: adds hook for plugin developers to be able to pull social share URLs on save. - +### 5.4.1 - 2024-10-02 #### Changed -- Social: Migrated useAdminUiV1 feature flag to new script data -- Updated package dependencies. - -#### Removed -- Connection: Removed deprecated method features_available -- Connection: Removed features_enabled deprecated method -- Social: Cleaned up media auto-conversion backend logic - -#### Fixed -- My Jetpack: visual update to the GlobalNotice component look better on mobile. -- Social: Updated social previews button styles to fit the translated string +- Internal updates. == Upgrade Notice ==