Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#37417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ouikhuan authored May 16, 2024
1 parent 324f05a commit f4c3844
Show file tree
Hide file tree
Showing 67 changed files with 118 additions and 159 deletions.
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.7] - 2024-05-16
### Changed
- Updated package dependencies. [#37379]

## [0.17.6] - 2024-05-06
### Changed
- Updated package dependencies. [#37147]
Expand Down Expand Up @@ -326,6 +330,7 @@
- Add the API methods left behind by the previous PR.
- Initial release of jetpack-api package

[0.17.7]: https://github.com/Automattic/jetpack-api/compare/v0.17.6...v0.17.7
[0.17.6]: https://github.com/Automattic/jetpack-api/compare/v0.17.5...v0.17.6
[0.17.5]: https://github.com/Automattic/jetpack-api/compare/v0.17.4...v0.17.5
[0.17.4]: https://github.com/Automattic/jetpack-api/compare/v0.17.3...v0.17.4
Expand Down

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.7-alpha",
"version": "0.17.7",
"description": "Jetpack Api Package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/api/#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.25] - 2024-05-16
### Changed
- Updated package dependencies. [#37379]

## [0.6.24] - 2024-05-06
### Changed
- Updated package dependencies. [#37147]
Expand Down Expand Up @@ -281,6 +285,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.25]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.24...0.6.25
[0.6.24]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.23...0.6.24
[0.6.23]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.22...0.6.23
[0.6.22]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.21...0.6.22
Expand Down

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.25-alpha",
"version": "0.6.25",
"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.30] - 2024-05-16
### Changed
- Updated package dependencies. [#37379]

## [0.1.29] - 2024-05-06
### Changed
- Updated package dependencies. [#37147]
Expand Down Expand Up @@ -131,6 +135,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.30]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.29...v0.1.30
[0.1.29]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.28...v0.1.29
[0.1.28]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.27...v0.1.28
[0.1.27]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.26...v0.1.27
Expand Down

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.30-alpha",
"version": "0.1.30",
"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
10 changes: 10 additions & 0 deletions projects/js-packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.53.3] - 2024-05-16
### Added
- Social | Wired up confirmation UI with connect button [#37295]

### Changed
- Updated package dependencies. [#37379]
- Updated package dependencies. [#37380]
- Updated package dependencies. [#37382]

## [0.53.2] - 2024-05-13
### Added
- Added --jp-gray-5 as an alias of --jp-gray to the theme [#37327]
Expand Down Expand Up @@ -1030,6 +1039,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.53.3]: https://github.com/Automattic/jetpack-components/compare/0.53.2...0.53.3
[0.53.2]: https://github.com/Automattic/jetpack-components/compare/0.53.1...0.53.2
[0.53.1]: https://github.com/Automattic/jetpack-components/compare/0.53.0...0.53.1
[0.53.0]: https://github.com/Automattic/jetpack-components/compare/0.52.1...0.53.0
Expand Down

This file was deleted.

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": "0.53.3-alpha",
"version": "0.53.3",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
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.51] - 2024-05-16
### Changed
- Updated package dependencies. [#37379]

## [2.0.50] - 2024-05-06
### Changed
- Updated package dependencies. [#37147]
Expand Down Expand Up @@ -229,6 +233,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[2.0.51]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.50...v2.0.51
[2.0.50]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.49...v2.0.50
[2.0.49]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.48...v2.0.49
[2.0.48]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.47...v2.0.48
Expand Down

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.51-alpha",
"version": "2.0.51",
"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
5 changes: 5 additions & 0 deletions projects/js-packages/idc/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 IDC package releases.

## 0.10.72 - 2024-05-16
### Changed
- Updated package dependencies. [#37379]
- Updated package dependencies. [#37380]

## 0.10.71 - 2024-05-08
### Changed
- Update dependencies.
Expand Down
4 changes: 0 additions & 4 deletions projects/js-packages/idc/changelog/renovate-react-monorepo

This file was deleted.

This file was deleted.

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.10.72-alpha",
"version": "0.10.72",
"description": "Jetpack Connection Component",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/webpack-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).

## 3.2.6 - 2024-05-16
### Changed
- Updated package dependencies. [#37379]

## 3.2.5 - 2024-05-06
### Changed
- Updated package dependencies. [#37147]
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-webpack-config",
"version": "3.2.6-alpha",
"version": "3.2.6",
"description": "Library of pieces for webpack config in Jetpack projects.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/webpack-config/#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions projects/packages/assets/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).

## [2.1.10] - 2024-05-16
### Added
- Assets: Adding comments to explain why we use variables within translation functions [#37397]

### Changed
- Updated package dependencies. [#37379]

## [2.1.9] - 2024-05-06
### Changed
- Updated package dependencies. [#37147]
Expand Down Expand Up @@ -439,6 +446,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Statically access asset tools

[2.1.10]: https://github.com/Automattic/jetpack-assets/compare/v2.1.9...v2.1.10
[2.1.9]: https://github.com/Automattic/jetpack-assets/compare/v2.1.8...v2.1.9
[2.1.8]: https://github.com/Automattic/jetpack-assets/compare/v2.1.7...v2.1.8
[2.1.7]: https://github.com/Automattic/jetpack-assets/compare/v2.1.6...v2.1.7
Expand Down

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions projects/packages/connection/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).

## [2.8.2] - 2024-05-16
### Added
- Connection: Ensuring direct file access is disabled in class-jetpack-ixr-client.php [#37398]

### Changed
- Updated package dependencies. [#37379]

## [2.8.1] - 2024-05-14
### Changed
- SSO: do not rely on the Jetpack class anymore. [#37153]
Expand Down Expand Up @@ -1062,6 +1069,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Separate the connection library into its own package.

[2.8.2]: https://github.com/Automattic/jetpack-connection/compare/v2.8.1...v2.8.2
[2.8.1]: https://github.com/Automattic/jetpack-connection/compare/v2.8.0...v2.8.1
[2.8.0]: https://github.com/Automattic/jetpack-connection/compare/v2.7.7...v2.8.0
[2.7.7]: https://github.com/Automattic/jetpack-connection/compare/v2.7.6...v2.7.7
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/connection/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '2.8.2-alpha';
const PACKAGE_VERSION = '2.8.2';

const PACKAGE_SLUG = 'connection';

Expand Down
9 changes: 9 additions & 0 deletions projects/packages/identity-crisis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.19.0] - 2024-05-16
### Added
- IDC: Added escapes to echo statements [#37395]

### Changed
- Updated package dependencies. [#37379]
- Updated package dependencies. [#37380]

## [0.18.6] - 2024-05-06
### Changed
- Updated package dependencies. [#37147]
Expand Down Expand Up @@ -547,6 +555,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Use Connection/Urls for home_url and site_url functions migrated from Sync.

[0.19.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.6...v0.19.0
[0.18.6]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.5...v0.18.6
[0.18.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.4...v0.18.5
[0.18.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.3...v0.18.4
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/identity-crisis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetpack-identity-crisis",
"version": "0.19.0-alpha",
"version": "0.19.0",
"description": "Jetpack Identity Crisis",
"main": "_inc/admin.jsx",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Identity_Crisis {
/**
* Package Version
*/
const PACKAGE_VERSION = '0.19.0-alpha';
const PACKAGE_VERSION = '0.19.0';

/**
* Package Slug
Expand Down
14 changes: 14 additions & 0 deletions projects/packages/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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).

## [5.31.0] - 2024-05-16
### Added
- Admin Interface Style: Add the track event when the value is changed [#37373]
- WordPress.com Features: Add wp-admin sync with Calypso locale [#37352]

### Changed
- Remove the need to have posts published in the ai-assembler launchpad [#36942]
- Updated package dependencies. [#37379]

### Fixed
- Untangling: correctly show the All Sites menu in the top bar [#37393]
- Verbum Comments: translate block editor [#37367]

## [5.30.0] - 2024-05-14
### Added
- WordPress.com Features: Calypso Locale Sync from wp-admin to Calypso [#37316]
Expand Down Expand Up @@ -806,6 +819,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Testing initial package release.

[5.31.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.30.0...v5.31.0
[5.30.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.29.1...v5.30.0
[5.29.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.29.0...v5.29.1
[5.29.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.28.0...v5.29.0
Expand Down

This file was deleted.

Loading

0 comments on commit f4c3844

Please sign in to comment.