Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions projects/js-packages/ai-client/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.33.18] - 2025-11-03
### Changed
- Update package dependencies. [#45652]

## [0.33.17] - 2025-10-20
### Changed
- Update dependencies. [#45488]
Expand Down Expand Up @@ -726,6 +730,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.33.18]: https://github.com/Automattic/jetpack-ai-client/compare/v0.33.17...v0.33.18
[0.33.17]: https://github.com/Automattic/jetpack-ai-client/compare/v0.33.16...v0.33.17
[0.33.16]: https://github.com/Automattic/jetpack-ai-client/compare/v0.33.15...v0.33.16
[0.33.15]: https://github.com/Automattic/jetpack-ai-client/compare/v0.33.14...v0.33.15
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/ai-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-ai-client",
"version": "0.33.17",
"version": "0.33.18",
"private": false,
"description": "A JS client for consuming Jetpack AI services",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/charts/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.46.1] - 2025-11-03
### Fixed
- Fix lints. [#45658]

## [0.46.0] - 2025-10-28
### Added
- Charts: Add interactive legend support to LeaderboardChart [#45581]
Expand Down Expand Up @@ -535,6 +539,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed lints following ESLint rule changes for TS [#40584]
- Fixing a bug in Chart storybook data. [#40640]

[0.46.1]: https://github.com/Automattic/charts/compare/v0.46.0...v0.46.1
[0.46.0]: https://github.com/Automattic/charts/compare/v0.45.0...v0.46.0
[0.45.0]: https://github.com/Automattic/charts/compare/v0.44.0...v0.45.0
[0.44.0]: https://github.com/Automattic/charts/compare/v0.43.0...v0.44.0
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/charts",
"version": "0.46.0",
"version": "0.46.1",
"description": "Display charts within Automattic products.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA Components package releases.

## [1.3.8] - 2025-11-03
### Added
- Add domains icon to the Gridicon component. [#45716]

## [1.3.7] - 2025-10-28
### Changed
- Update package dependencies. [#45652]
Expand Down Expand Up @@ -1549,6 +1553,7 @@
### Changed
- Update node version requirement to 14.16.1

[1.3.8]: https://github.com/Automattic/jetpack-components/compare/1.3.7...1.3.8
[1.3.7]: https://github.com/Automattic/jetpack-components/compare/1.3.6...1.3.7
[1.3.6]: https://github.com/Automattic/jetpack-components/compare/1.3.5...1.3.6
[1.3.5]: https://github.com/Automattic/jetpack-components/compare/1.3.4...1.3.5
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-components",
"version": "1.3.7",
"version": "1.3.8",
"description": "Jetpack Components Package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA Connection Component releases.

## [1.4.15] - 2025-11-03
### Changed
- Update dependencies.

## [1.4.14] - 2025-10-28
### Changed
- Update package dependencies. [#45652]
Expand Down Expand Up @@ -1187,6 +1191,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[1.4.15]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.14...v1.4.15
[1.4.14]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.13...v1.4.14
[1.4.13]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.12...v1.4.13
[1.4.12]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.11...v1.4.12
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "1.4.14",
"version": "1.4.15",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/idc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA IDC package releases.

## 1.0.31 - 2025-11-03
### Changed
- Update dependencies. [#45493]

## 1.0.30 - 2025-10-28
### Changed
- Update dependencies. [#45493]
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/idc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-idc",
"version": "1.0.30",
"version": "1.0.31",
"description": "Jetpack Connection Component",
"license": "GPL-2.0-or-later",
"author": "Automattic",
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/licensing/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).

## 1.2.12 - 2025-11-03
### Changed
- Update dependencies. [#45493]

## 1.2.11 - 2025-10-28
### Changed
- Update package dependencies. [#45652]
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/licensing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-licensing",
"version": "1.2.11",
"version": "1.2.12",
"private": true,
"description": "Jetpack licensing flow",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme",
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/partner-coupon/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).

## 1.0.22 - 2025-11-03
### Changed
- Update dependencies. [#45664]

## 1.0.21 - 2025-10-20
### Changed
- Update dependencies. [#45488]
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/partner-coupon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-partner-coupon",
"version": "1.0.21",
"version": "1.0.22",
"private": true,
"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",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/publicize-components/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).

## [1.4.7] - 2025-11-03
### Changed
- Update package dependencies. [#45652]

## [1.4.6] - 2025-10-27
### Changed
- Update package dependencies. [#45551]
Expand Down Expand Up @@ -1393,6 +1397,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#24470]

[1.4.7]: https://github.com/Automattic/jetpack-publicize-components/compare/v1.4.6...v1.4.7
[1.4.6]: https://github.com/Automattic/jetpack-publicize-components/compare/v1.4.5...v1.4.6
[1.4.5]: https://github.com/Automattic/jetpack-publicize-components/compare/v1.4.4...v1.4.5
[1.4.4]: https://github.com/Automattic/jetpack-publicize-components/compare/v1.4.3...v1.4.4
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-publicize-components",
"version": "1.4.6",
"version": "1.4.7",
"private": true,
"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",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/shared-extension-utils/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).

## [1.3.23] - 2025-11-03
### Changed
- Update dependencies. [#44940]

## [1.3.22] - 2025-10-28
### Changed
- Update package dependencies. [#45652]
Expand Down Expand Up @@ -791,6 +795,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Core: prepare utility for release

[1.3.23]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.3.22...1.3.23
[1.3.22]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.3.21...1.3.22
[1.3.21]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.3.20...1.3.21
[1.3.20]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.3.19...1.3.20
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/shared-extension-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-shared-extension-utils",
"version": "1.3.22",
"version": "1.3.23",
"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": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/social-logos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.3.2] - 2025-11-03
### Changed
- Update package dependencies. [#45678]

## [3.3.1] - 2025-10-28
### Changed
- Update package dependencies. [#45652]
Expand Down Expand Up @@ -277,6 +281,7 @@

- Build: Refactored (aligned build system with Gridicons).

[3.3.2]: https://github.com/Automattic/social-logos/compare/v3.3.1...v3.3.2
[3.3.1]: https://github.com/Automattic/social-logos/compare/v3.3.0...v3.3.1
[3.3.0]: https://github.com/Automattic/social-logos/compare/v3.2.11...v3.3.0
[3.2.11]: https://github.com/Automattic/social-logos/compare/v3.2.10...v3.2.11
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/social-logos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "social-logos",
"version": "3.3.1",
"version": "3.3.2",
"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": {
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/backup/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).

## [4.2.27] - 2025-11-03
### Changed
- Update package dependencies. [#45652]

## [4.2.26] - 2025-10-20
### Changed
- Update dependencies. [#45488]
Expand Down Expand Up @@ -963,6 +967,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.2.27]: https://github.com/Automattic/jetpack-backup/compare/v4.2.26...v4.2.27
[4.2.26]: https://github.com/Automattic/jetpack-backup/compare/v4.2.25...v4.2.26
[4.2.25]: https://github.com/Automattic/jetpack-backup/compare/v4.2.24...v4.2.25
[4.2.24]: https://github.com/Automattic/jetpack-backup/compare/v4.2.23...v4.2.24
Expand Down
4 changes: 0 additions & 4 deletions projects/packages/backup/changelog/renovate-typescript-5.x

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/backup/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '4.2.26';
const PACKAGE_VERSION = '4.2.27';

const PACKAGE_SLUG = 'backup';

Expand Down
5 changes: 5 additions & 0 deletions projects/packages/blaze/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.26.14] - 2025-11-03
### Changed
- Update dependencies. [#45664]

## [0.26.13] - 2025-10-20
### Changed
- Update dependencies. [#45488]
Expand Down Expand Up @@ -712,6 +716,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.26.14]: https://github.com/automattic/jetpack-blaze/compare/v0.26.13...v0.26.14
[0.26.13]: https://github.com/automattic/jetpack-blaze/compare/v0.26.12...v0.26.13
[0.26.12]: https://github.com/automattic/jetpack-blaze/compare/v0.26.11...v0.26.12
[0.26.11]: https://github.com/automattic/jetpack-blaze/compare/v0.26.10...v0.26.11
Expand Down
4 changes: 0 additions & 4 deletions projects/packages/blaze/changelog/force-a-release

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/blaze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-blaze",
"version": "0.26.13",
"version": "0.26.14",
"private": true,
"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",
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/blaze/src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.26.13';
const PACKAGE_VERSION = '0.26.14';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/classic-theme-helper/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.14.1] - 2025-11-03
### Changed
- Update dependencies. [#45664]

## [0.14.0] - 2025-10-20
### Added
- Add new Apple Podcasts logo. [#45436]
Expand Down Expand Up @@ -401,6 +405,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.14.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.13.22...v0.14.0
[0.13.22]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.13.21...v0.13.22
[0.13.21]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.13.20...v0.13.21
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/classic-theme-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-classic-theme-helper",
"version": "0.14.0",
"version": "0.14.1",
"private": true,
"description": "Features used with classic themes",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme",
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/classic-theme-helper/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.14.0';
const PACKAGE_VERSION = '0.14.1';

/**
* Modules to include.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/connection/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).

## [6.19.3] - 2025-11-03
### Changed
- Update dependencies. [#45493]

## [6.19.2] - 2025-10-28
### Changed
- Update dependencies. [#45493]
Expand Down Expand Up @@ -1627,6 +1631,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Separate the connection library into its own package.

[6.19.3]: https://github.com/Automattic/jetpack-connection/compare/v6.19.2...v6.19.3
[6.19.2]: https://github.com/Automattic/jetpack-connection/compare/v6.19.1...v6.19.2
[6.19.1]: https://github.com/Automattic/jetpack-connection/compare/v6.19.0...v6.19.1
[6.19.0]: https://github.com/Automattic/jetpack-connection/compare/v6.18.14...v6.19.0
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/connection/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '6.19.2';
const PACKAGE_VERSION = '6.19.3';

const PACKAGE_SLUG = 'connection';

Expand Down
Loading
Loading