Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Feb 24, 2025
1 parent cc0b2b5 commit 6c020f3
Show file tree
Hide file tree
Showing 279 changed files with 781 additions and 595 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: patch
Type: changed

Update package dependencies.
Update dependencies.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: patch
Type: changed

Update package dependencies.
Update dependencies.
10 changes: 9 additions & 1 deletion projects/js-packages/ai-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ 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.3] - 2025-02-24
### Changed
- Update package dependencies. [#41955]

### Fixed
- Prevent Chrome AI requests from incrementing request count. [#41900]

## [0.26.2] - 2025-02-17
### Added
- Jetpack AI: Adding translation support using Chrome's Gemini AI mini. [#41724]
- Add translation support using Chrome's Gemini AI mini. [#41724]

## [0.26.1] - 2025-02-11
### Changed
Expand Down Expand Up @@ -525,6 +532,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.26.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.26.2...v0.26.3
[0.26.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.26.1...v0.26.2
[0.26.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.26.0...v0.26.1
[0.26.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.7...v0.26.0
Expand Down

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.26.2",
"version": "0.26.3",
"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/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.

## [0.1.36] - 2025-02-24
### Changed
- Update dependencies.

## [0.1.35] - 2025-01-23
### Changed
- Internal updates.
Expand Down Expand Up @@ -140,6 +144,7 @@
### Added
- Initial release of jetpack-api package.

[0.1.36]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.35...v0.1.36
[0.1.35]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.34...v0.1.35
[0.1.34]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.33...v0.1.34
[0.1.33]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.32...v0.1.33
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": "0.1.35",
"version": "0.1.36",
"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.

## [0.19.0] - 2025-02-24
### Changed
- Add parameter to unlinkUser to allow all users to be disconnected. [#41923]
- Move the API endpoint for unlinking the user to the automattic/jetpack-connection package. [#41398]

## [0.18.0] - 2025-02-05
### Changed
- Custom Content Types: Ensure feature works on Jetpack settings page without using module functionality. [#41349]
Expand Down Expand Up @@ -394,6 +399,7 @@
- Add the API methods left behind by the previous PR.
- Initial release of jetpack-api package

[0.19.0]: https://github.com/Automattic/jetpack-api/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/Automattic/jetpack-api/compare/v0.17.22...v0.18.0
[0.17.22]: https://github.com/Automattic/jetpack-api/compare/v0.17.21...v0.17.22
[0.17.21]: https://github.com/Automattic/jetpack-api/compare/v0.17.20...v0.17.21
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": "0.18.0",
"version": "0.19.0",
"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.43] - 2025-02-24
### Changed
- Update dependencies.

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

[1.0.43]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.42...v1.0.43
[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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/babel-plugin-replace-textdomain",
"version": "1.0.42",
"version": "1.0.43",
"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.43] - 2025-02-24
### Changed
- Update dependencies.

## [0.6.42] - 2025-02-05
### Changed
- Updated package dependencies. [#41491]
Expand Down Expand Up @@ -353,6 +357,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.43]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.42...0.6.43
[0.6.42]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.41...0.6.42
[0.6.41]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.40...0.6.41
[0.6.40]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.39...0.6.40
Expand Down
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.42",
"version": "0.6.43",
"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.57] - 2025-02-24
### Changed
- Update dependencies.

## [0.1.56] - 2025-02-17
### Changed
- Update dependencies.
Expand Down Expand Up @@ -239,6 +243,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.57]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.56...v0.1.57
[0.1.56]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.55...v0.1.56
[0.1.55]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.54...v0.1.55
[0.1.54]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.53...v0.1.54
Expand Down
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.56",
"version": "0.1.57",
"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
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.

## [0.67.1] - 2025-02-24
### Changed
- Update package dependencies. [#41955]

## [0.67.0] - 2025-02-17
### Added
- Use full import paths with JS extensions. [#41524]
Expand Down Expand Up @@ -1290,6 +1294,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.67.1]: https://github.com/Automattic/jetpack-components/compare/0.67.0...0.67.1
[0.67.0]: https://github.com/Automattic/jetpack-components/compare/0.66.1...0.67.0
[0.66.1]: https://github.com/Automattic/jetpack-components/compare/0.66.0...0.66.1
[0.66.0]: https://github.com/Automattic/jetpack-components/compare/0.65.5...0.66.0
Expand Down
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.67.0",
"version": "0.67.1",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
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).

## [0.1.29] - 2025-02-24
### Changed
- Update dependencies.

## [0.1.28] - 2025-01-23
### Changed
- Internal updates.
Expand Down Expand Up @@ -116,6 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- fixed and improved README

[0.1.29]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.28...v0.1.29
[0.1.28]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.27...v0.1.28
[0.1.27]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.26...v0.1.27
[0.1.26]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.25...v0.1.26
Expand Down
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": "0.1.28",
"version": "0.1.29",
"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
9 changes: 9 additions & 0 deletions projects/js-packages/connection/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 Connection Component releases.

## [0.37.0] - 2025-02-24
### Added
- Warn that disconnecting owner account will disconnect all other users first. [#41923]

### Changed
- Move the API endpoint for unlinking the user to the automattic/jetpack-connection package. [#41398]
- Update package dependencies. [#41955]

## [0.36.7] - 2025-02-17
### Changed
- Update dependencies.
Expand Down Expand Up @@ -934,6 +942,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.37.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.7...v0.37.0
[0.36.7]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.6...v0.36.7
[0.36.6]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.5...v0.36.6
[0.36.5]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.4...v0.36.5
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": "0.36.7",
"version": "0.37.0",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: patch
Type: changed

Update package dependencies.
Update dependencies.
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.18] - 2025-02-24
### Changed
- Update dependencies.

## [1.1.17] - 2025-01-31
### Changed
- Updated package dependencies. [#41286]
Expand Down Expand Up @@ -242,6 +246,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[1.1.18]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.17...v1.1.18
[1.1.17]: https://github.com/Automattic/i18n-check-webpack-plugin/compare/v1.1.16...v1.1.17
[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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/i18n-check-webpack-plugin",
"version": "1.1.17",
"version": "1.1.18",
"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.71] - 2025-02-24
### Changed
- Update dependencies.

## [2.0.70] - 2025-02-04
### Changed
- Updated package dependencies. [#41491]
Expand Down Expand Up @@ -309,6 +313,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[2.0.71]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.70...v2.0.71
[2.0.70]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.69...v2.0.70
[2.0.69]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.68...v2.0.69
[2.0.68]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.67...v2.0.68
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/i18n-loader-webpack-plugin",
"version": "2.0.70",
"version": "2.0.71",
"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.7 - 2025-02-24
### Changed
- Update dependencies.

## 0.12.6 - 2025-02-17
### Changed
- Update dependencies.
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": "0.12.6",
"version": "0.12.7",
"description": "Jetpack Connection Component",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: patch
Type: changed

Update package dependencies.
Update dependencies.
4 changes: 4 additions & 0 deletions projects/js-packages/jetpack-cli/changelog/force-a-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update dependencies.
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).

## 0.14.9 - 2025-02-24
### Changed
- Update dependencies. [#37982]

## 0.14.8 - 2025-02-17
### Changed
- Update dependencies. [#37982]
Expand Down
Loading

0 comments on commit 6c020f3

Please sign in to comment.