diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index c77b14d6af01a..297437acc88f6 100644 --- a/projects/js-packages/ai-client/CHANGELOG.md +++ b/projects/js-packages/ai-client/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.18.1] - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## [0.18.0] - 2024-09-09 ### Added - AI Client: add placeholders for Logo Generator modal commponents [#39244] @@ -405,6 +409,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] +[0.18.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.16.4...v0.17.0 [0.16.4]: https://github.com/Automattic/jetpack-ai-client/compare/v0.16.3...v0.16.4 diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index 3de520969b8fa..049e889550d35 100644 --- a/projects/js-packages/ai-client/package.json +++ b/projects/js-packages/ai-client/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-ai-client", - "version": "0.18.0", + "version": "0.18.1", "description": "A JS client for consuming Jetpack AI services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme", "bugs": { diff --git a/projects/js-packages/licensing/CHANGELOG.md b/projects/js-packages/licensing/CHANGELOG.md index 5997aaa4e154f..bcdd3167b1b86 100644 --- a/projects/js-packages/licensing/CHANGELOG.md +++ b/projects/js-packages/licensing/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.12.30 - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## 0.12.29 - 2024-09-09 ### Changed - Updated package dependencies. [#39278] diff --git a/projects/js-packages/licensing/package.json b/projects/js-packages/licensing/package.json index ca456e5ab4a76..03cf53da4b8fe 100644 --- a/projects/js-packages/licensing/package.json +++ b/projects/js-packages/licensing/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-licensing", - "version": "0.12.29", + "version": "0.12.30", "description": "Jetpack licensing flow", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme", "bugs": { diff --git a/projects/js-packages/partner-coupon/CHANGELOG.md b/projects/js-packages/partner-coupon/CHANGELOG.md index 864d169da4fb4..8a8c9b315ab5b 100644 --- a/projects/js-packages/partner-coupon/CHANGELOG.md +++ b/projects/js-packages/partner-coupon/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.2.88 - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## 0.2.87 - 2024-09-09 ### Changed - Updated package dependencies. [#39176] [#39278] diff --git a/projects/js-packages/partner-coupon/package.json b/projects/js-packages/partner-coupon/package.json index d3195173b17de..9d1fa0cf2a8d5 100644 --- a/projects/js-packages/partner-coupon/package.json +++ b/projects/js-packages/partner-coupon/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-partner-coupon", - "version": "0.2.87", + "version": "0.2.88", "description": "This package aims to add components to make it easier to redeem partner coupons", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/partner-coupon/#readme", "bugs": { diff --git a/projects/js-packages/publicize-components/CHANGELOG.md b/projects/js-packages/publicize-components/CHANGELOG.md index 40e790914a713..07ca648f78733 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/CHANGELOG.md @@ -5,6 +5,13 @@ 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.68.0] - 2024-09-10 +### Added +- Added share status feedback to resharing [#39294] + +### Changed +- Updated package dependencies. [#39302] + ## [0.67.0] - 2024-09-09 ### Added - Added tracking for the share status modal [#39198] @@ -914,6 +921,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.68.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.67.0...v0.68.0 [0.67.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.66.1...v0.67.0 [0.66.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.66.0...v0.66.1 [0.66.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.65.0...v0.66.0 diff --git a/projects/js-packages/publicize-components/changelog/add-social-resharing-share-status b/projects/js-packages/publicize-components/changelog/add-social-resharing-share-status deleted file mode 100644 index dbea969cabf6a..0000000000000 --- a/projects/js-packages/publicize-components/changelog/add-social-resharing-share-status +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added share status feedback to resharing diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index 313142e88ac9f..fec716cbd7164 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.67.0", + "version": "0.68.0", "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/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index d896f62995f78..0f9214d8ae461 100644 --- a/projects/packages/backup/CHANGELOG.md +++ b/projects/packages/backup/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). +## [3.4.9] - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## [3.4.8] - 2024-09-09 ### Changed - Updated package dependencies. [#39278] @@ -689,6 +693,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add API endpoints and Jetpack Backup package for managing Help… +[3.4.9]: https://github.com/Automattic/jetpack-backup/compare/v3.4.8...v3.4.9 [3.4.8]: https://github.com/Automattic/jetpack-backup/compare/v3.4.7...v3.4.8 [3.4.7]: https://github.com/Automattic/jetpack-backup/compare/v3.4.6...v3.4.7 [3.4.6]: https://github.com/Automattic/jetpack-backup/compare/v3.4.5...v3.4.6 diff --git a/projects/packages/backup/changelog/renovate-wordpress-monorepo b/projects/packages/backup/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/backup/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/backup/src/class-package-version.php b/projects/packages/backup/src/class-package-version.php index cb2bd72b5e579..1d828c934f86b 100644 --- a/projects/packages/backup/src/class-package-version.php +++ b/projects/packages/backup/src/class-package-version.php @@ -16,7 +16,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.4.8'; + const PACKAGE_VERSION = '3.4.9'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/explat/CHANGELOG.md b/projects/packages/explat/CHANGELOG.md index 4fd0cbdb3eb99..3b86936a9aa66 100644 --- a/projects/packages/explat/CHANGELOG.md +++ b/projects/packages/explat/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.1.8] - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## [0.1.7] - 2024-09-05 ### Changed - Update dependencies. @@ -43,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327] - Updated package dependencies. [#38132] +[0.1.8]: https://github.com/Automattic/jetpack-explat/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/Automattic/jetpack-explat/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/Automattic/jetpack-explat/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/Automattic/jetpack-explat/compare/v0.1.4...v0.1.5 diff --git a/projects/packages/explat/changelog/renovate-wordpress-monorepo b/projects/packages/explat/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/explat/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/explat/package.json b/projects/packages/explat/package.json index f83b340596c81..72df6db164a74 100644 --- a/projects/packages/explat/package.json +++ b/projects/packages/explat/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-explat", - "version": "0.1.7", + "version": "0.1.8", "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/explat/#readme", "bugs": { diff --git a/projects/packages/explat/src/class-explat.php b/projects/packages/explat/src/class-explat.php index 39ee3f9b00de5..92823a71ac15c 100644 --- a/projects/packages/explat/src/class-explat.php +++ b/projects/packages/explat/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.1.7'; + const PACKAGE_VERSION = '0.1.8'; /** * Initializer. diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index 9151be8e93ca0..951f596f06689 100644 --- a/projects/packages/forms/CHANGELOG.md +++ b/projects/packages/forms/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.32.15] - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## [0.32.14] - 2024-09-09 ### Changed - Updated package dependencies. [#39176] [#39278] @@ -654,6 +658,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] +[0.32.15]: https://github.com/automattic/jetpack-forms/compare/v0.32.14...v0.32.15 [0.32.14]: https://github.com/automattic/jetpack-forms/compare/v0.32.13...v0.32.14 [0.32.13]: https://github.com/automattic/jetpack-forms/compare/v0.32.12...v0.32.13 [0.32.12]: https://github.com/automattic/jetpack-forms/compare/v0.32.11...v0.32.12 diff --git a/projects/packages/forms/changelog/renovate-wordpress-monorepo#2 b/projects/packages/forms/changelog/renovate-wordpress-monorepo#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/forms/changelog/renovate-wordpress-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index b0dba330f2434..c3bab948ac6b5 100644 --- a/projects/packages/forms/package.json +++ b/projects/packages/forms/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-forms", - "version": "0.32.14", + "version": "0.32.15", "description": "Jetpack Forms", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme", "bugs": { diff --git a/projects/packages/forms/src/class-jetpack-forms.php b/projects/packages/forms/src/class-jetpack-forms.php index 2e4cd422fc7f8..ad2fd3ecb1ad9 100644 --- a/projects/packages/forms/src/class-jetpack-forms.php +++ b/projects/packages/forms/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.32.14'; + const PACKAGE_VERSION = '0.32.15'; /** * Load the contact form module. diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index 2a4f784901044..867c08a8d5adf 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.5] - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## [4.35.4] - 2024-09-09 ### Added - Jetpack AI: add fair usage policy link to the Jetpack AI product interstitial. [#39281] @@ -1720,6 +1724,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[4.35.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.4...4.35.5 [4.35.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.3...4.35.4 [4.35.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.2...4.35.3 [4.35.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.1...4.35.2 diff --git a/projects/packages/my-jetpack/changelog/renovate-wordpress-monorepo b/projects/packages/my-jetpack/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/my-jetpack/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index 1db12f39f4f73..add310f8b0f69 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.4", + "version": "4.35.5", "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 4d7fb42a06fa7..334180f6695e9 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.4'; + const PACKAGE_VERSION = '4.35.5'; /** * 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 164baac0a5903..fbaf1b8aefe93 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.52.3] - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## [0.52.2] - 2024-09-09 ### Changed - Internal updates. @@ -690,6 +694,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.52.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.52.2...v0.52.3 [0.52.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.52.1...v0.52.2 [0.52.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.52.0...v0.52.1 [0.52.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.51.0...v0.52.0 diff --git a/projects/packages/publicize/changelog/renovate-wordpress-monorepo b/projects/packages/publicize/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/publicize/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index 9468062f21424..5749e32b9b7b5 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.52.2", + "version": "0.52.3", "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/packages/search/CHANGELOG.md b/projects/packages/search/CHANGELOG.md index 55f2c6ecf58be..3330604cd3e6a 100644 --- a/projects/packages/search/CHANGELOG.md +++ b/projects/packages/search/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.45.3] - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## [0.45.2] - 2024-09-09 ### Changed - Updated package dependencies. [#39278] @@ -1030,6 +1034,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. +[0.45.3]: https://github.com/Automattic/jetpack-search/compare/v0.45.2...v0.45.3 [0.45.2]: https://github.com/Automattic/jetpack-search/compare/v0.45.1...v0.45.2 [0.45.1]: https://github.com/Automattic/jetpack-search/compare/v0.45.0...v0.45.1 [0.45.0]: https://github.com/Automattic/jetpack-search/compare/v0.44.17...v0.45.0 diff --git a/projects/packages/search/changelog/renovate-wordpress-monorepo b/projects/packages/search/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/search/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index b4e43da1f750b..56ebbe24ed3ca 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.45.2", + "version": "0.45.3", "description": "Package for Jetpack Search products", "main": "main.js", "directories": { diff --git a/projects/packages/search/src/class-package.php b/projects/packages/search/src/class-package.php index 96e887cb090e0..c240b20abde60 100644 --- a/projects/packages/search/src/class-package.php +++ b/projects/packages/search/src/class-package.php @@ -11,7 +11,7 @@ * Search package general information */ class Package { - const VERSION = '0.45.2'; + const VERSION = '0.45.3'; const SLUG = 'search'; /** diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index cef7cc47036b2..d5639c68aaaea 100644 --- a/projects/packages/sync/CHANGELOG.md +++ b/projects/packages/sync/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). +## [3.12.0] - 2024-09-10 +### Added +- Sync: Enable Full Sync for woocommerce_hpos_orders module [#39297] + ## [3.11.0] - 2024-09-09 ### Added - Sync: Enable Full Sync Immediately for woocommerce module [#39254] @@ -1280,6 +1284,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[3.12.0]: https://github.com/Automattic/jetpack-sync/compare/v3.11.0...v3.12.0 [3.11.0]: https://github.com/Automattic/jetpack-sync/compare/v3.10.0...v3.11.0 [3.10.0]: https://github.com/Automattic/jetpack-sync/compare/v3.9.1...v3.10.0 [3.9.1]: https://github.com/Automattic/jetpack-sync/compare/v3.9.0...v3.9.1 diff --git a/projects/packages/sync/changelog/update-sync-enable-hpos-module-full-sync b/projects/packages/sync/changelog/update-sync-enable-hpos-module-full-sync deleted file mode 100644 index c1724170b148f..0000000000000 --- a/projects/packages/sync/changelog/update-sync-enable-hpos-module-full-sync +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Sync: Enable Full Sync for woocommerce_hpos_orders module diff --git a/projects/packages/sync/composer.json b/projects/packages/sync/composer.json index 4fc1ff6dcb660..3307ae6bad3f6 100644 --- a/projects/packages/sync/composer.json +++ b/projects/packages/sync/composer.json @@ -59,7 +59,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index 2ba094847f5a0..8e633a7d745a8 100644 --- a/projects/packages/sync/src/class-package-version.php +++ b/projects/packages/sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.11.0'; + const PACKAGE_VERSION = '3.12.0'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index 937112caa8973..0b00fda8d34b6 100644 --- a/projects/packages/videopress/CHANGELOG.md +++ b/projects/packages/videopress/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.24.7] - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## [0.24.6] - 2024-09-09 ### Changed - Updated package dependencies. [#39278] @@ -1432,6 +1436,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.24.7]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.6...v0.24.7 [0.24.6]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.5...v0.24.6 [0.24.5]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.4...v0.24.5 [0.24.4]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.3...v0.24.4 diff --git a/projects/packages/videopress/changelog/renovate-wordpress-monorepo b/projects/packages/videopress/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/videopress/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index f94d298a2ce62..b93646e6fe222 100644 --- a/projects/packages/videopress/package.json +++ b/projects/packages/videopress/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-videopress", - "version": "0.24.6", + "version": "0.24.7", "description": "VideoPress package", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme", "bugs": { diff --git a/projects/packages/videopress/src/class-package-version.php b/projects/packages/videopress/src/class-package-version.php index e876393f89a34..051630746c297 100644 --- a/projects/packages/videopress/src/class-package-version.php +++ b/projects/packages/videopress/src/class-package-version.php @@ -11,7 +11,7 @@ * The Package_Version class. */ class Package_Version { - const PACKAGE_VERSION = '0.24.6'; + const PACKAGE_VERSION = '0.24.7'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/woocommerce-analytics/CHANGELOG.md b/projects/packages/woocommerce-analytics/CHANGELOG.md index b36b368f11295..d7d315309b0fb 100644 --- a/projects/packages/woocommerce-analytics/CHANGELOG.md +++ b/projects/packages/woocommerce-analytics/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.1.10] - 2024-09-10 +### Fixed +- Check whether `\WC_Install::STORE_ID_OPTION` is defined before attempting to use it, for compatibility with WooCommerce <8.4.0. [#39306] + ## [0.1.9] - 2024-09-09 ### Added - Add Store ID property in common woocommerce analytics properties. [#38857] @@ -51,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix namespace issue with WooCommerce class reference. [#35857] - General: bail early when WooCommerce is not active. [#36278] +[0.1.10]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.6...v0.1.7 diff --git a/projects/packages/woocommerce-analytics/changelog/fix-undefined-WC_Install-STORE_ID_OPTION b/projects/packages/woocommerce-analytics/changelog/fix-undefined-WC_Install-STORE_ID_OPTION deleted file mode 100644 index f795aa01aab2e..0000000000000 --- a/projects/packages/woocommerce-analytics/changelog/fix-undefined-WC_Install-STORE_ID_OPTION +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Check whether `\WC_Install::STORE_ID_OPTION` is defined before attempting to use it, for compatibility with WooCommerce <8.4.0. diff --git a/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php b/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php index acefc3331b39d..f134639b9ebf5 100644 --- a/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php +++ b/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php @@ -20,7 +20,7 @@ class Woocommerce_Analytics { /** * Package version. */ - const PACKAGE_VERSION = '0.1.9'; + const PACKAGE_VERSION = '0.1.10'; /** * Initializer. diff --git a/projects/packages/wordads/CHANGELOG.md b/projects/packages/wordads/CHANGELOG.md index fc08853e1462e..033a8f2904c6a 100644 --- a/projects/packages/wordads/CHANGELOG.md +++ b/projects/packages/wordads/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.3.31] - 2024-09-10 +### Changed +- Updated package dependencies. [#39302] + ## [0.3.30] - 2024-09-09 ### Changed - Updated package dependencies. [#39176] [#39278] @@ -400,6 +404,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` - Updated package dependencies. +[0.3.31]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.30...v0.3.31 [0.3.30]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.29...v0.3.30 [0.3.29]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.28...v0.3.29 [0.3.28]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.27...v0.3.28 diff --git a/projects/packages/wordads/changelog/renovate-wordpress-monorepo#2 b/projects/packages/wordads/changelog/renovate-wordpress-monorepo#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/wordads/changelog/renovate-wordpress-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/wordads/package.json b/projects/packages/wordads/package.json index 845e181ed554b..0c639b0e5cbaf 100644 --- a/projects/packages/wordads/package.json +++ b/projects/packages/wordads/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-wordads", - "version": "0.3.30", + "version": "0.3.31", "description": "Earn income by allowing Jetpack to display high quality ads.", "main": "main.js", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/wordads/#readme", diff --git a/projects/packages/wordads/src/class-package.php b/projects/packages/wordads/src/class-package.php index fde0ad6c93556..c769bdf8af620 100644 --- a/projects/packages/wordads/src/class-package.php +++ b/projects/packages/wordads/src/class-package.php @@ -11,7 +11,7 @@ * WordAds package general information */ class Package { - const VERSION = '0.3.30'; + const VERSION = '0.3.31'; const SLUG = 'wordads'; /** diff --git a/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo#2 b/projects/plugins/automattic-for-agencies-client/changelog/prerelease#12 similarity index 51% rename from projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo#2 rename to projects/plugins/automattic-for-agencies-client/changelog/prerelease#12 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo#2 +++ b/projects/plugins/automattic-for-agencies-client/changelog/prerelease#12 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/automattic-for-agencies-client/composer.lock b/projects/plugins/automattic-for-agencies-client/composer.lock index 81d62e2bf2729..9f805c06477e0 100644 --- a/projects/plugins/automattic-for-agencies-client/composer.lock +++ b/projects/plugins/automattic-for-agencies-client/composer.lock @@ -865,7 +865,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -898,7 +898,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo b/projects/plugins/backup/changelog/prerelease#2 similarity index 51% rename from projects/js-packages/licensing/changelog/renovate-wordpress-monorepo rename to projects/plugins/backup/changelog/prerelease#2 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo +++ b/projects/plugins/backup/changelog/prerelease#2 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/backup/composer.lock b/projects/plugins/backup/composer.lock index 74d2949669e27..7ea4bec14d520 100644 --- a/projects/plugins/backup/composer.lock +++ b/projects/plugins/backup/composer.lock @@ -1743,7 +1743,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1776,7 +1776,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo#2 b/projects/plugins/boost/changelog/prerelease#11 similarity index 51% rename from projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo#2 rename to projects/plugins/boost/changelog/prerelease#11 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo#2 +++ b/projects/plugins/boost/changelog/prerelease#11 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index 96871adceb9e8..73ea97a638685 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -1794,7 +1794,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1827,7 +1827,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index cbfec31daca8f..92e6eebe9bc28 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,14 @@ ### This is a list detailing changes for all Jetpack releases. +## 13.9-a.3 - 2024-09-10 +### Bug fixes +- WooCommerce Analytics: Check whether a constant is defined before attempting to use it, for compatibility with WooCommerce <8.4.0. [#39306] + +### Other changes +- Premium Content: Remove checks for deprecated function. [#39319] +- Updated package dependencies. [#39302] + ## 13.9-a.1 - 2024-09-09 ### Bug fixes - AI Assistant: Remove autofocus on extended blocks while previewing. [#39216] diff --git a/projects/plugins/jetpack/changelog/add-remove-deprecated-checks b/projects/plugins/jetpack/changelog/add-remove-deprecated-checks deleted file mode 100644 index ecd1891a2c5e7..0000000000000 --- a/projects/plugins/jetpack/changelog/add-remove-deprecated-checks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Remove checks for deprecated function diff --git a/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo#2 b/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo#2 deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index 50c3229b4533c..317aed6e92cf2 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -102,7 +102,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_9_a_1", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_9_a_3", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/jetpack/composer.lock b/projects/plugins/jetpack/composer.lock index 75b7fe656bd8c..e6594da1abc9e 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -2686,7 +2686,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -2719,7 +2719,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index 67c327fbcff62..89a721348b3fa 100644 --- a/projects/plugins/jetpack/jetpack.php +++ b/projects/plugins/jetpack/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 13.9-a.1 + * Version: 13.9-a.3 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.5' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.9-a.1' ); +define( 'JETPACK__VERSION', '13.9-a.3' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index dd39f81ea5969..0958c91707bb3 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "13.9.0-a.1", + "version": "13.9.0-a.3", "private": true, "description": "[Jetpack](https://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).", "homepage": "https://jetpack.com", diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index 3b848dea02088..48e94626cdf1a 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,15 +326,9 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.9-a.1 - 2024-09-09 +### 13.9-a.3 - 2024-09-10 #### Bug fixes -- AI Assistant: Remove autofocus on extended blocks while previewing. -- Ai Assistant: Do not show Jetpack AI excerpt UI outside of correct context. -- AI Assistant: Fix Write Brief highlight position on spelling mistake following ignored special word. -- AI Content Lens: Fix the feature of the AI Content Lens is gone. -- Hosting Configuration: Make the menu title under the settings the same as the destination. -- Jetpack REST API: Fix missing requirement in admin-menu endpoint. -- Sidebar: Show correct product name for "VaultPress Backup". +- WooCommerce Analytics: Check whether a constant is defined before attempting to use it, for compatibility with WooCommerce <8.4.0. -------- diff --git a/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo b/projects/plugins/migration/changelog/prerelease#16 similarity index 51% rename from projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo rename to projects/plugins/migration/changelog/prerelease#16 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo +++ b/projects/plugins/migration/changelog/prerelease#16 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/migration/composer.lock b/projects/plugins/migration/composer.lock index 4b5c8c550f3f0..f8de3bd692343 100644 --- a/projects/plugins/migration/composer.lock +++ b/projects/plugins/migration/composer.lock @@ -1743,7 +1743,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1776,7 +1776,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/mu-wpcom-plugin/changelog/prerelease#7 b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#7 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#7 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/mu-wpcom-plugin/composer.lock b/projects/plugins/mu-wpcom-plugin/composer.lock index 7dfa77949f463..6429d56608c9e 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.lock +++ b/projects/plugins/mu-wpcom-plugin/composer.lock @@ -1509,7 +1509,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1542,7 +1542,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/protect/changelog/prerelease#2 b/projects/plugins/protect/changelog/prerelease#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/protect/changelog/prerelease#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index da4054b58fde9..f40e053e8eb36 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -1656,7 +1656,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1689,7 +1689,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/search/changelog/prerelease#2 b/projects/plugins/search/changelog/prerelease#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/search/changelog/prerelease#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/search/composer.lock b/projects/plugins/search/composer.lock index 72b3eced69a28..1eda35ab73896 100644 --- a/projects/plugins/search/composer.lock +++ b/projects/plugins/search/composer.lock @@ -1748,7 +1748,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1781,7 +1781,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/social/changelog/prerelease#2 b/projects/plugins/social/changelog/prerelease#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/social/changelog/prerelease#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/social/composer.lock b/projects/plugins/social/composer.lock index 7f7e61de85272..239f952691716 100644 --- a/projects/plugins/social/composer.lock +++ b/projects/plugins/social/composer.lock @@ -1739,7 +1739,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1772,7 +1772,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/starter-plugin/changelog/prerelease#15 b/projects/plugins/starter-plugin/changelog/prerelease#15 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/starter-plugin/changelog/prerelease#15 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/starter-plugin/composer.lock b/projects/plugins/starter-plugin/composer.lock index 8235545b0a614..b8421919aadca 100644 --- a/projects/plugins/starter-plugin/composer.lock +++ b/projects/plugins/starter-plugin/composer.lock @@ -1599,7 +1599,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1632,7 +1632,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/videopress/changelog/prerelease#2 b/projects/plugins/videopress/changelog/prerelease#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/videopress/changelog/prerelease#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/videopress/composer.lock b/projects/plugins/videopress/composer.lock index 9533960497cc5..afb4885e7a2fe 100644 --- a/projects/plugins/videopress/composer.lock +++ b/projects/plugins/videopress/composer.lock @@ -1599,7 +1599,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1632,7 +1632,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/wpcomsh/changelog/prerelease b/projects/plugins/wpcomsh/changelog/prerelease new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/wpcomsh/changelog/prerelease @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/wpcomsh/composer.lock b/projects/plugins/wpcomsh/composer.lock index 0954f450dbf66..b24a655647d5d 100644 --- a/projects/plugins/wpcomsh/composer.lock +++ b/projects/plugins/wpcomsh/composer.lock @@ -1708,7 +1708,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "57d842942e2080d7a46033dde9b7b1adbccef7a1" + "reference": "aaa8654c8128853de667f1a7184d481b7c0cc026" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1741,7 +1741,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.11.x-dev" + "dev-trunk": "3.12.x-dev" }, "dependencies": { "test-only": [