Skip to content

Commit 516e58f

Browse files
authored
Boost Backport: Changelog and readme.txt edits. (#45664)
1 parent eebbe92 commit 516e58f

File tree

97 files changed

+242
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+242
-130
lines changed

projects/js-packages/boost-score-api/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.17] - 2025-10-28
9+
### Changed
10+
- Update package dependencies. [#45652]
11+
812
## [1.0.16] - 2025-10-02
913
### Changed
1014
- Update dependencies. [#43068]
@@ -351,6 +355,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
351355
### Added
352356
- Create package for the boost score bar API [#30781]
353357

358+
[1.0.17]: https://github.com/Automattic/jetpack-boost-score-api/compare/v1.0.16...v1.0.17
354359
[1.0.16]: https://github.com/Automattic/jetpack-boost-score-api/compare/v1.0.15...v1.0.16
355360
[1.0.15]: https://github.com/Automattic/jetpack-boost-score-api/compare/v1.0.14...v1.0.15
356361
[1.0.14]: https://github.com/Automattic/jetpack-boost-score-api/compare/v1.0.13...v1.0.14

projects/js-packages/boost-score-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-boost-score-api",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "A package to get the Jetpack Boost score of a site",
55
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/boost-score-api/#readme",
66
"bugs": {

projects/js-packages/charts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.46.0] - 2025-10-28
9+
### Added
10+
- Charts: Add interactive legend support to LeaderboardChart [#45581]
11+
12+
### Changed
13+
- Update package dependencies. [#45652]
14+
815
## [0.45.0] - 2025-10-27
916
### Added
1017
- Add interactive legend support to BarChart. [#45561]
@@ -528,6 +535,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
528535
- Fixed lints following ESLint rule changes for TS [#40584]
529536
- Fixing a bug in Chart storybook data. [#40640]
530537

538+
[0.46.0]: https://github.com/Automattic/charts/compare/v0.45.0...v0.46.0
531539
[0.45.0]: https://github.com/Automattic/charts/compare/v0.44.0...v0.45.0
532540
[0.44.0]: https://github.com/Automattic/charts/compare/v0.43.0...v0.44.0
533541
[0.43.0]: https://github.com/Automattic/charts/compare/v0.42.0...v0.43.0

projects/js-packages/charts/changelog/add-charts-leaderboard-chart-interactive-legend

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/js-packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/charts",
3-
"version": "0.45.0",
3+
"version": "0.46.0",
44
"description": "Display charts within Automattic products.",
55
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
66
"bugs": {

projects/js-packages/components/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [1.3.7] - 2025-10-28
6+
### Changed
7+
- Update package dependencies. [#45652]
8+
59
## [1.3.6] - 2025-10-13
610
### Changed
711
- Update dependencies.
@@ -1545,6 +1549,7 @@
15451549
### Changed
15461550
- Update node version requirement to 14.16.1
15471551

1552+
[1.3.7]: https://github.com/Automattic/jetpack-components/compare/1.3.6...1.3.7
15481553
[1.3.6]: https://github.com/Automattic/jetpack-components/compare/1.3.5...1.3.6
15491554
[1.3.5]: https://github.com/Automattic/jetpack-components/compare/1.3.4...1.3.5
15501555
[1.3.4]: https://github.com/Automattic/jetpack-components/compare/1.3.3...1.3.4

projects/js-packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-components",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "Jetpack Components Package",
55
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
66
"bugs": {

projects/js-packages/connection/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [1.4.14] - 2025-10-28
6+
### Changed
7+
- Update package dependencies. [#45652]
8+
59
## [1.4.13] - 2025-10-13
610
### Changed
711
- Update dependencies.
@@ -1183,6 +1187,7 @@
11831187
- `Main` and `ConnectUser` components added.
11841188
- `JetpackRestApiClient` API client added.
11851189

1190+
[1.4.14]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.13...v1.4.14
11861191
[1.4.13]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.12...v1.4.13
11871192
[1.4.12]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.11...v1.4.12
11881193
[1.4.11]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.10...v1.4.11

projects/js-packages/connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-connection",
3-
"version": "1.4.13",
3+
"version": "1.4.14",
44
"description": "Jetpack Connection Component",
55
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
66
"bugs": {

projects/js-packages/critical-css-gen/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.21] - 2025-10-28
9+
### Changed
10+
- Update package dependencies. [#45652]
11+
812
## [1.0.20] - 2025-10-14
913
### Changed
1014
- Update package dependencies. [#45173] [#45241] [#45298] [#45334] [#45335]
@@ -128,6 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128132
### Added
129133
- Initial version. [#38429]
130134

135+
[1.0.21]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.20...v1.0.21
131136
[1.0.20]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.19...v1.0.20
132137
[1.0.19]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.18...v1.0.19
133138
[1.0.18]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.17...v1.0.18

0 commit comments

Comments
 (0)