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/analytics/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 Analytics package releases.

## [1.0.13] - 2026-05-21
### Changed
- Update package dependencies. [#49012]

## [1.0.12] - 2026-05-19
### Changed
- Internal updates.
Expand Down Expand Up @@ -200,6 +204,7 @@
### Added
- Initial release of jetpack-api package.

[1.0.13]: https://github.com/Automattic/jetpack-analytics/compare/v1.0.12...v1.0.13
[1.0.12]: https://github.com/Automattic/jetpack-analytics/compare/v1.0.11...v1.0.12
[1.0.11]: https://github.com/Automattic/jetpack-analytics/compare/v1.0.10...v1.0.11
[1.0.10]: https://github.com/Automattic/jetpack-analytics/compare/v1.0.9...v1.0.10
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-analytics",
"version": "1.0.12",
"version": "1.0.13",
"description": "Jetpack Analytics Package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/analytics/#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions projects/js-packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [1.0.26] - 2026-05-21
### Changed
- Update package dependencies. [#48405]
- Update package dependencies. [#49012]

## [1.0.25] - 2026-05-19
### Changed
- Internal updates.
Expand Down Expand Up @@ -522,6 +527,7 @@
- Add the API methods left behind by the previous PR.
- Initial release of jetpack-api package

[1.0.26]: https://github.com/Automattic/jetpack-api/compare/v1.0.25...v1.0.26
[1.0.25]: https://github.com/Automattic/jetpack-api/compare/v1.0.24...v1.0.25
[1.0.24]: https://github.com/Automattic/jetpack-api/compare/v1.0.23...v1.0.24
[1.0.23]: https://github.com/Automattic/jetpack-api/compare/v1.0.22...v1.0.23
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-api",
"version": "1.0.25",
"version": "1.0.26",
"description": "Jetpack Api Package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/api/#readme",
"bugs": {
Expand Down
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.1.2] - 2026-05-21
### Changed
- Update package dependencies. [#49012]

## [1.1.1] - 2026-05-19
### Changed
- Internal updates.
Expand Down Expand Up @@ -257,6 +261,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.
- Replace missing domains too.

[1.1.2]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.57...v1.1.0
[1.0.57]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.56...v1.0.57
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/babel-plugin-replace-textdomain",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.",
"keywords": [
"babel",
Expand Down
8 changes: 8 additions & 0 deletions projects/js-packages/base-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [1.2.4] - 2026-05-21
### Changed
- Update package dependencies. [#48405]

### Fixed
- Base styles: Update admin-page-layout mixin's header selector from `> header` to `> :first-child` so it keeps matching after @wordpress/admin-ui 2.1 changed the page header element from `<header>` to `<div>`. [#49006]

## [1.2.3] - 2026-05-19
### Changed
- Admin page tabs: Add a minimal-tabs modifier and restore the intended tab font size in WP Admin. [#48908]
Expand Down Expand Up @@ -527,6 +534,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.

[1.2.4]: https://github.com/Automattic/jetpack-base-styles/compare/1.2.3...1.2.4
[1.2.3]: https://github.com/Automattic/jetpack-base-styles/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/Automattic/jetpack-base-styles/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/Automattic/jetpack-base-styles/compare/1.2.0...1.2.1
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/base-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-base-styles",
"version": "1.2.3",
"version": "1.2.4",
"description": "Jetpack components base styles",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/base-styles/#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions projects/js-packages/boost-score-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.43] - 2026-05-21
### Changed
- Update package dependencies. [#48405]
- Update package dependencies. [#49012]

## [1.0.42] - 2026-05-19
### Changed
- Internal updates.
Expand Down Expand Up @@ -456,6 +461,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]

[1.0.43]: https://github.com/Automattic/jetpack-boost-score-api/compare/v1.0.42...v1.0.43
[1.0.42]: https://github.com/Automattic/jetpack-boost-score-api/compare/v1.0.41...v1.0.42
[1.0.41]: https://github.com/Automattic/jetpack-boost-score-api/compare/v1.0.40...v1.0.41
[1.0.40]: https://github.com/Automattic/jetpack-boost-score-api/compare/v1.0.39...v1.0.40
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/boost-score-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-boost-score-api",
"version": "1.0.42",
"version": "1.0.43",
"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": {
Expand Down
6 changes: 6 additions & 0 deletions projects/js-packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.2] - 2026-05-21
### Changed
- Update package dependencies. [#48405]
- Update package dependencies. [#49012]

## [1.4.1] - 2026-05-19
### Changed
- Keep stacked area chart paths mounted on legend toggle so only the hidden series animates down and the y-axis stays fixed. [#48804]
Expand Down Expand Up @@ -833,6 +838,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]

[1.4.2]: https://github.com/Automattic/charts/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/Automattic/charts/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/Automattic/charts/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/Automattic/charts/compare/v1.3.0...v1.3.1
Expand Down

This file was deleted.

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": "1.4.1",
"version": "1.4.2",
"description": "Display charts within Automattic products.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions projects/js-packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.11.3] - 2026-05-21
### Changed
- Mark ContextualUpgradeTrigger as @deprecated. Use Notice from @wordpress/ui instead. The implementation is unchanged. [#48909]
- Update package dependencies. [#48405]
- Update package dependencies. [#49012]

## [1.11.2] - 2026-05-19
### Changed
- Deprecate Status; inline @wordpress/ui Text in consumers. [#48711]
Expand Down Expand Up @@ -1788,6 +1794,7 @@
### Changed
- Update node version requirement to 14.16.1

[1.11.3]: https://github.com/Automattic/jetpack-components/compare/1.11.2...1.11.3
[1.11.2]: https://github.com/Automattic/jetpack-components/compare/1.11.1...1.11.2
[1.11.1]: https://github.com/Automattic/jetpack-components/compare/1.11.0...1.11.1
[1.11.0]: https://github.com/Automattic/jetpack-components/compare/1.10.0...1.11.0
Expand Down

This file was deleted.

This file was deleted.

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.11.2",
"version": "1.11.3",
"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/config/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.11] - 2026-05-21
### Changed
- Update package dependencies. [#49012]

## [1.0.10] - 2026-05-19
### Changed
- Internal updates.
Expand Down Expand Up @@ -164,6 +168,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- fixed and improved README

[1.0.11]: https://github.com/Automattic/jetpack-config-js/compare/v1.0.10...v1.0.11
[1.0.10]: https://github.com/Automattic/jetpack-config-js/compare/v1.0.9...v1.0.10
[1.0.9]: https://github.com/Automattic/jetpack-config-js/compare/v1.0.8...v1.0.9
[1.0.8]: https://github.com/Automattic/jetpack-config-js/compare/v1.0.7...v1.0.8
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-config",
"version": "1.0.10",
"version": "1.0.11",
"description": "Handles Jetpack global configuration shared across all packages",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/config/#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions projects/js-packages/connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [1.4.52] - 2026-05-21
### Changed
- Update package dependencies. [#48405]
- Update package dependencies. [#49012]

## [1.4.51] - 2026-05-19
### Changed
- Internal updates.
Expand Down Expand Up @@ -1342,6 +1347,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[1.4.52]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.51...v1.4.52
[1.4.51]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.50...v1.4.51
[1.4.50]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.49...v1.4.50
[1.4.49]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.48...v1.4.49
Expand Down

This file was deleted.

This file was deleted.

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.51",
"version": "1.4.52",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/i18n-check-webpack-plugin/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.1.38] - 2026-05-21
### Changed
- Update package dependencies. [#49012]

## [1.1.37] - 2026-05-19
### Changed
- Internal updates.
Expand Down Expand Up @@ -326,6 +330,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[1.1.38]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.37...v1.1.38
[1.1.37]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.36...v1.1.37
[1.1.36]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.35...v1.1.36
[1.1.35]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.34...v1.1.35
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/i18n-check-webpack-plugin",
"version": "1.1.37",
"version": "1.1.38",
"description": "A Webpack plugin to check that WordPress i18n hasn't been mangled by Webpack optimizations.",
"keywords": [
"webpack",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.101] - 2026-05-21
### Changed
- Update package dependencies. [#48405]
- Update package dependencies. [#49012]

## [2.0.100] - 2026-05-19
### Changed
- Internal updates.
Expand Down Expand Up @@ -431,6 +436,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[2.0.101]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.100...v2.0.101
[2.0.100]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.99...v2.0.100
[2.0.99]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.98...v2.0.99
[2.0.98]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.97...v2.0.98
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/i18n-loader-webpack-plugin",
"version": "2.0.100",
"version": "2.0.101",
"description": "A Webpack plugin to load WordPress i18n when Webpack lazy-loads a bundle.",
"keywords": [
"webpack",
Expand Down
Loading
Loading