Skip to content

Commit

Permalink
Package release to update script-data bundle. (#39942)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored Oct 29, 2024
1 parent 738f17e commit f883f45
Show file tree
Hide file tree
Showing 85 changed files with 168 additions and 192 deletions.
5 changes: 5 additions & 0 deletions projects/packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.12] - 2024-10-29
### Changed
- Internal updates.

## [2.3.11] - 2024-10-29
### Fixed
- Fixed the outdated JS build for script-data [#39937]
Expand Down Expand Up @@ -513,6 +517,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Statically access asset tools

[2.3.12]: https://github.com/Automattic/jetpack-assets/compare/v2.3.11...v2.3.12
[2.3.11]: https://github.com/Automattic/jetpack-assets/compare/v2.3.10...v2.3.11
[2.3.10]: https://github.com/Automattic/jetpack-assets/compare/v2.3.9...v2.3.10
[2.3.9]: https://github.com/Automattic/jetpack-assets/compare/v2.3.8...v2.3.9
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/boost-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13] - 2024-10-29
### Changed
- Internal updates.

## [0.2.12] - 2024-09-23
### Changed
- Update dependencies.
Expand Down Expand Up @@ -77,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Introduce new package. [#31163]

[0.2.13]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.12...v0.2.13
[0.2.12]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.11...v0.2.12
[0.2.11]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.10...v0.2.11
[0.2.10]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.9...v0.2.10
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/boost-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-boost-core",
"version": "0.2.12",
"version": "0.2.13",
"description": "Core functionality for boost and relevant packages to depend on",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/boost-core/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/boost-speed-score/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13] - 2024-10-29
### Changed
- Internal updates.

## [0.3.12] - 2024-08-26
### Changed
- Updated package dependencies. [#39004]
Expand Down Expand Up @@ -88,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add a new package for Boost Speed Score [#30914]
- Add a new argument to `Speed_Score` to identify where the request was made from (e.g. 'boost-plugin', 'jetpack-dashboard', etc). [#31012]

[0.3.13]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.12...v0.3.13
[0.3.12]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.11...v0.3.12
[0.3.11]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.10...v0.3.11
[0.3.10]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.9...v0.3.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
class Speed_Score {

const PACKAGE_VERSION = '0.3.12';
const PACKAGE_VERSION = '0.3.13';

/**
* Array of module slugs that are currently active and can impact speed score.
Expand Down
11 changes: 11 additions & 0 deletions projects/packages/calypsoify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.8] - 2024-10-29
### Changed
- Internal updates.

## [0.1.7] - 2024-10-29
### Changed
- Updated package dependencies. [#39594]
- Updated package dependencies. [#39707]

## [0.1.6] - 2024-09-10
### Changed
- Updated package dependencies. [#39176]
Expand Down Expand Up @@ -42,6 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Calypsoify: Load feature from the Calypsoify package. [#37375]
- Updated package dependencies. [#37379]

[0.1.8]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.3...v0.1.4
Expand Down
4 changes: 0 additions & 4 deletions projects/packages/calypsoify/changelog/renovate-core-js-3.x

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/calypsoify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-calypsoify",
"version": "0.1.6",
"version": "0.1.8",
"description": "Calypsoify is designed to make sure specific wp-admin pages include navigation that prioritizes the Calypso navigation experience.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/calypsoify/#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Calypsoify {

const PACKAGE_VERSION = '0.1.6';
const PACKAGE_VERSION = '0.1.8';

/**
* Singleton instance of `Jetpack_Calypsoify`.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/explat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13] - 2024-10-29
### Changed
- Internal updates.

## [0.1.12] - 2024-10-14
### Changed
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
Expand Down Expand Up @@ -64,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327]
- Updated package dependencies. [#38132]

[0.1.13]: https://github.com/Automattic/jetpack-explat/compare/v0.1.12...v0.1.13
[0.1.12]: https://github.com/Automattic/jetpack-explat/compare/v0.1.11...v0.1.12
[0.1.11]: https://github.com/Automattic/jetpack-explat/compare/v0.1.10...v0.1.11
[0.1.10]: https://github.com/Automattic/jetpack-explat/compare/v0.1.9...v0.1.10
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/explat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-explat",
"version": "0.1.12",
"version": "0.1.13",
"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": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/explat/src/class-explat.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ExPlat {
*
* @var string
*/
const PACKAGE_VERSION = '0.1.12';
const PACKAGE_VERSION = '0.1.13';

/**
* Initializer.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/image-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-10-29
### Changed
- Internal updates. [#39303]

## [0.5.1] - 2024-10-10
### Fixed
- Avoid deprecation notice when an image URL does not have an expected format. [#39685]
Expand Down Expand Up @@ -135,6 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add image CDN package. [#29561]

[0.5.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.9...v0.5.0
[0.4.9]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.8...v0.4.9
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/image-cdn/src/class-image-cdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
final class Image_CDN {

const PACKAGE_VERSION = '0.5.1';
const PACKAGE_VERSION = '0.5.2';

/**
* Singleton.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.10] - 2024-10-29
### Changed
- Internal updates. [#39303]

## [0.8.9] - 2024-09-23
### Changed
- Update dependencies. [#39303]
Expand Down Expand Up @@ -114,6 +118,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed various imported resources hierarchies [#29012]

[0.8.10]: https://github.com/Automattic/jetpack-import/compare/v0.8.9...v0.8.10
[0.8.9]: https://github.com/Automattic/jetpack-import/compare/v0.8.8...v0.8.9
[0.8.8]: https://github.com/Automattic/jetpack-import/compare/v0.8.7...v0.8.8
[0.8.7]: https://github.com/Automattic/jetpack-import/compare/v0.8.6...v0.8.7
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-import",
"version": "0.8.9",
"version": "0.8.10",
"description": "Set of REST API routes used in WPCOM Unified Importer.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/import/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/import/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Main {
*
* @var string
*/
const PACKAGE_VERSION = '0.8.9';
const PACKAGE_VERSION = '0.8.10';

/**
* A list of all the routes.
Expand Down
46 changes: 46 additions & 0 deletions projects/packages/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,51 @@ 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.65.0] - 2024-10-29
### Added
- adding a WPCOM task [#39776]
- Add new task for domain connection to post-migration checklist. [#39680]
- Add new task for domain mapping in migration Launchpad [#39764]
- Adds JSON translation files [#39519]
- Adds the placeholder task list for the Migration flow [#39593]
- Add the Plugin Review task for the Post-migration launchpad experience [#39711]
- Add the Review site task [#39641]
- Admin bar: Add help icon tooltip [#39845]
- Admin bar: Add reader icon tooltip [#39803]
- Global Styles: add a Help Link to premium styles limitation message [#39226]

### Changed
- Admin bar: replace 'Edit Profile' and 'My Account' with 'My Profile' [#39600]
- Blog Privacy: Do not add custom rules to wpcom's robots.txt if blog_public=0 [#39468]
- Help Center: use Zendesk staging when proxied [#39566]
- jetpack-mu-wpcom: remove unneeded filter [#39552]
- Launchpad: Added isset to avoid Warnings when finding about page id [#39529]
- Make the Migrating the site task complete by default [#39769]
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
- Sharing modal: Repurposed to only display recommended tags. [#39499]
- Site Management Panel: fix site name encoding display [#39756]
- Site Management Panel: Migrate to react [#39742]
- Updated copies used in the plugins banner for wpcom sites plugin-install.php page. [#39725]
- Updated package dependencies. [#39594]
- Updated package dependencies. [#39640]
- Updated package dependencies. [#39707]
- Update Jetpack Scan link [#39619]
- Update Verbum Comments resize logic [#39791]
- wpcom_add_shopping_cart: Use Store_Shopping_Cart::is_cart_empty() when deciding to render icon for incrased performance [#39563]

### Deprecated
- Site Management Widget: Clean up unused files [#39743]

### Removed
- Removed import of the class-wp-rest-wpcom-block-editor-sharing-modal-controller.php controller [#39488]

### Fixed
- Admin bar: ensure the Atomic debug bar is the leftmost menu [#39493]
- Prevent welcome tour keyboard navigation from hijacking left right keys on the editor [#39683]
- profile.php: Make wpcom links more concise [#39636]
- Superadmin bar: always point to wp-admin even on Default admin interface style [#39501]
- Verbum Comments: fix gravatar width in nested comments [#39757]

## [5.64.0] - 2024-09-23
### Deprecated
- Removed launchpad-save-modal. [#39429]
Expand Down Expand Up @@ -1242,6 +1287,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Testing initial package release.

[5.65.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.64.0...v5.65.0
[5.64.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.63.0...v5.64.0
[5.63.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.62.0...v5.63.0
[5.62.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.61.0...v5.62.0
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/packages/jetpack-mu-wpcom/changelog/debug-bar-left

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f883f45

Please sign in to comment.