Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed Dec 16, 2024
1 parent 9f6b920 commit dffa719
Show file tree
Hide file tree
Showing 205 changed files with 367 additions and 602 deletions.
16 changes: 12 additions & 4 deletions projects/js-packages/ai-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,29 @@ 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.25.2] - 2024-12-16
### Changed
- Updated package dependencies. [#40564]

### Fixed
- Fixed lints following ESLint rule changes for TS. [#40584]

## [0.25.1] - 2024-12-09
### Changed
- AI Assistant: Add disclaimer to image generation modals [#40397]
- AI Assistant: Add disclaimer to image generation modals. [#40397]
- Updated package dependencies. [#40363]

## [0.25.0] - 2024-11-25
### Added
- AI Client: split disabled prop to allow disabling input and action button separately [#40210]
- AI Client: split disabled prop to allow disabling input and action button separately. [#40210]

### Changed
- AI Client: fix prompt cursor to text when editable [#40247]
- AI Client: fix prompt cursor to text when editable. [#40247]
- Updated package dependencies. [#40288]

## [0.24.3] - 2024-11-18
### Changed
- AI Client: add effect on AiModalInputPrompt to update/set prompt on prop update [#40113]
- AI Client: add effect on AiModalInputPrompt to update/set prompt on prop update. [#40113]

## [0.24.2] - 2024-11-11
### Changed
Expand Down Expand Up @@ -476,6 +483,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.25.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.1...v0.25.2
[0.25.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.0...v0.25.1
[0.25.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.3...v0.25.0
[0.24.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.2...v0.24.3
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions projects/js-packages/ai-client/changelog/update-eslint-9

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/ai-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@automattic/jetpack-ai-client",
"version": "0.25.1",
"version": "0.25.2",
"description": "A JS client for consuming Jetpack AI services",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/api/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.

## [0.17.21] - 2024-12-16
### Changed
- Updated package dependencies. [#40564]

## [0.17.20] - 2024-12-04
### Changed
- Updated package dependencies. [#40363]
Expand Down Expand Up @@ -381,6 +385,7 @@
- Add the API methods left behind by the previous PR.
- Initial release of jetpack-api package

[0.17.21]: https://github.com/Automattic/jetpack-api/compare/v0.17.20...v0.17.21
[0.17.20]: https://github.com/Automattic/jetpack-api/compare/v0.17.19...v0.17.20
[0.17.19]: https://github.com/Automattic/jetpack-api/compare/v0.17.18...v0.17.19
[0.17.18]: https://github.com/Automattic/jetpack-api/compare/v0.17.17...v0.17.18
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions projects/js-packages/api/changelog/update-eslint-9

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": "0.17.20",
"version": "0.17.21",
"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.0.42] - 2024-12-16
### Changed
- Internal updates.

## [1.0.41] - 2024-12-09
### Changed
- Internal updates.
Expand Down Expand Up @@ -185,6 +189,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.
- Replace missing domains too.

[1.0.42]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.41...v1.0.42
[1.0.41]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.40...v1.0.41
[1.0.40]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.39...v1.0.40
[1.0.39]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.38...v1.0.39
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.0.41",
"version": "1.0.42",
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme",
"bugs": {
Expand Down
5 changes: 5 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,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.6.39] - 2024-12-16
### Changed
- Updated package dependencies. [#40564]

## [0.6.38] - 2024-12-04
### Changed
- Updated package dependencies. [#40363]
Expand Down Expand Up @@ -337,6 +341,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.

[0.6.39]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.38...0.6.39
[0.6.38]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.37...0.6.38
[0.6.37]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.36...0.6.37
[0.6.36]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.35...0.6.36
Expand Down
5 changes: 0 additions & 5 deletions projects/js-packages/base-styles/changelog/update-eslint-9

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": "0.6.38",
"version": "0.6.39",
"description": "Jetpack components base styles",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/base-styles/#readme",
"bugs": {
Expand Down
5 changes: 5 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,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.50] - 2024-12-16
### Changed
- Updated package dependencies. [#40564]

## [0.1.49] - 2024-12-09
### Changed
- Internal updates.
Expand Down Expand Up @@ -211,6 +215,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]

[0.1.50]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.49...v0.1.50
[0.1.49]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.48...v0.1.49
[0.1.48]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.47...v0.1.48
[0.1.47]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.46...v0.1.47
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": "0.1.49",
"version": "0.1.50",
"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
9 changes: 9 additions & 0 deletions projects/js-packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.65.0] - 2024-12-16
### Changed
- Fixes ThreatsDataViews defaultLayouts. [#40598]
- Updated package dependencies. [#40564] [#40598]

### Fixed
- Fix ToggleControl's help text indent to align with label text. [#40510]

## [0.64.1] - 2024-12-09
### Removed
- Remove bulk action support from the ThreatsDataViews component. [#40483]
Expand Down Expand Up @@ -1243,6 +1251,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.65.0]: https://github.com/Automattic/jetpack-components/compare/0.64.1...0.65.0
[0.64.1]: https://github.com/Automattic/jetpack-components/compare/0.64.0...0.64.1
[0.64.0]: https://github.com/Automattic/jetpack-components/compare/0.63.0...0.64.0
[0.63.0]: https://github.com/Automattic/jetpack-components/compare/0.62.0...0.63.0
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/js-packages/components/changelog/update-eslint-9

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": "0.64.1",
"version": "0.65.0",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
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.

## [0.36.2] - 2024-12-16
### Changed
- Updated package dependencies. [#40564]

## [0.36.1] - 2024-12-09
### Changed
- Internal updates.
Expand Down Expand Up @@ -910,6 +914,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
[0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1
[0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0
[0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions projects/js-packages/connection/changelog/update-eslint-9

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": "0.36.1",
"version": "0.36.2",
"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.16] - 2024-12-16
### Changed
- Internal updates.

## [1.1.15] - 2024-11-14
### Changed
- Update dependencies.
Expand Down Expand Up @@ -234,6 +238,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[1.1.16]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.15...v1.1.16
[1.1.15]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.14...v1.1.15
[1.1.14]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.13...v1.1.14
[1.1.13]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.12...v1.1.13
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.15",
"version": "1.1.16",
"description": "A Webpack plugin to check that WordPress i18n hasn't been mangled by Webpack optimizations.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-check-webpack-plugin/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/i18n-loader-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).

## [2.0.67] - 2024-12-16
### Changed
- Updated package dependencies. [#40564]

## [2.0.66] - 2024-12-09
### Changed
- Internal updates.
Expand Down Expand Up @@ -293,6 +297,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[2.0.67]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.66...v2.0.67
[2.0.66]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.65...v2.0.66
[2.0.65]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.64...v2.0.65
[2.0.64]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.63...v2.0.64
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.66",
"version": "2.0.67",
"description": "A Webpack plugin to load WordPress i18n when Webpack lazy-loads a bundle.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-loader-webpack-plugin/#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.

## 0.12.1 - 2024-12-16
### Changed
- Updated package dependencies. [#40564]

## 0.12.0 - 2024-12-04
### Changed
- Changed text domain from 'jetpack' to 'jetpack-idc'. [#40368]
Expand Down

This file was deleted.

Loading

0 comments on commit dffa719

Please sign in to comment.