Skip to content

Commit bccd421

Browse files
authored
Changelog and readme.txt edits. (#45553)
1 parent d3dea22 commit bccd421

File tree

170 files changed

+329
-455
lines changed

Some content is hidden

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

170 files changed

+329
-455
lines changed

projects/js-packages/ai-client/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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+
## [0.33.17] - 2025-10-20
9+
### Changed
10+
- Update dependencies. [#45488]
11+
812
## [0.33.16] - 2025-10-06
913
### Changed
1014
- Update package dependencies. [#45335]
@@ -23,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2327

2428
## [0.33.12] - 2025-09-15
2529
### Changed
26-
- Jetpack AI: Change moderation error message [#45121]
30+
- Jetpack AI: Change moderation error message. [#45121]
2731

2832
## [0.33.11] - 2025-09-08
2933
### Changed
@@ -722,6 +726,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
722726
- AI Client: stop using smart document visibility handling on the fetchEventSource library, so it does not restart the completion when changing tabs. [#32004]
723727
- Updated package dependencies. [#31468] [#31659] [#31785]
724728

729+
[0.33.17]: https://github.com/Automattic/jetpack-ai-client/compare/v0.33.16...v0.33.17
725730
[0.33.16]: https://github.com/Automattic/jetpack-ai-client/compare/v0.33.15...v0.33.16
726731
[0.33.15]: https://github.com/Automattic/jetpack-ai-client/compare/v0.33.14...v0.33.15
727732
[0.33.14]: https://github.com/Automattic/jetpack-ai-client/compare/v0.33.13...v0.33.14

projects/js-packages/ai-client/changelog/force-a-release

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

projects/js-packages/ai-client/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-ai-client",
3-
"version": "0.33.16",
3+
"version": "0.33.17",
44
"private": false,
55
"description": "A JS client for consuming Jetpack AI services",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",

projects/js-packages/charts/CHANGELOG.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,31 @@ 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.43.0] - 2025-10-20
9+
### Added
10+
- Add legend interactivity. [#45506]
11+
- Show ticks in year format when the interval is more than a year. [#45529]
12+
13+
### Changed
14+
- Charts: Group Storybook controls. [#45503]
15+
816
## [0.42.0] - 2025-10-14
917
### Changed
10-
- Leaderboard chart: Update exports and layout flex behaviour [#45480]
18+
- Leaderboard chart: Update exports and layout flex behavior. [#45480]
1119

1220
## [0.41.1] - 2025-10-13
1321
### Fixed
1422
- Fix conversion funnel height inconsistency when toggling comparison mode. [#45434]
1523

1624
## [0.41.0] - 2025-10-08
1725
### Added
18-
- Charts: Add custom legend support [#45347]
19-
- Charts: Set the color of the axis labels via the theme [#45406]
20-
- Charts Legend: Update docs [#45391]
26+
- Add custom legend support. [#45347]
27+
- Set the color of the axis labels via the theme. [#45406]
28+
- Legend: Update docs. [#45391]
2129
- Show ticks in hours when the interval is less than 24 hours. [#45390]
2230

2331
### Changed
24-
- Charts: Separate API reference documentation from usage documentation [#45322]
32+
- Separate API reference documentation from usage documentation. [#45322]
2533

2634
## [0.40.0] - 2025-10-06
2735
### Added
@@ -51,14 +59,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5159

5260
## [0.38.0] - 2025-09-19
5361
### Added
54-
- Charts: Add get element styles utility to global context [#45207]
62+
- Add get element styles utility to global context. [#45207]
5563

5664
### Changed
5765
- Update package dependencies. [#45229]
5866

5967
## [0.37.0] - 2025-09-15
6068
### Changed
61-
- Charts: Handle legend overflow when not enough space. [#45144]
69+
- Handle legend overflow when not enough space. [#45144]
6270

6371
## [0.36.0] - 2025-09-11
6472
### Added
@@ -73,11 +81,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7381
- Export all unresponsive charts. [#45129]
7482

7583
### Removed
76-
- Charts: Deprecate ThemeProvider in favor of GlobalChartsProvider [#45081]
84+
- Deprecate ThemeProvider in favor of GlobalChartsProvider. [#45081]
7785

7886
## [0.34.1] - 2025-09-08
7987
### Fixed
80-
- Charts: fix Type error with legendValueDisplay [#45099]
88+
- Fix Type error with legendValueDisplay. [#45099]
8189

8290
## [0.34.0] - 2025-09-08
8391
### Changed
@@ -511,6 +519,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
511519
- Fixed lints following ESLint rule changes for TS [#40584]
512520
- Fixing a bug in Chart storybook data. [#40640]
513521

522+
[0.43.0]: https://github.com/Automattic/charts/compare/v0.42.0...v0.43.0
514523
[0.42.0]: https://github.com/Automattic/charts/compare/v0.41.1...v0.42.0
515524
[0.41.1]: https://github.com/Automattic/charts/compare/v0.41.0...v0.41.1
516525
[0.41.0]: https://github.com/Automattic/charts/compare/v0.40.0...v0.41.0

projects/js-packages/charts/changelog/add-charts-54-legends-toggling-visibility-of-series

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

projects/js-packages/charts/changelog/charts-37-use-the-controls-to-put-similar-stories-together

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

projects/js-packages/charts/changelog/update-WOOA7S-534-show-ticks-for-year

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.42.0",
3+
"version": "0.43.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/partner-coupon/CHANGELOG.md

Lines changed: 4 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-20
9+
### Changed
10+
- Update dependencies. [#45488]
11+
812
## 1.0.20 - 2025-10-06
913
### Changed
1014
- Update package dependencies. [#45334]

projects/js-packages/partner-coupon/changelog/force-a-release

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

0 commit comments

Comments
 (0)