Skip to content

Commit

Permalink
Backport social 4.2.0 Changes (#36848)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Version bumps
  • Loading branch information
gmjuhasz authored Apr 11, 2024
1 parent d902369 commit d06f256
Show file tree
Hide file tree
Showing 99 changed files with 134 additions and 299 deletions.
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.22] - 2024-04-11
### Removed
- Removed automattic brand colors. [#36747]

## [0.6.21] - 2024-04-08
### Added
- Added color variables for Automattic branding [#36664]
Expand Down Expand Up @@ -269,6 +273,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.22]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.21...0.6.22
[0.6.21]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.20...0.6.21
[0.6.20]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.19...0.6.20
[0.6.19]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.18...0.6.19
Expand Down
4 changes: 0 additions & 4 deletions projects/js-packages/base-styles/changelog/remove-a4a-colors

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.22-alpha",
"version": "0.6.22",
"description": "Jetpack components base styles",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/base-styles/#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions projects/js-packages/components/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.52.0] - 2024-04-11
### Added
- Added connected card to the A4A plugin. [#36747]
- Jetpack Components: add a new prop for custom classes for the ActionButton component [#36771]

## [0.51.0] - 2024-04-08
### Added
- Added AutomatticIconLogo and AutomatticForAgenciesLogo components. [#36664]
Expand Down Expand Up @@ -1003,6 +1008,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.52.0]: https://github.com/Automattic/jetpack-components/compare/0.51.0...0.52.0
[0.51.0]: https://github.com/Automattic/jetpack-components/compare/0.50.5...0.51.0
[0.50.5]: https://github.com/Automattic/jetpack-components/compare/0.50.4...0.50.5
[0.50.4]: https://github.com/Automattic/jetpack-components/compare/0.50.3...0.50.4
Expand Down

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.52.0-alpha",
"version": "0.52.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.33.8] - 2024-04-11
### Changed
- Update dependencies.

## [0.33.7] - 2024-04-08
### Added
- Add 'from' property to connection call to WP.com. [#36741]
Expand Down Expand Up @@ -749,6 +753,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.33.8]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.7...v0.33.8
[0.33.7]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.6...v0.33.7
[0.33.6]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.5...v0.33.6
[0.33.5]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.4...v0.33.5
Expand Down
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.33.7",
"version": "0.33.8",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#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.10.69 - 2024-04-11
### Changed
- Update dependencies.

## 0.10.68 - 2024-04-08
### Changed
- Updated package dependencies. [#36760]
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.10.68",
"version": "0.10.69",
"description": "Jetpack Connection Component",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
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.12.10 - 2024-04-11
### Changed
- Update dependencies.

## 0.12.9 - 2024-04-08
### Changed
- Updated package dependencies. [#36760]
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/licensing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-licensing",
"version": "0.12.9",
"version": "0.12.10",
"description": "Jetpack licensing flow",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Significance: patch
Type: changed
Comment: Update lockfiles


Update dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/partner-coupon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-partner-coupon",
"version": "0.2.74",
"version": "0.2.75-alpha",
"description": "This package aims to add components to make it easier to redeem partner coupons",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/partner-coupon/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/publicize-components/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.49.1] - 2024-04-11
### Changed
- Update dependencies. [#36156]

## [0.49.0] - 2024-04-08
### Added
- Added options and UI for link formatting. [#36671]
Expand Down Expand Up @@ -640,6 +644,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#24470]

[0.49.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.49.0...v0.49.1
[0.49.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.48.5...v0.49.0
[0.48.5]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.48.4...v0.48.5
[0.48.4]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.48.3...v0.48.4
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-publicize-components",
"version": "0.49.0",
"version": "0.49.1",
"description": "A library of JS components required by the Publicize editor plugin",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/shared-extension-utils/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.10] - 2024-04-11
### Changed
- Update dependencies.

## [0.14.9] - 2024-04-08
### Changed
- Updated package dependencies. [#36760]
Expand Down Expand Up @@ -368,6 +372,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Core: prepare utility for release

[0.14.10]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.9...0.14.10
[0.14.9]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.8...0.14.9
[0.14.8]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.7...0.14.8
[0.14.7]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.6...0.14.7
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/shared-extension-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-shared-extension-utils",
"version": "0.14.9",
"version": "0.14.10",
"description": "Utility functions used by the block editor extensions",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/autoloader/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.0.5] - 2024-04-11
### Changed
- Internal updates.

## [3.0.4] - 2024-03-18
### Changed
- Internal updates.
Expand Down Expand Up @@ -348,6 +352,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add Custom Autoloader

[3.0.5]: https://github.com/Automattic/jetpack-autoloader/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/Automattic/jetpack-autoloader/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/Automattic/jetpack-autoloader/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/Automattic/jetpack-autoloader/compare/v3.0.1...v3.0.2
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/autoloader/src/AutoloadGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class AutoloadGenerator {

const VERSION = '3.0.5-alpha';
const VERSION = '3.0.5';

/**
* IO object.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/changelogger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.0] - 2024-04-11
### Deprecated
- Deprecated the `$subheading` parameter to `ChangelogEntry::getChangesBySubheading()` to make the return value clearer. [#36755]

## [4.1.2] - 2024-03-18
### Changed
- Internal updates.
Expand Down Expand Up @@ -216,6 +220,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added
- Initial version.

[4.2.0]: https://github.com/Automattic/jetpack-changelogger/compare/4.1.2...4.2.0
[4.1.2]: https://github.com/Automattic/jetpack-changelogger/compare/4.1.1...4.1.2
[4.1.1]: https://github.com/Automattic/jetpack-changelogger/compare/4.1.0...4.1.1
[4.1.0]: https://github.com/Automattic/jetpack-changelogger/compare/4.0.5...4.1.0
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/changelogger/lib/ChangelogEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public function appendChange( ChangeEntry $change ) {
/**
* Get the changes grouped by subheading.
*
* @param string|null $subheading Subheading to retrieve. @deprecated since $$next-version$$. Do `->getChangesBySubheading()[ $subheading ]` instead.
* @param string|null $subheading Subheading to retrieve. @deprecated since 4.2.0. Do `->getChangesBySubheading()[ $subheading ]` instead.
* @return array<string,ChangeEntry[]> Change entries by subheading.
* Returns just the `ChangeEntry[]` if the deprecated `$subheading` parameter is used.
*/
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/changelogger/src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class Application extends SymfonyApplication {

const VERSION = '4.2.0-alpha';
const VERSION = '4.2.0';

/**
* Constructor.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Update dependencies.
2 changes: 1 addition & 1 deletion projects/packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-forms",
"version": "0.30.14",
"version": "0.30.15-alpha",
"description": "Jetpack Forms",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/forms/src/class-jetpack-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Forms {

const PACKAGE_VERSION = '0.30.14';
const PACKAGE_VERSION = '0.30.15-alpha';

/**
* Load the contact form module.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/jitm/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.1.5] - 2024-04-11
### Changed
- Internal updates.

## [3.1.4] - 2024-04-08
### Changed
- Updated package dependencies. [#36760]
Expand Down Expand Up @@ -695,6 +699,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[3.1.5]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.4...v3.1.5
[3.1.4]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.1...v3.1.2
Expand Down
5 changes: 0 additions & 5 deletions projects/packages/jitm/changelog/add-phan-woocommerce-stubs

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '3.1.5-alpha';
const PACKAGE_VERSION = '3.1.5';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
9 changes: 9 additions & 0 deletions projects/packages/my-jetpack/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).

## [4.22.0] - 2024-04-11
### Added
- Add new tracking event for product activations made through My Jetpack [#36745]
- My Jetpack: add a way to connect a Jetpack site to WordPress.com asynchronously and update the message in the notice to reflect that. [#36771]

### Fixed
- Ensure page_view gets loaded before product_card_loaded [#36790]

## [4.21.0] - 2024-04-08
### Added
- Add 'from' property to connection call to WP.com. [#36741]
Expand Down Expand Up @@ -1425,6 +1433,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[4.22.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.21.0...4.22.0
[4.21.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.20.2...4.21.0
[4.20.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.20.1...4.20.2
[4.20.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.20.0...4.20.1
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "4.22.0-alpha",
"version": "4.22.0",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
Expand Down
Loading

0 comments on commit d06f256

Please sign in to comment.