diff --git a/projects/js-packages/publicize-components/CHANGELOG.md b/projects/js-packages/publicize-components/CHANGELOG.md index 43c07a78f6e22..668d4741c1b75 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/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.71.5] - 2024-10-29 +### Changed +- Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. [#39877] + ## [0.71.4] - 2024-10-25 ### Changed - Initial state: Migrated isEnhancedPublishingEnabled to feature check [#39835] @@ -987,6 +991,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.71.5]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.71.4...v0.71.5 [0.71.4]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.71.3...v0.71.4 [0.71.3]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.71.2...v0.71.3 [0.71.2]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.71.1...v0.71.2 diff --git a/projects/js-packages/publicize-components/changelog/update-base-control-bottom-margin-style-deprecation b/projects/js-packages/publicize-components/changelog/update-base-control-bottom-margin-style-deprecation deleted file mode 100644 index b15eec1ee9e9a..0000000000000 --- a/projects/js-packages/publicize-components/changelog/update-base-control-bottom-margin-style-deprecation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index b3eb34b40227b..9ecb4c5633c96 100644 --- a/projects/js-packages/publicize-components/package.json +++ b/projects/js-packages/publicize-components/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize-components", - "version": "0.71.4", + "version": "0.71.5", "description": "A library of JS components required by the Publicize editor plugin", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme", "bugs": { diff --git a/projects/packages/assets/CHANGELOG.md b/projects/packages/assets/CHANGELOG.md index d471148ffcfa1..2ce3647af5766 100644 --- a/projects/packages/assets/CHANGELOG.md +++ b/projects/packages/assets/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). +## [2.3.11] - 2024-10-29 +### Fixed +- Fixed the outdated JS build for script-data [#39937] + ## [2.3.10] - 2024-10-10 ### Changed - Updated package dependencies. @@ -509,6 +513,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[2.3.11]: https://github.com/Automattic/jetpack-assets/compare/v2.3.10...v2.3.11 [2.3.10]: https://github.com/Automattic/jetpack-assets/compare/v2.3.9...v2.3.10 [2.3.9]: https://github.com/Automattic/jetpack-assets/compare/v2.3.8...v2.3.9 [2.3.8]: https://github.com/Automattic/jetpack-assets/compare/v2.3.7...v2.3.8 diff --git a/projects/packages/assets/changelog/fix-publicize-crash-in-editor b/projects/packages/assets/changelog/fix-publicize-crash-in-editor deleted file mode 100644 index 04b847856e3c6..0000000000000 --- a/projects/packages/assets/changelog/fix-publicize-crash-in-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed the outdated JS build for script-data diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index 17be7eed0cca2..f718f7a297ce7 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.16] - 2024-10-29 +### Changed +- Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. [#39877] + ## [4.35.15] - 2024-10-17 ### Fixed - Fix the "Missing site connection" notice. [#39809] @@ -1784,6 +1788,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[4.35.16]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.15...4.35.16 [4.35.15]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.14...4.35.15 [4.35.14]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.13...4.35.14 [4.35.13]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.12...4.35.13 diff --git a/projects/packages/my-jetpack/changelog/update-base-control-bottom-margin-style-deprecation b/projects/packages/my-jetpack/changelog/update-base-control-bottom-margin-style-deprecation deleted file mode 100644 index b15eec1ee9e9a..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-base-control-bottom-margin-style-deprecation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index 39ed4c95969cd..8b3bf6b272041 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.15", + "version": "4.35.16", "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 0fcc2be3e8412..61a490fa4f0ba 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.15'; + const PACKAGE_VERSION = '4.35.16'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/plugins/social/CHANGELOG.md b/projects/plugins/social/CHANGELOG.md index 158d7ee767b35..98da7ce7bca7f 100644 --- a/projects/plugins/social/CHANGELOG.md +++ b/projects/plugins/social/CHANGELOG.md @@ -5,6 +5,11 @@ 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.5.1 - 2024-10-29 +### Changed +- Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. [#39877] +- Updated package dependencies. [#39910] + ## 5.5.0 - 2024-10-25 ### Added - Added Bluesky to social previews [#39659] diff --git a/projects/plugins/social/changelog/renovate-postcss-8.x b/projects/plugins/social/changelog/renovate-postcss-8.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-postcss-8.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/update-base-control-bottom-margin-style-deprecation b/projects/plugins/social/changelog/update-base-control-bottom-margin-style-deprecation deleted file mode 100644 index b15eec1ee9e9a..0000000000000 --- a/projects/plugins/social/changelog/update-base-control-bottom-margin-style-deprecation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. diff --git a/projects/plugins/social/composer.json b/projects/plugins/social/composer.json index bdd956a7d1584..34b31857e7265 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_5_0" + "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_5_1" } } diff --git a/projects/plugins/social/jetpack-social.php b/projects/plugins/social/jetpack-social.php index 227b32ff741de..6921cf0fcc4c9 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.5.0 + * Version: 5.5.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 dd42a1fd30aba..c5fc01a891bd9 100644 --- a/projects/plugins/social/readme.txt +++ b/projects/plugins/social/readme.txt @@ -102,21 +102,11 @@ 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.5.0 - 2024-10-25 -#### Added -- Added Bluesky to social previews -- Social Notes: add support for the ActivityPub Reply-To block. - +### 5.5.1 - 2024-10-29 #### Changed -- General: indicate compatibility with the upcoming version of WordPress - 6.7. -- Initial State: Migrated URLs to script data -- Only include `wp-polyfill` as a script dependency when needed. +- Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. - Updated package dependencies. -#### Fixed -- Added Jetpack Beta's slug to Social OG conflicting plugins -- Social: Fixed share status tooltip text overflow - == Upgrade Notice == = 3.0.0 =