diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index 78730b50aca6a..7fb63198f9391 100644 --- a/projects/js-packages/ai-client/CHANGELOG.md +++ b/projects/js-packages/ai-client/CHANGELOG.md @@ -5,22 +5,29 @@ 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.25.2] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + +### Fixed +- Fixed lints following ESLint rule changes for TS. [#40584] + ## [0.25.1] - 2024-12-09 ### Changed -- AI Assistant: Add disclaimer to image generation modals [#40397] +- AI Assistant: Add disclaimer to image generation modals. [#40397] - Updated package dependencies. [#40363] ## [0.25.0] - 2024-11-25 ### Added -- AI Client: split disabled prop to allow disabling input and action button separately [#40210] +- AI Client: split disabled prop to allow disabling input and action button separately. [#40210] ### Changed -- AI Client: fix prompt cursor to text when editable [#40247] +- AI Client: fix prompt cursor to text when editable. [#40247] - Updated package dependencies. [#40288] ## [0.24.3] - 2024-11-18 ### Changed -- AI Client: add effect on AiModalInputPrompt to update/set prompt on prop update [#40113] +- AI Client: add effect on AiModalInputPrompt to update/set prompt on prop update. [#40113] ## [0.24.2] - 2024-11-11 ### Changed @@ -476,6 +483,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - AI Client: stop using smart document visibility handling on the fetchEventSource library, so it does not restart the completion when changing tabs. [#32004] - Updated package dependencies. [#31468] [#31659] [#31785] +[0.25.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.1...v0.25.2 [0.25.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.0...v0.25.1 [0.25.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.3...v0.25.0 [0.24.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.2...v0.24.3 diff --git a/projects/js-packages/ai-client/changelog/renovate-eslint-packages b/projects/js-packages/ai-client/changelog/renovate-eslint-packages deleted file mode 100644 index 5064bda051400..0000000000000 --- a/projects/js-packages/ai-client/changelog/renovate-eslint-packages +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Explicitly declare a return type for a custom React hook. Should be no functional change. - - diff --git a/projects/js-packages/ai-client/changelog/update-eslint-9 b/projects/js-packages/ai-client/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/ai-client/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/ai-client/changelog/update-eslint-config-for-ts-files b/projects/js-packages/ai-client/changelog/update-eslint-config-for-ts-files deleted file mode 100644 index fefec667583fd..0000000000000 --- a/projects/js-packages/ai-client/changelog/update-eslint-config-for-ts-files +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed lints following ESLint rule changes for TS diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index cdca70bbde45c..f101983f9841d 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.25.1", + "version": "0.25.2", "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/api/CHANGELOG.md b/projects/js-packages/api/CHANGELOG.md index cbdb8763bdd24..2117283ec4d82 100644 --- a/projects/js-packages/api/CHANGELOG.md +++ b/projects/js-packages/api/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Components package releases. +## [0.17.21] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.17.20] - 2024-12-04 ### Changed - Updated package dependencies. [#40363] @@ -381,6 +385,7 @@ - Add the API methods left behind by the previous PR. - Initial release of jetpack-api package +[0.17.21]: https://github.com/Automattic/jetpack-api/compare/v0.17.20...v0.17.21 [0.17.20]: https://github.com/Automattic/jetpack-api/compare/v0.17.19...v0.17.20 [0.17.19]: https://github.com/Automattic/jetpack-api/compare/v0.17.18...v0.17.19 [0.17.18]: https://github.com/Automattic/jetpack-api/compare/v0.17.17...v0.17.18 diff --git a/projects/js-packages/api/changelog/renovate-wordpress-monorepo b/projects/js-packages/api/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/api/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/api/changelog/update-eslint-9 b/projects/js-packages/api/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/api/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/api/package.json b/projects/js-packages/api/package.json index 2fe822475aa03..96ec8fb3cad8a 100644 --- a/projects/js-packages/api/package.json +++ b/projects/js-packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-api", - "version": "0.17.20", + "version": "0.17.21", "description": "Jetpack Api Package", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/api/#readme", "bugs": { diff --git a/projects/js-packages/babel-plugin-replace-textdomain/CHANGELOG.md b/projects/js-packages/babel-plugin-replace-textdomain/CHANGELOG.md index 8aefafde4c1e4..fa91381349136 100644 --- a/projects/js-packages/babel-plugin-replace-textdomain/CHANGELOG.md +++ b/projects/js-packages/babel-plugin-replace-textdomain/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). +## [1.0.42] - 2024-12-16 +### Changed +- Internal updates. + ## [1.0.41] - 2024-12-09 ### Changed - Internal updates. @@ -185,6 +189,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. - Replace missing domains too. +[1.0.42]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.41...v1.0.42 [1.0.41]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.40...v1.0.41 [1.0.40]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.39...v1.0.40 [1.0.39]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.38...v1.0.39 diff --git a/projects/js-packages/babel-plugin-replace-textdomain/changelog/update-eslint-9 b/projects/js-packages/babel-plugin-replace-textdomain/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/babel-plugin-replace-textdomain/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/babel-plugin-replace-textdomain/package.json b/projects/js-packages/babel-plugin-replace-textdomain/package.json index e900aa92aa0c4..7f8004399692b 100644 --- a/projects/js-packages/babel-plugin-replace-textdomain/package.json +++ b/projects/js-packages/babel-plugin-replace-textdomain/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/babel-plugin-replace-textdomain", - "version": "1.0.41", + "version": "1.0.42", "description": "A Babel plugin to replace the textdomain in gettext-style function calls.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme", "bugs": { diff --git a/projects/js-packages/base-styles/CHANGELOG.md b/projects/js-packages/base-styles/CHANGELOG.md index fdaedacfd4081..02e9d015d652a 100644 --- a/projects/js-packages/base-styles/CHANGELOG.md +++ b/projects/js-packages/base-styles/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.6.39] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.6.38] - 2024-12-04 ### Changed - Updated package dependencies. [#40363] @@ -337,6 +341,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Use Node 16.7.0 in tooling. This shouldn't change the behavior of the code itself. +[0.6.39]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.38...0.6.39 [0.6.38]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.37...0.6.38 [0.6.37]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.36...0.6.37 [0.6.36]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.35...0.6.36 diff --git a/projects/js-packages/base-styles/changelog/update-eslint-9 b/projects/js-packages/base-styles/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/base-styles/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/base-styles/package.json b/projects/js-packages/base-styles/package.json index 2aa1abb6dd2ff..05981d15021ab 100644 --- a/projects/js-packages/base-styles/package.json +++ b/projects/js-packages/base-styles/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-base-styles", - "version": "0.6.38", + "version": "0.6.39", "description": "Jetpack components base styles", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/base-styles/#readme", "bugs": { diff --git a/projects/js-packages/boost-score-api/CHANGELOG.md b/projects/js-packages/boost-score-api/CHANGELOG.md index cf58d0db6dc90..487cabcd91bf1 100644 --- a/projects/js-packages/boost-score-api/CHANGELOG.md +++ b/projects/js-packages/boost-score-api/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.50] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.1.49] - 2024-12-09 ### Changed - Internal updates. @@ -211,6 +215,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Create package for the boost score bar API [#30781] +[0.1.50]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.49...v0.1.50 [0.1.49]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.48...v0.1.49 [0.1.48]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.47...v0.1.48 [0.1.47]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.46...v0.1.47 diff --git a/projects/js-packages/boost-score-api/changelog/renovate-wordpress-monorepo b/projects/js-packages/boost-score-api/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/boost-score-api/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/boost-score-api/changelog/update-eslint-9 b/projects/js-packages/boost-score-api/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/boost-score-api/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/boost-score-api/package.json b/projects/js-packages/boost-score-api/package.json index e4be41355c05b..cc82d6a7d6331 100644 --- a/projects/js-packages/boost-score-api/package.json +++ b/projects/js-packages/boost-score-api/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-boost-score-api", - "version": "0.1.49", + "version": "0.1.50", "description": "A package to get the Jetpack Boost score of a site", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/boost-score-api/#readme", "bugs": { diff --git a/projects/js-packages/components/CHANGELOG.md b/projects/js-packages/components/CHANGELOG.md index 0f5b67bfade2c..7f48662114eff 100644 --- a/projects/js-packages/components/CHANGELOG.md +++ b/projects/js-packages/components/CHANGELOG.md @@ -2,6 +2,14 @@ ### This is a list detailing changes for the Jetpack RNA Components package releases. +## [0.65.0] - 2024-12-16 +### Changed +- Fixes ThreatsDataViews defaultLayouts. [#40598] +- Updated package dependencies. [#40564] [#40598] + +### Fixed +- Fix ToggleControl's help text indent to align with label text. [#40510] + ## [0.64.1] - 2024-12-09 ### Removed - Remove bulk action support from the ThreatsDataViews component. [#40483] @@ -1243,6 +1251,7 @@ ### Changed - Update node version requirement to 14.16.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 [0.64.0]: https://github.com/Automattic/jetpack-components/compare/0.63.0...0.64.0 [0.63.0]: https://github.com/Automattic/jetpack-components/compare/0.62.0...0.63.0 diff --git a/projects/js-packages/components/changelog/fix-components-threats-data-views-default-layouts b/projects/js-packages/components/changelog/fix-components-threats-data-views-default-layouts deleted file mode 100644 index 64fa3036e7810..0000000000000 --- a/projects/js-packages/components/changelog/fix-components-threats-data-views-default-layouts +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Fixes ThreatsDataViews defaultLayouts diff --git a/projects/js-packages/components/changelog/fix-toggle-control-help-text-indent b/projects/js-packages/components/changelog/fix-toggle-control-help-text-indent deleted file mode 100644 index 1eae6a38fc1ad..0000000000000 --- a/projects/js-packages/components/changelog/fix-toggle-control-help-text-indent +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix ToggleControl's help text indent to align with label text. diff --git a/projects/js-packages/components/changelog/renovate-wordpress-monorepo b/projects/js-packages/components/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/components/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/components/changelog/renovate-wordpress-monorepo#2 b/projects/js-packages/components/changelog/renovate-wordpress-monorepo#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/components/changelog/renovate-wordpress-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/components/changelog/update-eslint-9 b/projects/js-packages/components/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/components/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/components/changelog/update-eslint-config-for-ts-files b/projects/js-packages/components/changelog/update-eslint-config-for-ts-files deleted file mode 100644 index 454c3dde47017..0000000000000 --- a/projects/js-packages/components/changelog/update-eslint-config-for-ts-files +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fixed ESLint warning - - diff --git a/projects/js-packages/components/package.json b/projects/js-packages/components/package.json index df315974e18ed..b877c9943635f 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.64.1", + "version": "0.65.0", "description": "Jetpack Components Package", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/connection/CHANGELOG.md b/projects/js-packages/connection/CHANGELOG.md index e6a7d3aaae463..f17999bcd355d 100644 --- a/projects/js-packages/connection/CHANGELOG.md +++ b/projects/js-packages/connection/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. +## [0.36.2] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.36.1] - 2024-12-09 ### Changed - Internal updates. @@ -910,6 +914,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2 [0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1 [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 diff --git a/projects/js-packages/connection/changelog/renovate-wordpress-monorepo b/projects/js-packages/connection/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/connection/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/connection/changelog/update-eslint-9 b/projects/js-packages/connection/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/connection/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json index f2ce31623be2a..fc0a69f1fe213 100644 --- a/projects/js-packages/connection/package.json +++ b/projects/js-packages/connection/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-connection", - "version": "0.36.1", + "version": "0.36.2", "description": "Jetpack Connection Component", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme", "bugs": { diff --git a/projects/js-packages/i18n-check-webpack-plugin/CHANGELOG.md b/projects/js-packages/i18n-check-webpack-plugin/CHANGELOG.md index 9441d330c9b52..a2a54b57f0055 100644 --- a/projects/js-packages/i18n-check-webpack-plugin/CHANGELOG.md +++ b/projects/js-packages/i18n-check-webpack-plugin/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). +## [1.1.16] - 2024-12-16 +### Changed +- Internal updates. + ## [1.1.15] - 2024-11-14 ### Changed - Update dependencies. @@ -234,6 +238,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. +[1.1.16]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.15...v1.1.16 [1.1.15]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.14...v1.1.15 [1.1.14]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.13...v1.1.14 [1.1.13]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.12...v1.1.13 diff --git a/projects/js-packages/i18n-check-webpack-plugin/changelog/update-eslint-9 b/projects/js-packages/i18n-check-webpack-plugin/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/i18n-check-webpack-plugin/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/i18n-check-webpack-plugin/package.json b/projects/js-packages/i18n-check-webpack-plugin/package.json index 553257d5acfc9..ddcd2248037d1 100644 --- a/projects/js-packages/i18n-check-webpack-plugin/package.json +++ b/projects/js-packages/i18n-check-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/i18n-check-webpack-plugin", - "version": "1.1.15", + "version": "1.1.16", "description": "A Webpack plugin to check that WordPress i18n hasn't been mangled by Webpack optimizations.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-check-webpack-plugin/#readme", "bugs": { diff --git a/projects/js-packages/i18n-loader-webpack-plugin/CHANGELOG.md b/projects/js-packages/i18n-loader-webpack-plugin/CHANGELOG.md index fe56ac1455d26..821389f74a14c 100644 --- a/projects/js-packages/i18n-loader-webpack-plugin/CHANGELOG.md +++ b/projects/js-packages/i18n-loader-webpack-plugin/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.0.67] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [2.0.66] - 2024-12-09 ### Changed - Internal updates. @@ -293,6 +297,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. +[2.0.67]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.66...v2.0.67 [2.0.66]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.65...v2.0.66 [2.0.65]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.64...v2.0.65 [2.0.64]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.63...v2.0.64 diff --git a/projects/js-packages/i18n-loader-webpack-plugin/changelog/renovate-wordpress-monorepo b/projects/js-packages/i18n-loader-webpack-plugin/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/i18n-loader-webpack-plugin/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/i18n-loader-webpack-plugin/changelog/update-eslint-9 b/projects/js-packages/i18n-loader-webpack-plugin/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/i18n-loader-webpack-plugin/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/i18n-loader-webpack-plugin/package.json b/projects/js-packages/i18n-loader-webpack-plugin/package.json index a31c081c5d3cd..969185172136b 100644 --- a/projects/js-packages/i18n-loader-webpack-plugin/package.json +++ b/projects/js-packages/i18n-loader-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/i18n-loader-webpack-plugin", - "version": "2.0.66", + "version": "2.0.67", "description": "A Webpack plugin to load WordPress i18n when Webpack lazy-loads a bundle.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-loader-webpack-plugin/#readme", "bugs": { diff --git a/projects/js-packages/idc/CHANGELOG.md b/projects/js-packages/idc/CHANGELOG.md index bb3a26edefe04..5a3a0f7dc9f77 100644 --- a/projects/js-packages/idc/CHANGELOG.md +++ b/projects/js-packages/idc/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA IDC package releases. +## 0.12.1 - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## 0.12.0 - 2024-12-04 ### Changed - Changed text domain from 'jetpack' to 'jetpack-idc'. [#40368] diff --git a/projects/js-packages/idc/changelog/renovate-wordpress-monorepo b/projects/js-packages/idc/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/idc/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/idc/changelog/update-eslint-9 b/projects/js-packages/idc/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/idc/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/idc/package.json b/projects/js-packages/idc/package.json index ab8c0ea6e9e52..539002a3cc77e 100644 --- a/projects/js-packages/idc/package.json +++ b/projects/js-packages/idc/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-idc", - "version": "0.12.0", + "version": "0.12.1", "description": "Jetpack Connection Component", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/licensing/CHANGELOG.md b/projects/js-packages/licensing/CHANGELOG.md index 3c11d2acb3066..870cf8a3360b0 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.14.2 - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## 0.14.1 - 2024-12-09 ### Changed - Internal updates. diff --git a/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo b/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/licensing/changelog/update-eslint-9 b/projects/js-packages/licensing/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/licensing/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/licensing/package.json b/projects/js-packages/licensing/package.json index 65fc6ed963f08..b80b77578f1fd 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.14.1", + "version": "0.14.2", "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 fd722c16812c8..fcffa06db85c5 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.3.1 - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## 0.3.0 - 2024-12-09 ### Changed - Changed text domain from 'jetpack' to 'jetpack-partner-coupon'. [#40368] diff --git a/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo b/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/partner-coupon/changelog/update-eslint-9 b/projects/js-packages/partner-coupon/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/partner-coupon/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/partner-coupon/package.json b/projects/js-packages/partner-coupon/package.json index 6cbae1e08eb23..d8f25f990a018 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.3.0", + "version": "0.3.1", "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 6355a31ead9fa..a080bacb233ed 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.75.1] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] [#40598] + ## [0.75.0] - 2024-12-09 ### Changed - Changed text domain from 'jetpack' to 'jetpack-publicize-components'. [#40368] @@ -1038,6 +1042,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.75.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.75.0...v0.75.1 [0.75.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.74.2...v0.75.0 [0.74.2]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.74.1...v0.74.2 [0.74.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.74.0...v0.74.1 diff --git a/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo b/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo#2 b/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/publicize-components/changelog/update-eslint-9 b/projects/js-packages/publicize-components/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/publicize-components/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index 9a9c568e62665..55e03a65b08d9 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.75.0", + "version": "0.75.1", "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/js-packages/remove-asset-webpack-plugin/CHANGELOG.md b/projects/js-packages/remove-asset-webpack-plugin/CHANGELOG.md index 9090b682a210b..c17dd566ba95a 100644 --- a/projects/js-packages/remove-asset-webpack-plugin/CHANGELOG.md +++ b/projects/js-packages/remove-asset-webpack-plugin/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). +## [1.0.25] - 2024-12-16 +### Changed +- Internal updates. + ## [1.0.24] - 2024-11-18 ### Changed - Update dependencies. [#40194] @@ -111,6 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. +[1.0.25]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.24...v1.0.25 [1.0.24]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.23...v1.0.24 [1.0.23]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.22...v1.0.23 [1.0.22]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.21...v1.0.22 diff --git a/projects/js-packages/remove-asset-webpack-plugin/changelog/update-eslint-9 b/projects/js-packages/remove-asset-webpack-plugin/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/remove-asset-webpack-plugin/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/remove-asset-webpack-plugin/package.json b/projects/js-packages/remove-asset-webpack-plugin/package.json index 16e087f18a5a5..53e023f78385b 100644 --- a/projects/js-packages/remove-asset-webpack-plugin/package.json +++ b/projects/js-packages/remove-asset-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/remove-asset-webpack-plugin", - "version": "1.0.24", + "version": "1.0.25", "description": "A Webpack plugin to remove assets from the build.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/remove-asset-webpack-plugin/README.md#readme", "bugs": { diff --git a/projects/js-packages/scan/CHANGELOG.md b/projects/js-packages/scan/CHANGELOG.md index 6d1e49afce006..9f30e52bf0ff1 100644 --- a/projects/js-packages/scan/CHANGELOG.md +++ b/projects/js-packages/scan/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.5.2] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.5.1] - 2024-12-09 ### Changed - Internal updates. @@ -83,6 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Updated dependencies. [#39754] +[0.5.2]: https://github.com/Automattic/jetpack-scan/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/Automattic/jetpack-scan/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/Automattic/jetpack-scan/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/Automattic/jetpack-scan/compare/v0.4.0...v0.4.1 diff --git a/projects/js-packages/scan/changelog/renovate-wordpress-monorepo b/projects/js-packages/scan/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/scan/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/scan/changelog/update-eslint-9 b/projects/js-packages/scan/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/scan/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/scan/package.json b/projects/js-packages/scan/package.json index 566efad361d6f..d0e91a3b7e36a 100644 --- a/projects/js-packages/scan/package.json +++ b/projects/js-packages/scan/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-scan", - "version": "0.5.1", + "version": "0.5.2", "description": "A JS client for consuming Jetpack Scan services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/scan/#readme", "bugs": { diff --git a/projects/js-packages/script-data/CHANGELOG.md b/projects/js-packages/script-data/CHANGELOG.md index 085cf8745d76f..5c8559bbc6d17 100644 --- a/projects/js-packages/script-data/CHANGELOG.md +++ b/projects/js-packages/script-data/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.6] - 2024-12-16 +### Changed +- Internal updates. + ## [0.1.5] - 2024-11-14 ### Changed - Update dependencies. @@ -29,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added jetpack-script-data package to consolidate the logic for Jetpack Initial state [#38430] +[0.1.6]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.2...v0.1.3 diff --git a/projects/js-packages/script-data/changelog/update-eslint-9 b/projects/js-packages/script-data/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/script-data/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/script-data/package.json b/projects/js-packages/script-data/package.json index e4392315a29b1..4c7e13fb32041 100644 --- a/projects/js-packages/script-data/package.json +++ b/projects/js-packages/script-data/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-script-data", - "version": "0.1.5", + "version": "0.1.6", "description": "A library to provide data for script handles and the corresponding utility functions for Jetpack.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/script-data/#readme", "bugs": { diff --git a/projects/js-packages/shared-extension-utils/CHANGELOG.md b/projects/js-packages/shared-extension-utils/CHANGELOG.md index 80b717fa1188b..e8c2792dc80c5 100644 --- a/projects/js-packages/shared-extension-utils/CHANGELOG.md +++ b/projects/js-packages/shared-extension-utils/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.16.2] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.16.1] - 2024-12-09 ### Changed - Internal updates. @@ -507,6 +511,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: prepare utility for release +[0.16.2]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.16.1...0.16.2 [0.16.1]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.16.0...0.16.1 [0.16.0]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.20...0.16.0 [0.15.20]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.19...0.15.20 diff --git a/projects/js-packages/shared-extension-utils/changelog/renovate-wordpress-monorepo b/projects/js-packages/shared-extension-utils/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/shared-extension-utils/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/shared-extension-utils/changelog/update-eslint-9 b/projects/js-packages/shared-extension-utils/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/shared-extension-utils/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/shared-extension-utils/package.json b/projects/js-packages/shared-extension-utils/package.json index bf8012e0b666b..bbb3e1f0bfe42 100644 --- a/projects/js-packages/shared-extension-utils/package.json +++ b/projects/js-packages/shared-extension-utils/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-shared-extension-utils", - "version": "0.16.1", + "version": "0.16.2", "description": "Utility functions used by the block editor extensions", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme", "bugs": { diff --git a/projects/js-packages/social-logos/CHANGELOG.md b/projects/js-packages/social-logos/CHANGELOG.md index 51e2b9b212002..c55e4a0814b54 100644 --- a/projects/js-packages/social-logos/CHANGELOG.md +++ b/projects/js-packages/social-logos/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.15] - 2024-12-16 +### Changed +- Internal updates. + ## [3.1.14] - 2024-12-09 ### Changed - Internal updates. @@ -180,6 +184,7 @@ - Build: Refactored (aligned build system with Gridicons). +[3.1.15]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15 [3.1.14]: https://github.com/Automattic/social-logos/compare/v3.1.13...v3.1.14 [3.1.13]: https://github.com/Automattic/social-logos/compare/v3.1.12...v3.1.13 [3.1.12]: https://github.com/Automattic/social-logos/compare/v3.1.11...v3.1.12 diff --git a/projects/js-packages/social-logos/changelog/update-eslint-9 b/projects/js-packages/social-logos/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/social-logos/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/social-logos/package.json b/projects/js-packages/social-logos/package.json index 4119f7506710a..d4968eaaa663e 100644 --- a/projects/js-packages/social-logos/package.json +++ b/projects/js-packages/social-logos/package.json @@ -1,6 +1,6 @@ { "name": "social-logos", - "version": "3.1.14", + "version": "3.1.15", "description": "A repository of all the social logos used on WordPress.com.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/", "bugs": { diff --git a/projects/js-packages/webpack-config/CHANGELOG.md b/projects/js-packages/webpack-config/CHANGELOG.md index 9a1e0377150e6..33f39f35a0ed5 100644 --- a/projects/js-packages/webpack-config/CHANGELOG.md +++ b/projects/js-packages/webpack-config/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.5.5 - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## 3.5.4 - 2024-12-04 ### Changed - Updated package dependencies. [#40363] diff --git a/projects/js-packages/webpack-config/changelog/renovate-wordpress-monorepo b/projects/js-packages/webpack-config/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/webpack-config/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/webpack-config/changelog/update-eslint-9 b/projects/js-packages/webpack-config/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/js-packages/webpack-config/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/js-packages/webpack-config/package.json b/projects/js-packages/webpack-config/package.json index 2a12b97c55769..2d81edcf5fd06 100644 --- a/projects/js-packages/webpack-config/package.json +++ b/projects/js-packages/webpack-config/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-webpack-config", - "version": "3.5.4", + "version": "3.5.5", "description": "Library of pieces for webpack config in Jetpack projects.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/webpack-config/#readme", "bugs": { diff --git a/projects/packages/assets/CHANGELOG.md b/projects/packages/assets/CHANGELOG.md index dae9ca57d214e..e37f020b549df 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). +## [4.0.2] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [4.0.1] - 2024-12-04 ### Changed - Updated package dependencies. [#40363] @@ -540,6 +544,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[4.0.2]: https://github.com/Automattic/jetpack-assets/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/Automattic/jetpack-assets/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/Automattic/jetpack-assets/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/Automattic/jetpack-assets/compare/v2.3.14...v3.0.0 diff --git a/projects/packages/assets/changelog/renovate-wordpress-monorepo b/projects/packages/assets/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/assets/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/assets/changelog/update-eslint-9 b/projects/packages/assets/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/assets/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index f3442d65ad7e6..04a15c45503a9 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). +## [4.0.5] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [4.0.4] - 2024-12-09 ### Changed - Updated package dependencies. [#40363] @@ -754,6 +758,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… +[4.0.5]: https://github.com/Automattic/jetpack-backup/compare/v4.0.4...v4.0.5 [4.0.4]: https://github.com/Automattic/jetpack-backup/compare/v4.0.3...v4.0.4 [4.0.3]: https://github.com/Automattic/jetpack-backup/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/Automattic/jetpack-backup/compare/v4.0.1...v4.0.2 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/changelog/update-eslint-9 b/projects/packages/backup/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/backup/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/backup/changelog/update-packages-fix-eslint-9-lints b/projects/packages/backup/changelog/update-packages-fix-eslint-9-lints deleted file mode 100644 index b3176fbef2f88..0000000000000 --- a/projects/packages/backup/changelog/update-packages-fix-eslint-9-lints +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix some JS lints ahead of eslint 9 upgrade. - - diff --git a/projects/packages/backup/src/class-package-version.php b/projects/packages/backup/src/class-package-version.php index 865175c83c64b..de3e717b16381 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 = '4.0.4'; + const PACKAGE_VERSION = '4.0.5'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/blaze/CHANGELOG.md b/projects/packages/blaze/CHANGELOG.md index 409c6c3bf65f9..8fdf025ed7ef3 100644 --- a/projects/packages/blaze/CHANGELOG.md +++ b/projects/packages/blaze/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.25.4] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.25.3] - 2024-12-04 ### Changed - Updated package dependencies. [#40363] @@ -497,6 +501,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.25.4]: https://github.com/automattic/jetpack-blaze/compare/v0.25.3...v0.25.4 [0.25.3]: https://github.com/automattic/jetpack-blaze/compare/v0.25.2...v0.25.3 [0.25.2]: https://github.com/automattic/jetpack-blaze/compare/v0.25.1...v0.25.2 [0.25.1]: https://github.com/automattic/jetpack-blaze/compare/v0.25.0...v0.25.1 diff --git a/projects/packages/blaze/changelog/renovate-wordpress-monorepo b/projects/packages/blaze/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/blaze/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/blaze/changelog/update-eslint-9 b/projects/packages/blaze/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/blaze/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/blaze/package.json b/projects/packages/blaze/package.json index 69cc22b5ad0e1..9d73720732ff5 100644 --- a/projects/packages/blaze/package.json +++ b/projects/packages/blaze/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.25.3", + "version": "0.25.4", "description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme", "bugs": { diff --git a/projects/packages/blaze/src/class-dashboard.php b/projects/packages/blaze/src/class-dashboard.php index b32823e778f37..10cbec22d7c13 100644 --- a/projects/packages/blaze/src/class-dashboard.php +++ b/projects/packages/blaze/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.25.3'; + const PACKAGE_VERSION = '0.25.4'; /** * List of dependencies needed to render the dashboard in wp-admin. diff --git a/projects/packages/classic-theme-helper/CHANGELOG.md b/projects/packages/classic-theme-helper/CHANGELOG.md index 578fd8d0105d1..702edf2a17030 100644 --- a/projects/packages/classic-theme-helper/CHANGELOG.md +++ b/projects/packages/classic-theme-helper/CHANGELOG.md @@ -5,6 +5,16 @@ 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.8.0] - 2024-12-16 +### Added +- Jetpack Testimonials: Ensuring functionality runs via the Classic Theme Helper package. [#40388] + +### Changed +- Updated package dependencies. [#40564] + +### Fixed +- Testimonials: Include shortcode CSS file. [#40592] + ## [0.7.4] - 2024-12-09 ### Fixed - Content Options: Ensure excerpt_length is cast to an int if it is not already, to prevent fatal errors. [#40389] @@ -167,6 +177,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Add wordpress folder on gitignore. [#37177] +[0.8.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.4...v0.8.0 [0.7.4]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.3...v0.7.4 [0.7.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.2...v0.7.3 [0.7.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.1...v0.7.2 diff --git a/projects/packages/classic-theme-helper/changelog/add-require-testimonials-cpt-in-classic-theme-helper b/projects/packages/classic-theme-helper/changelog/add-require-testimonials-cpt-in-classic-theme-helper deleted file mode 100644 index ea5d8e8eb1945..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/add-require-testimonials-cpt-in-classic-theme-helper +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Jetpack Testimonials: Ensuring functionality runs via the Classic Theme Helper package. diff --git a/projects/packages/classic-theme-helper/changelog/add-testimonial-shortcode-css-package b/projects/packages/classic-theme-helper/changelog/add-testimonial-shortcode-css-package deleted file mode 100644 index 2458f5419f19d..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/add-testimonial-shortcode-css-package +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Testimonials: Include shortcode CSS file. diff --git a/projects/packages/classic-theme-helper/changelog/renovate-wordpress-monorepo b/projects/packages/classic-theme-helper/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/classic-theme-helper/changelog/update-eslint-9 b/projects/packages/classic-theme-helper/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/classic-theme-helper/composer.json b/projects/packages/classic-theme-helper/composer.json index 81ce4ccd47f30..c63a006f9f61b 100644 --- a/projects/packages/classic-theme-helper/composer.json +++ b/projects/packages/classic-theme-helper/composer.json @@ -55,7 +55,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.7.x-dev" + "dev-trunk": "0.8.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}" diff --git a/projects/packages/classic-theme-helper/package.json b/projects/packages/classic-theme-helper/package.json index 1b528b5cbc478..504deb824d9f2 100644 --- a/projects/packages/classic-theme-helper/package.json +++ b/projects/packages/classic-theme-helper/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-classic-theme-helper", - "version": "0.7.4", + "version": "0.8.0", "description": "Features used with classic themes", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme", "bugs": { diff --git a/projects/packages/classic-theme-helper/src/class-main.php b/projects/packages/classic-theme-helper/src/class-main.php index d3332faf30d54..3c934378d21f7 100644 --- a/projects/packages/classic-theme-helper/src/class-main.php +++ b/projects/packages/classic-theme-helper/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.7.4'; + const PACKAGE_VERSION = '0.8.0'; /** * Modules to include. diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index 9709309650faa..eaaba4aa9a81e 100644 --- a/projects/packages/connection/CHANGELOG.md +++ b/projects/packages/connection/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). +## [6.2.1] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [6.2.0] - 2024-12-09 ### Added - Added a mechanism to use callbacks for package options. [#40474] @@ -1267,6 +1271,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[6.2.1]: https://github.com/Automattic/jetpack-connection/compare/v6.2.0...v6.2.1 [6.2.0]: https://github.com/Automattic/jetpack-connection/compare/v6.1.1...v6.2.0 [6.1.1]: https://github.com/Automattic/jetpack-connection/compare/v6.1.0...v6.1.1 [6.1.0]: https://github.com/Automattic/jetpack-connection/compare/v6.0.1...v6.1.0 diff --git a/projects/packages/connection/changelog/renovate-wordpress-monorepo b/projects/packages/connection/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/connection/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/connection/changelog/update-eslint-9 b/projects/packages/connection/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/connection/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/connection/src/class-package-version.php b/projects/packages/connection/src/class-package-version.php index c73d4fd758d67..361d29d6aaffe 100644 --- a/projects/packages/connection/src/class-package-version.php +++ b/projects/packages/connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '6.2.0'; + const PACKAGE_VERSION = '6.2.1'; const PACKAGE_SLUG = 'connection'; diff --git a/projects/packages/explat/CHANGELOG.md b/projects/packages/explat/CHANGELOG.md index 8a748977ee51e..73be2e14dab4a 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.2.3] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.2.2] - 2024-12-04 ### Changed - Updated package dependencies. [#40363] [#40372] @@ -87,6 +91,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.2.3]: https://github.com/Automattic/jetpack-explat/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/Automattic/jetpack-explat/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/Automattic/jetpack-explat/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/jetpack-explat/compare/v0.1.15...v0.2.0 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 361b0fb915075..b939c4fd83692 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.2.2", + "version": "0.2.3", "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 24be8ccfa112a..93f38609b9959 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.2.2'; + const PACKAGE_VERSION = '0.2.3'; /** * Initializer. diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index d64f43f6774ba..3cec146229b1d 100644 --- a/projects/packages/forms/CHANGELOG.md +++ b/projects/packages/forms/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.34.4] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + +### Fixed +- Form Block: fixed validation of URL input types to allow query strings. [#40490] + ## [0.34.3] - 2024-12-09 ### Changed - Updated package dependencies. [#40363] @@ -733,6 +740,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.34.4]: https://github.com/automattic/jetpack-forms/compare/v0.34.3...v0.34.4 [0.34.3]: https://github.com/automattic/jetpack-forms/compare/v0.34.2...v0.34.3 [0.34.2]: https://github.com/automattic/jetpack-forms/compare/v0.34.1...v0.34.2 [0.34.1]: https://github.com/automattic/jetpack-forms/compare/v0.34.0...v0.34.1 diff --git a/projects/packages/forms/changelog/fix-form-block-broken-url-input-validation b/projects/packages/forms/changelog/fix-form-block-broken-url-input-validation deleted file mode 100644 index 0e77ccb963690..0000000000000 --- a/projects/packages/forms/changelog/fix-form-block-broken-url-input-validation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Form Block: fixed validation of URL input types to allow query strings. diff --git a/projects/packages/forms/changelog/renovate-wordpress-monorepo b/projects/packages/forms/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/forms/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/forms/changelog/update-eslint-9 b/projects/packages/forms/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/forms/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/forms/changelog/update-packages-fix-eslint-9-lints b/projects/packages/forms/changelog/update-packages-fix-eslint-9-lints deleted file mode 100644 index b3176fbef2f88..0000000000000 --- a/projects/packages/forms/changelog/update-packages-fix-eslint-9-lints +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix some JS lints ahead of eslint 9 upgrade. - - diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index 4d988a1635797..4337aa6cc92e6 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.34.3", + "version": "0.34.4", "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 4b4b4ab34fcac..6e1800cda9f1c 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.34.3'; + const PACKAGE_VERSION = '0.34.4'; /** * Load the contact form module. diff --git a/projects/packages/image-cdn/CHANGELOG.md b/projects/packages/image-cdn/CHANGELOG.md index d7814df7eac21..fb145175ab692 100644 --- a/projects/packages/image-cdn/CHANGELOG.md +++ b/projects/packages/image-cdn/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.7.2] - 2024-12-16 +### Changed +- Internal updates. + ## [0.7.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -158,6 +162,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add image CDN package. [#29561] +[0.7.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.3...v0.6.0 diff --git a/projects/packages/image-cdn/changelog/renovate-lock-file-maintenance b/projects/packages/image-cdn/changelog/renovate-lock-file-maintenance deleted file mode 100644 index 9ded746d9449f..0000000000000 --- a/projects/packages/image-cdn/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Add a cast to make Phan happy. Should be no change to functionality. - - diff --git a/projects/packages/image-cdn/src/class-image-cdn.php b/projects/packages/image-cdn/src/class-image-cdn.php index f5b8b7049a88a..11d5af0a126cc 100644 --- a/projects/packages/image-cdn/src/class-image-cdn.php +++ b/projects/packages/image-cdn/src/class-image-cdn.php @@ -12,7 +12,7 @@ */ final class Image_CDN { - const PACKAGE_VERSION = '0.7.1'; + const PACKAGE_VERSION = '0.7.2'; /** * Singleton. diff --git a/projects/packages/import/CHANGELOG.md b/projects/packages/import/CHANGELOG.md index 83bde2fa484d6..4d96561e5d532 100644 --- a/projects/packages/import/CHANGELOG.md +++ b/projects/packages/import/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.9.2] - 2024-12-16 +### Fixed +- Import: setting WP_IMPORTING when doing an import. [#40563] + ## [0.9.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -130,6 +134,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed various imported resources hierarchies [#29012] +[0.9.2]: https://github.com/Automattic/jetpack-import/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/Automattic/jetpack-import/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/Automattic/jetpack-import/compare/v0.8.11...v0.9.0 [0.8.11]: https://github.com/Automattic/jetpack-import/compare/v0.8.10...v0.8.11 diff --git a/projects/packages/import/changelog/fix-wp-import-issue b/projects/packages/import/changelog/fix-wp-import-issue deleted file mode 100644 index 0943345dc4bca..0000000000000 --- a/projects/packages/import/changelog/fix-wp-import-issue +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Import: setting WP_IMPORTING when doing an import diff --git a/projects/packages/import/package.json b/projects/packages/import/package.json index 07d5129b0fdcd..1e754e2218de6 100644 --- a/projects/packages/import/package.json +++ b/projects/packages/import/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-import", - "version": "0.9.1", + "version": "0.9.2", "description": "Set of REST API routes used in WPCOM Unified Importer.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/import/#readme", "bugs": { diff --git a/projects/packages/import/src/class-main.php b/projects/packages/import/src/class-main.php index 0dc07cc84aa48..b3314f3ff2b1c 100644 --- a/projects/packages/import/src/class-main.php +++ b/projects/packages/import/src/class-main.php @@ -20,7 +20,7 @@ class Main { * * @var string */ - const PACKAGE_VERSION = '0.9.1'; + const PACKAGE_VERSION = '0.9.2'; /** * A list of all the routes. diff --git a/projects/packages/jitm/CHANGELOG.md b/projects/packages/jitm/CHANGELOG.md index 6a938c9394fb3..322c7d80ea067 100644 --- a/projects/packages/jitm/CHANGELOG.md +++ b/projects/packages/jitm/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.0.3] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [4.0.2] - 2024-12-04 ### Changed - Updated package dependencies. [#40363] @@ -807,6 +811,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[4.0.3]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.29...v4.0.0 diff --git a/projects/packages/jitm/changelog/renovate-wordpress-monorepo b/projects/packages/jitm/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/jitm/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/jitm/changelog/update-eslint-9 b/projects/packages/jitm/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/jitm/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/jitm/src/class-jitm.php b/projects/packages/jitm/src/class-jitm.php index 12a0b901825fb..30043bfe2b951 100644 --- a/projects/packages/jitm/src/class-jitm.php +++ b/projects/packages/jitm/src/class-jitm.php @@ -20,7 +20,7 @@ */ class JITM { - const PACKAGE_VERSION = '4.0.2'; + const PACKAGE_VERSION = '4.0.3'; /** * The configuration method that is called from the jetpack-config package. diff --git a/projects/packages/masterbar/CHANGELOG.md b/projects/packages/masterbar/CHANGELOG.md index 6d933f84bc038..91f13051c85c8 100644 --- a/projects/packages/masterbar/CHANGELOG.md +++ b/projects/packages/masterbar/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.10.3] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.10.2] - 2024-12-04 ### Changed - Updated package dependencies. [#40363] @@ -182,6 +186,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Notifications: Change Icon [#37676] - Updated package dependencies. [#37669] [#37706] +[0.10.3]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.9...v0.10.0 diff --git a/projects/packages/masterbar/changelog/renovate-wordpress-monorepo b/projects/packages/masterbar/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/masterbar/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/masterbar/changelog/update-eslint-9 b/projects/packages/masterbar/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/masterbar/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/masterbar/changelog/update-packages-fix-eslint-9-lints b/projects/packages/masterbar/changelog/update-packages-fix-eslint-9-lints deleted file mode 100644 index b3176fbef2f88..0000000000000 --- a/projects/packages/masterbar/changelog/update-packages-fix-eslint-9-lints +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix some JS lints ahead of eslint 9 upgrade. - - diff --git a/projects/packages/masterbar/package.json b/projects/packages/masterbar/package.json index 74a0061afd8c1..1b31349359348 100644 --- a/projects/packages/masterbar/package.json +++ b/projects/packages/masterbar/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-masterbar", - "version": "0.10.2", + "version": "0.10.3", "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/masterbar/#readme", "bugs": { diff --git a/projects/packages/masterbar/src/class-main.php b/projects/packages/masterbar/src/class-main.php index 87eb931da0ae7..1a58e128ea78f 100644 --- a/projects/packages/masterbar/src/class-main.php +++ b/projects/packages/masterbar/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.10.2'; + const PACKAGE_VERSION = '0.10.3'; /** * Initializer. diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index c454301157913..6fe8e843cb673 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/CHANGELOG.md @@ -5,6 +5,18 @@ 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.1.2] - 2024-12-16 +### Added +- Add AI to Complete feature copy. [#40577] + +### Changed +- Remove purchase related elements when Complete is on site. [#40554] +- Updated package dependencies. [#40564] + +### Fixed +- Fixed lints following ESLint rule changes for TS. [#40584] +- My Jetpack: fix animation flick on connection screen in My Jetpack. [#40533] + ## [5.1.1] - 2024-12-04 ### Changed - Updated package dependencies. [#40363] @@ -1856,6 +1868,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[5.1.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.1...5.1.2 [5.1.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.0...5.1.1 [5.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.4...5.1.0 [5.0.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.3...5.0.4 diff --git a/projects/packages/my-jetpack/changelog/add-ai-to-complete-feature-copy b/projects/packages/my-jetpack/changelog/add-ai-to-complete-feature-copy deleted file mode 100644 index bce5afbecc09b..0000000000000 --- a/projects/packages/my-jetpack/changelog/add-ai-to-complete-feature-copy +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add AI to Complete feature copy diff --git a/projects/packages/my-jetpack/changelog/fix-connection-animation-flick b/projects/packages/my-jetpack/changelog/fix-connection-animation-flick deleted file mode 100644 index 1b0f9d2be77c2..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-connection-animation-flick +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -My Jetpack: fix animation flick on connection screen in My Jetpack. 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/changelog/update-eslint-9 b/projects/packages/my-jetpack/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/my-jetpack/changelog/update-eslint-config-for-ts-files b/projects/packages/my-jetpack/changelog/update-eslint-config-for-ts-files deleted file mode 100644 index fefec667583fd..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-eslint-config-for-ts-files +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed lints following ESLint rule changes for TS diff --git a/projects/packages/my-jetpack/changelog/update-my-jetpack-hide-purchases-elements-when-complete-is-active b/projects/packages/my-jetpack/changelog/update-my-jetpack-hide-purchases-elements-when-complete-is-active deleted file mode 100644 index da1eace88d760..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-my-jetpack-hide-purchases-elements-when-complete-is-active +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Remove purchase related elements when Complete is on site diff --git a/projects/packages/my-jetpack/changelog/update-packages-fix-eslint-9-lints b/projects/packages/my-jetpack/changelog/update-packages-fix-eslint-9-lints deleted file mode 100644 index b3176fbef2f88..0000000000000 --- a/projects/packages/my-jetpack/changelog/update-packages-fix-eslint-9-lints +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix some JS lints ahead of eslint 9 upgrade. - - diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index ab0123621f7c2..fd24a11565d10 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": "5.1.1", + "version": "5.1.2", "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 5139af566c26c..3d8bba78d485a 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 = '5.1.1'; + const PACKAGE_VERSION = '5.1.2'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/post-list/CHANGELOG.md b/projects/packages/post-list/CHANGELOG.md index cd495cf9aa89a..ca107904e5521 100644 --- a/projects/packages/post-list/CHANGELOG.md +++ b/projects/packages/post-list/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.7.2] - 2024-12-16 +### Changed +- Internal updates. + ## [0.7.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -126,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the default columns displayed on the post and page list screens - Refactored thumbnail preview to function server side. All javascript removed. +[0.7.2]: https://github.com/automattic/jetpack-post-list/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/automattic/jetpack-post-list/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/automattic/jetpack-post-list/compare/v0.6.5...v0.7.0 [0.6.5]: https://github.com/automattic/jetpack-post-list/compare/v0.6.4...v0.6.5 diff --git a/projects/packages/post-list/changelog/update-eslint-9 b/projects/packages/post-list/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/post-list/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/post-list/src/class-post-list.php b/projects/packages/post-list/src/class-post-list.php index 5651a2372719a..d8eea02d1f6da 100644 --- a/projects/packages/post-list/src/class-post-list.php +++ b/projects/packages/post-list/src/class-post-list.php @@ -15,7 +15,7 @@ */ class Post_List { - const PACKAGE_VERSION = '0.7.1'; + const PACKAGE_VERSION = '0.7.2'; const FEATURE = 'enhanced_post_list'; /** diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index 3d16f5301164a..3416ad5578cf8 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.56.5] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.56.4] - 2024-12-09 ### Changed - Updated package dependencies. [#40363] @@ -783,6 +787,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.56.5]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.4...v0.56.5 [0.56.4]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.3...v0.56.4 [0.56.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.2...v0.56.3 [0.56.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.1...v0.56.2 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/changelog/update-eslint-9 b/projects/packages/publicize/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/publicize/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index 194547a7a1686..0f0950a6dbbf9 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.56.4", + "version": "0.56.5", "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 b6bf9cfdf9f00..2e2292fdee780 100644 --- a/projects/packages/search/CHANGELOG.md +++ b/projects/packages/search/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.47.4] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + +### Fixed +- Fix missing instant search dialog for themes like Rebalance. [#40472] + ## [0.47.3] - 2024-12-09 ### Changed - Updated package dependencies. [#40363] @@ -1096,6 +1103,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.47.4]: https://github.com/Automattic/jetpack-search/compare/v0.47.3...v0.47.4 [0.47.3]: https://github.com/Automattic/jetpack-search/compare/v0.47.2...v0.47.3 [0.47.2]: https://github.com/Automattic/jetpack-search/compare/v0.47.1...v0.47.2 [0.47.1]: https://github.com/Automattic/jetpack-search/compare/v0.47.0...v0.47.1 diff --git a/projects/packages/search/changelog/fix-missing-search-overlay-in-some-themes b/projects/packages/search/changelog/fix-missing-search-overlay-in-some-themes deleted file mode 100644 index 2fa58d10f6081..0000000000000 --- a/projects/packages/search/changelog/fix-missing-search-overlay-in-some-themes +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix missing instant search dialog for themes like Rebalance 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/changelog/update-eslint-9 b/projects/packages/search/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/search/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/search/changelog/update-packages-fix-eslint-9-lints b/projects/packages/search/changelog/update-packages-fix-eslint-9-lints deleted file mode 100644 index b3176fbef2f88..0000000000000 --- a/projects/packages/search/changelog/update-packages-fix-eslint-9-lints +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix some JS lints ahead of eslint 9 upgrade. - - diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index 280d742a4744e..eea2b0186af2f 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.47.3", + "version": "0.47.4", "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 0c8bd0c30bd23..cfd81b6ea69f7 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.47.3'; + const VERSION = '0.47.4'; const SLUG = 'search'; /** diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index 6227f85825af2..1f255f85f9f5e 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). +## [4.1.1] - 2024-12-16 +### Changed +- Internal updates. + ## [4.1.0] - 2024-12-09 ### Added - WordPress.com Features: add Holiday Snow functionality. [#40478] @@ -1355,6 +1359,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[4.1.1]: https://github.com/Automattic/jetpack-sync/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/Automattic/jetpack-sync/compare/v4.0.2...v4.1.0 [4.0.2]: https://github.com/Automattic/jetpack-sync/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/Automattic/jetpack-sync/compare/v4.0.0...v4.0.1 diff --git a/projects/packages/sync/changelog/add-allow-coupons-gifts-cpt-types b/projects/packages/sync/changelog/add-allow-coupons-gifts-cpt-types deleted file mode 100644 index dbda2687742d8..0000000000000 --- a/projects/packages/sync/changelog/add-allow-coupons-gifts-cpt-types +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - - diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index acfc7f927e7ab..17a6cba1f66df 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 = '4.1.0'; + const PACKAGE_VERSION = '4.1.1'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index 1772173a37541..38c822588fe3c 100644 --- a/projects/packages/videopress/CHANGELOG.md +++ b/projects/packages/videopress/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.25.5] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + +### Fixed +- Fixed lints following ESLint rule changes for TS [#40584] + ## [0.25.4] - 2024-12-09 ### Changed - Updated package dependencies. [#40363] @@ -1497,6 +1504,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.25.5]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.4...v0.25.5 [0.25.4]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.3...v0.25.4 [0.25.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.2...v0.25.3 [0.25.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.1...v0.25.2 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/changelog/update-eslint-9 b/projects/packages/videopress/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/videopress/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/videopress/changelog/update-eslint-config-for-ts-files b/projects/packages/videopress/changelog/update-eslint-config-for-ts-files deleted file mode 100644 index fefec667583fd..0000000000000 --- a/projects/packages/videopress/changelog/update-eslint-config-for-ts-files +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed lints following ESLint rule changes for TS diff --git a/projects/packages/videopress/changelog/update-packages-fix-eslint-9-lints b/projects/packages/videopress/changelog/update-packages-fix-eslint-9-lints deleted file mode 100644 index b3176fbef2f88..0000000000000 --- a/projects/packages/videopress/changelog/update-packages-fix-eslint-9-lints +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix some JS lints ahead of eslint 9 upgrade. - - diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index bac246c717c73..0379e51d3947b 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.25.4", + "version": "0.25.5", "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 efca5de065658..22f2263679e4e 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.25.4'; + const PACKAGE_VERSION = '0.25.5'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/wordads/CHANGELOG.md b/projects/packages/wordads/CHANGELOG.md index 6f64613c08a91..0d1e4eb8914bc 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.4.4] - 2024-12-16 +### Changed +- Updated package dependencies. [#40564] + ## [0.4.3] - 2024-12-09 ### Changed - Updated package dependencies. [#40363] @@ -450,6 +454,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` - Updated package dependencies. +[0.4.4]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.0...v0.4.1 diff --git a/projects/packages/wordads/changelog/renovate-wordpress-monorepo b/projects/packages/wordads/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/wordads/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/wordads/changelog/update-eslint-9 b/projects/packages/wordads/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/packages/wordads/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/packages/wordads/changelog/update-packages-fix-eslint-9-lints b/projects/packages/wordads/changelog/update-packages-fix-eslint-9-lints deleted file mode 100644 index b3176fbef2f88..0000000000000 --- a/projects/packages/wordads/changelog/update-packages-fix-eslint-9-lints +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix some JS lints ahead of eslint 9 upgrade. - - diff --git a/projects/packages/wordads/package.json b/projects/packages/wordads/package.json index dacdf1ff4839a..2c5e5db77eaa9 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.4.3", + "version": "0.4.4", "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 f595a4884e934..a9774761ca700 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.4.3'; + const VERSION = '0.4.4'; const SLUG = 'wordads'; /** diff --git a/projects/packages/masterbar/changelog/add-pre-option-filter-duplicate-views b/projects/plugins/classic-theme-helper-plugin/changelog/prerelease#13 similarity index 52% rename from projects/packages/masterbar/changelog/add-pre-option-filter-duplicate-views rename to projects/plugins/classic-theme-helper-plugin/changelog/prerelease#13 index 05ffe09f19e66..9aa70e3ec1f75 100644 --- a/projects/packages/masterbar/changelog/add-pre-option-filter-duplicate-views +++ b/projects/plugins/classic-theme-helper-plugin/changelog/prerelease#13 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. diff --git a/projects/plugins/classic-theme-helper-plugin/composer.lock b/projects/plugins/classic-theme-helper-plugin/composer.lock index d5c2bb5d47a7b..72ba0b820a3c3 100644 --- a/projects/plugins/classic-theme-helper-plugin/composer.lock +++ b/projects/plugins/classic-theme-helper-plugin/composer.lock @@ -202,7 +202,7 @@ "dist": { "type": "path", "url": "../../packages/classic-theme-helper", - "reference": "313ac02e74dbf44eec1ddbf485af492b66d96a9a" + "reference": "198fd841c5341850e247c46168d77b1bc6a13a34" }, "require": { "automattic/jetpack-assets": "@dev", @@ -220,7 +220,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.7.x-dev" + "dev-trunk": "0.8.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}" diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 30f7c119ffd4f..9f68eef50a7ff 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,31 @@ ### This is a list detailing changes for all Jetpack releases. +## 14.2-a.3 - 2024-12-16 +### Enhancements +- Social: Improved Jetpack likes behavior for better theme integration if the post has likes. [#40544] + +### Improved compatibility +- Jetpack Testimonials: Ensure feature loads via the Classic Theme Helper package instead of the module. [#40388] + +### Bug fixes +- Facebook Embeds: Add a white background to embeds to avoid transparent background interfering with readability. [#40547] +- Form Block: fixed validation of URL input types to allow query strings. [#40490] +- Import: Correctly setting the WP_IMPORTING constant when doing an import. [#40563] +- SEO: Ensure that SEO fields are not visible when another SEO plugin is active. [#40567] + +### Other changes +- API Endpoints: Make sure manual plugin updates applied when auto update is disabled. [#40534] +- Block Editor: We now trigger an error in cases where the media property does not exist so that the editor does not crash under some circumstances. [#40588] +- Blogging prompts endpoint: disable bloganuary for 2025 and beyond. [#40491] +- Carousel: Fixed a bug where under rare circumstances, the carousel would have made null requests when loading an image. [#40535] +- Comments: Make list of allowable comment types filterable so custom types can be returned if needed. [#40530] +- Infinite scroll: Remove deprecated code. [#40528] +- Jetpack AI: Adding tooltips to AI feedback component. [#40506] +- Jetpack AI: Add tracking to the thumbs up/down component, saving the component and rating to Tracks. [#40553] +- General: Fixed lints following ESLint rule changes for TS. [#40584] +- Updated package dependencies. [#40515] [#40564] + ## 14.2-a.1 - 2024-12-09 ### Enhancements - Stats: Allow fetching stats for specific sites when programatically fetching stats using Jetpack's tools. [#40441] diff --git a/projects/plugins/jetpack/changelog/add-allow-coupons-gifts-cpt-types b/projects/plugins/jetpack/changelog/add-allow-coupons-gifts-cpt-types deleted file mode 100644 index 1ef8afea050a2..0000000000000 --- a/projects/plugins/jetpack/changelog/add-allow-coupons-gifts-cpt-types +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - - diff --git a/projects/plugins/jetpack/changelog/add-comment-type-filter b/projects/plugins/jetpack/changelog/add-comment-type-filter deleted file mode 100644 index fa15ffe923d49..0000000000000 --- a/projects/plugins/jetpack/changelog/add-comment-type-filter +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Comments: Make list of allowable comment types filterable so custom types can be returned if needed. diff --git a/projects/plugins/jetpack/changelog/add-pre-option-filter-duplicate-views b/projects/plugins/jetpack/changelog/add-pre-option-filter-duplicate-views deleted file mode 100644 index 0bf3bd691e178..0000000000000 --- a/projects/plugins/jetpack/changelog/add-pre-option-filter-duplicate-views +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Changes related to WoA - - diff --git a/projects/plugins/jetpack/changelog/add-require-testimonials-cpt-in-classic-theme-helper b/projects/plugins/jetpack/changelog/add-require-testimonials-cpt-in-classic-theme-helper deleted file mode 100644 index 513f45cc6c883..0000000000000 --- a/projects/plugins/jetpack/changelog/add-require-testimonials-cpt-in-classic-theme-helper +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: compat - -Jetpack Testimonials: Ensure feature loads via the Classic Theme Helper package instead of the module. diff --git a/projects/plugins/jetpack/changelog/change-jetpack-ai-track-ai-rating b/projects/plugins/jetpack/changelog/change-jetpack-ai-track-ai-rating deleted file mode 100644 index 42fb985eadd49..0000000000000 --- a/projects/plugins/jetpack/changelog/change-jetpack-ai-track-ai-rating +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack AI: Add tracking to the thumbs up/down component, saving the component and rating to Tracks diff --git a/projects/plugins/jetpack/changelog/disable-bloganuary b/projects/plugins/jetpack/changelog/disable-bloganuary deleted file mode 100644 index 69862a4bbf557..0000000000000 --- a/projects/plugins/jetpack/changelog/disable-bloganuary +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Blogging prompts endpoint: disable bloganuary for 2025 and beyond. diff --git a/projects/plugins/jetpack/changelog/fix-carousel-null-request b/projects/plugins/jetpack/changelog/fix-carousel-null-request deleted file mode 100644 index 8696ab8d13acf..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-carousel-null-request +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Carousel: Under rare circumstances, the carousel will make null requests when loading an image diff --git a/projects/plugins/jetpack/changelog/fix-facebook-embed-background-color b/projects/plugins/jetpack/changelog/fix-facebook-embed-background-color deleted file mode 100644 index 49cf13c2c69a1..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-facebook-embed-background-color +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Facebook Embeds: add a white background to embeds to avoid transparent background interfering with readability. diff --git a/projects/plugins/jetpack/changelog/fix-form-block-broken-url-input-validation b/projects/plugins/jetpack/changelog/fix-form-block-broken-url-input-validation deleted file mode 100644 index 18148f5e92c1e..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-form-block-broken-url-input-validation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Form Block: fixed validation of URL input types to allow query strings. diff --git a/projects/plugins/jetpack/changelog/fix-hide-seo-title-desc-fields b/projects/plugins/jetpack/changelog/fix-hide-seo-title-desc-fields deleted file mode 100644 index 758aff99f81a4..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-hide-seo-title-desc-fields +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -SEO: Ensure that SEO fields are not visible when another SEO plugin is active. diff --git a/projects/plugins/jetpack/changelog/fix-manual-plugin-updates b/projects/plugins/jetpack/changelog/fix-manual-plugin-updates deleted file mode 100644 index b9e7c7872762f..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-manual-plugin-updates +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -API Endpoints: make sure manual plugin updates applied when auto update is disabled diff --git a/projects/plugins/jetpack/changelog/fix-pexels-empty-items-on-editor b/projects/plugins/jetpack/changelog/fix-pexels-empty-items-on-editor deleted file mode 100644 index 190832ebc3a6a..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-pexels-empty-items-on-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -We now trigger an error in cases where the media property does not exist so that the editor does not crash under some circumstances diff --git a/projects/plugins/jetpack/changelog/fix-wp-import-issue b/projects/plugins/jetpack/changelog/fix-wp-import-issue deleted file mode 100644 index 06f1f5564ab35..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-wp-import-issue +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Import: setting WP_IMPORTING when doing an import diff --git a/projects/plugins/jetpack/changelog/remove-cleanup-infinite-scroll-2 b/projects/plugins/jetpack/changelog/remove-cleanup-infinite-scroll-2 deleted file mode 100644 index f4b67870ce2c3..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-cleanup-infinite-scroll-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Infinite scroll: remove deprecated code. diff --git a/projects/plugins/jetpack/changelog/renovate-lock-file-maintenance b/projects/plugins/jetpack/changelog/renovate-lock-file-maintenance deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo b/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/update-eslint-9 b/projects/plugins/jetpack/changelog/update-eslint-9 deleted file mode 100644 index 02180870fd73b..0000000000000 --- a/projects/plugins/jetpack/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Update eslint config for eslint 9. - - diff --git a/projects/plugins/jetpack/changelog/update-eslint-config-for-ts-files b/projects/plugins/jetpack/changelog/update-eslint-config-for-ts-files deleted file mode 100644 index fb360f8080b3e..0000000000000 --- a/projects/plugins/jetpack/changelog/update-eslint-config-for-ts-files +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Fixed lints following ESLint rule changes for TS diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-feedback-add-tooltips b/projects/plugins/jetpack/changelog/update-jetpack-ai-feedback-add-tooltips deleted file mode 100644 index 3c9d8b16dac09..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-feedback-add-tooltips +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack AI: Adding tooltips to AI feedback component diff --git a/projects/plugins/jetpack/changelog/update-jetpack-fix-eslint-9-lints b/projects/plugins/jetpack/changelog/update-jetpack-fix-eslint-9-lints deleted file mode 100644 index c6edddc29cc11..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-fix-eslint-9-lints +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Fix some JS lints ahead of the eslint 9 upgrade. - - diff --git a/projects/plugins/jetpack/changelog/update-likes-add-likes-class b/projects/plugins/jetpack/changelog/update-likes-add-likes-class deleted file mode 100644 index ee37aa6901e02..0000000000000 --- a/projects/plugins/jetpack/changelog/update-likes-add-likes-class +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Added a `liked` class to the Jetpack likes iFrame wrapper DIV based on if the post has any likes. \ No newline at end of file diff --git a/projects/plugins/jetpack/changelog/verbum-fix-stuff b/projects/plugins/jetpack/changelog/verbum-fix-stuff deleted file mode 100644 index e6db986ea1edd..0000000000000 --- a/projects/plugins/jetpack/changelog/verbum-fix-stuff +++ /dev/null @@ -1,3 +0,0 @@ -Significance: patch -Type: other -Comment: fix redirect and awaiting cookie setting diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index 10dfe35ae8d16..b959b821e3b88 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -106,7 +106,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_2_a_1", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_2_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 76b1ad98c0969..40486833b178b 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -704,7 +704,7 @@ "dist": { "type": "path", "url": "../../packages/classic-theme-helper", - "reference": "313ac02e74dbf44eec1ddbf485af492b66d96a9a" + "reference": "198fd841c5341850e247c46168d77b1bc6a13a34" }, "require": { "automattic/jetpack-assets": "@dev", @@ -722,7 +722,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.7.x-dev" + "dev-trunk": "0.8.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}" diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index 8950e92e1125f..06f51f1637176 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: 14.2-a.1 + * Version: 14.2-a.3 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.6' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.2' ); -define( 'JETPACK__VERSION', '14.2-a.1' ); +define( 'JETPACK__VERSION', '14.2-a.3' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/json-endpoints/class.wpcom-json-api-comment-endpoint.php b/projects/plugins/jetpack/json-endpoints/class.wpcom-json-api-comment-endpoint.php index aa7b38d594a67..5fe7d7ca443a2 100644 --- a/projects/plugins/jetpack/json-endpoints/class.wpcom-json-api-comment-endpoint.php +++ b/projects/plugins/jetpack/json-endpoints/class.wpcom-json-api-comment-endpoint.php @@ -74,7 +74,7 @@ public function get_comment( $comment_id, $context ) { /** * Filter the comment types that are allowed to be returned. * - * @since $$next-version$$ + * @since 14.2 * * @module json-api * diff --git a/projects/plugins/jetpack/modules/custom-post-types/testimonial.php b/projects/plugins/jetpack/modules/custom-post-types/testimonial.php index be27b5d8ecd95..363e8c058116a 100644 --- a/projects/plugins/jetpack/modules/custom-post-types/testimonial.php +++ b/projects/plugins/jetpack/modules/custom-post-types/testimonial.php @@ -26,10 +26,10 @@ class Jetpack_Testimonial { /** * Initialize class. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public static function init() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return Automattic\Jetpack\Classic_Theme_Helper\Jetpack_Testimonial::init(); } @@ -81,10 +81,10 @@ public static function __callStatic( $name, $arguments ) { * Registers the custom post types and adds action/filter handlers, but * only if the site supports it. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public function maybe_register_cpt() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->maybe_register_cpt(); } @@ -92,12 +92,12 @@ public function maybe_register_cpt() { * Add a checkbox field in 'Settings' > 'Writing' * for enabling CPT functionality. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @return void */ public function settings_api_init() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->settings_api_init(); } @@ -105,12 +105,12 @@ public function settings_api_init() { * HTML code to display a checkbox true/false option * for the CPT setting. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @return void */ public function setting_html() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->setting_html(); } @@ -121,212 +121,212 @@ public function setting_html() { * @return array `$post_types` with our type added. */ public function allow_cpt_rest_api_type( $post_types ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return $this->new_instance->allow_cpt_rest_api_type( $post_types ); } /** * Bump Testimonial > New Activation stat * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public function new_activation_stat_bump() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->new_activation_stat_bump(); } /** * Bump Testimonial > Option On/Off stats to get total active * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param mixed $old The old option value. * @param mixed $new The new option value. */ public function update_option_stat_bump( $old, $new ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->update_option_stat_bump( $old, $new ); } /** * Bump Testimonial > Published Testimonials stat when testimonials are published * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public function new_testimonial_stat_bump() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->new_testimonial_stat_bump(); } /** * Flush permalinks when CPT option is turned on/off * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public function flush_rules_on_enable() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->flush_rules_on_enable(); } /** * Count published testimonials and flush permalinks when first testimonial is published * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public function flush_rules_on_first_testimonial() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->flush_rules_on_first_testimonial(); } /** * Flush permalinks when CPT supported theme is activated * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public function flush_rules_on_switch() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->flush_rules_on_switch(); } /** * On plugin/theme activation, check if current theme supports CPT * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public static function activation_post_type_support() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); Automattic\Jetpack\Classic_Theme_Helper\Jetpack_Testimonial::activation_post_type_support(); } /** * On theme switch, check if CPT item exists and disable if not * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public function deactivation_post_type_support() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->deactivation_post_type_support(); } /** * Register Post Type * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public function register_post_types() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->register_post_types(); } /** * Update messages for the Testimonial admin. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param array $messages Existing post update messages. * @return array Updated `$messages`. */ public function updated_messages( $messages ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return $this->new_instance->updated_messages( $messages ); } /** * Change ‘Enter Title Here’ text for the Testimonial. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param string $title Placeholder text. Default 'Add title'. * @return string Replacement title. */ public function change_default_title( $title ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return $this->new_instance->change_default_title( $title ); } /** * Change ‘Title’ column label on all Testimonials page. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param array $columns An array of column names. * @return array Updated array. */ public function edit_title_column_label( $columns ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return $this->new_instance->edit_title_column_label( $columns ); } /** * Follow CPT reading setting on CPT archive page * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param WP_Query $query A WP_Query instance. */ public function query_reading_setting( $query ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->query_reading_setting( $query ); } /** * If Infinite Scroll is set to 'click', use our custom reading setting instead of core's `posts_per_page`. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param array $settings Array of Infinite Scroll settings. * @return array Updated `$settings`. */ public function infinite_scroll_click_posts_per_page( $settings ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return $this->new_instance->infinite_scroll_click_posts_per_page( $settings ); } /** * Add CPT to Dotcom sitemap * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param array $post_types Array of post types included in sitemap. * @return array Updated `$post_types`. */ public function add_to_sitemap( $post_types ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return $this->new_instance->add_to_sitemap( $post_types ); } /** * Adds a submenu link to the Customizer. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public function add_customize_page() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->add_customize_page(); } /** * Adds testimonial section to the Customizer. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param WP_Customize_Manager $wp_customize Customizer instance. */ public function customize_register( $wp_customize ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $this->new_instance->customize_register( $wp_customize ); } /** * Add Featured image to theme mod if necessary. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param array $opt The value of the current theme modification. * @return array Updated `$opt`. */ public function coerce_testimonial_image_to_url( $opt ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return $this->new_instance->coerce_testimonial_image_to_url( $opt ); } @@ -334,14 +334,14 @@ public function coerce_testimonial_image_to_url( $opt ) { * Our [testimonial] shortcode. * Prints Testimonial data styled to look good on *any* theme. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param array $atts Shortcode attributes. * * @return string HTML from `self::jetpack_testimonial_shortcode_html()`. */ public static function jetpack_testimonial_shortcode( $atts ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return Automattic\Jetpack\Classic_Theme_Helper\Jetpack_Testimonial::jetpack_testimonial_shortcode( $atts ); } } @@ -349,10 +349,10 @@ public static function jetpack_testimonial_shortcode( $atts ) { /** * Additional Testimonial customizer options. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ function jetpack_testimonial_custom_control_classes() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); /** * Clean the title parameter. */ @@ -360,13 +360,13 @@ class Jetpack_Testimonial_Title_Control extends WP_Customize_Control { /** * Sanitize content passed to control. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param string $value Control value. * @return string Sanitized value. */ public static function sanitize_content( $value ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return Automattic\Jetpack\Classic_Theme_Helper\Jetpack_Testimonial_Title_Control::sanitize_content( $value ); } } @@ -385,10 +385,10 @@ class Jetpack_Testimonial_Textarea_Control extends WP_Customize_Control { /** * Render the control's content. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. */ public function render_content() { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); $testimonial_textarea_control = new Automattic\Jetpack\Classic_Theme_Helper\Jetpack_Testimonial_Textarea_Control( $this->manager, $this->id, $this->args ); $testimonial_textarea_control->render_content(); } @@ -396,13 +396,13 @@ public function render_content() { /** * Sanitize content passed to control. * - * @deprecated $$next-version$$ Moved to Classic Theme Helper package. + * @deprecated 14.2 Moved to Classic Theme Helper package. * * @param string $value Control value. * @return string Sanitized value. */ public static function sanitize_content( $value ) { - _deprecated_function( __FUNCTION__, 'jetpack-$$next-version$$' ); + _deprecated_function( __FUNCTION__, 'jetpack-14.2' ); return Automattic\Jetpack\Classic_Theme_Helper\Jetpack_Testimonial_Textarea_Control::sanitize_content( $value ); } } diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index ee73f177d997e..948861ec400b5 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "14.2.0-a.1", + "version": "14.2.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 d2e95fe39bc5c..a43dca27e6b46 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,19 +326,18 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 14.2-a.1 - 2024-12-09 +### 14.2-a.3 - 2024-12-16 #### Enhancements -- Stats: Allow fetching stats for specific sites when programatically fetching stats using Jetpack's tools. -- Stats: Sunset Legacy Stats experience. -- Stats: Enable sparkline chart in the WP Admin bar. +- Social: Improved Jetpack likes behavior for better theme integration if the post has likes. #### Improved compatibility -- External media: Google Photos Picker: Update UX opening picker right after pressing "change selection" CTA. -- SEO: Ensure support for adding an SEO title and description for custom post types. -- WordPress 6.7 Compatibility: Fix notices caused by translation calls happening too early in the load order. +- Jetpack Testimonials: Ensure feature loads via the Classic Theme Helper package instead of the module. #### Bug fixes -- Google Fonts: Clean up the Google Fonts data if either the Google Fonts module is disabled or Jetpack is disabled. +- Facebook Embeds: Add a white background to embeds to avoid transparent background interfering with readability. +- Form Block: fixed validation of URL input types to allow query strings. +- Import: Correctly setting the WP_IMPORTING constant when doing an import. +- SEO: Ensure that SEO fields are not visible when another SEO plugin is active. -------- diff --git a/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#6 similarity index 51% rename from projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo rename to projects/plugins/mu-wpcom-plugin/changelog/prerelease#6 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo +++ b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#6 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/mu-wpcom-plugin/composer.lock b/projects/plugins/mu-wpcom-plugin/composer.lock index 0831dabea7207..84180127a014a 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.lock +++ b/projects/plugins/mu-wpcom-plugin/composer.lock @@ -407,7 +407,7 @@ "dist": { "type": "path", "url": "../../packages/classic-theme-helper", - "reference": "313ac02e74dbf44eec1ddbf485af492b66d96a9a" + "reference": "198fd841c5341850e247c46168d77b1bc6a13a34" }, "require": { "automattic/jetpack-assets": "@dev", @@ -425,7 +425,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.7.x-dev" + "dev-trunk": "0.8.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}" diff --git a/projects/js-packages/base-styles/changelog/renovate-wordpress-monorepo b/projects/plugins/wpcomsh/changelog/prerelease#2 similarity index 51% rename from projects/js-packages/base-styles/changelog/renovate-wordpress-monorepo rename to projects/plugins/wpcomsh/changelog/prerelease#2 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/js-packages/base-styles/changelog/renovate-wordpress-monorepo +++ b/projects/plugins/wpcomsh/changelog/prerelease#2 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/wpcomsh/composer.lock b/projects/plugins/wpcomsh/composer.lock index 3a6c4cc371348..5956b66464ed3 100644 --- a/projects/plugins/wpcomsh/composer.lock +++ b/projects/plugins/wpcomsh/composer.lock @@ -472,7 +472,7 @@ "dist": { "type": "path", "url": "../../packages/classic-theme-helper", - "reference": "313ac02e74dbf44eec1ddbf485af492b66d96a9a" + "reference": "198fd841c5341850e247c46168d77b1bc6a13a34" }, "require": { "automattic/jetpack-assets": "@dev", @@ -490,7 +490,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.7.x-dev" + "dev-trunk": "0.8.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}"