Skip to content

Commit

Permalink
Kick off next dev cycle for boost (#31796)
Browse files Browse the repository at this point in the history
* Update changelogs and readmes

* Prepare next cycle

* Update composer.lock file

---------

Co-authored-by: Mark George <[email protected]>
Co-authored-by: Adnan Haque <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5519055549
  • Loading branch information
thingalon authored and matticbot committed Jul 11, 2023
1 parent 670d283 commit a2e8d12
Show file tree
Hide file tree
Showing 21 changed files with 180 additions and 192 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"automattic/jetpack-autoloader": "^2.11.21",
"automattic/jetpack-composer-plugin": "^1.1.11",
"automattic/jetpack-config": "^1.15.3",
"automattic/jetpack-connection": "^1.53.3-alpha",
"automattic/jetpack-connection": "^1.53.3",
"automattic/jetpack-identity-crisis": "^0.8.51-alpha",
"automattic/jetpack-my-jetpack": "^3.1.2-alpha",
"automattic/jetpack-my-jetpack": "^3.1.2",
"automattic/jetpack-search": "^0.38.1-alpha",
"automattic/jetpack-stats": "^0.6.3",
"automattic/jetpack-status": "^1.17.2",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.18.7-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [1.18.7] - 2023-07-11
### Changed
- Updated package dependencies.
- Updated package dependencies. [#31785]

## [1.18.6] - 2023-07-05
### Changed
Expand Down Expand Up @@ -348,7 +345,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[1.18.7-alpha]: https://github.com/Automattic/jetpack-assets/compare/v1.18.6...v1.18.7-alpha
[1.18.7]: https://github.com/Automattic/jetpack-assets/compare/v1.18.6...v1.18.7
[1.18.6]: https://github.com/Automattic/jetpack-assets/compare/v1.18.5...v1.18.6
[1.18.5]: https://github.com/Automattic/jetpack-assets/compare/v1.18.4...v1.18.5
[1.18.4]: https://github.com/Automattic/jetpack-assets/compare/v1.18.3...v1.18.4
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.53.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [1.53.3] - 2023-07-11
### Changed
- Updated package dependencies.
- Updated package dependencies. [#31785]

## [1.53.2] - 2023-07-05
### Changed
Expand Down Expand Up @@ -840,7 +837,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[1.53.3-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.53.2...v1.53.3-alpha
[1.53.3]: https://github.com/Automattic/jetpack-connection/compare/v1.53.2...v1.53.3
[1.53.2]: https://github.com/Automattic/jetpack-connection/compare/v1.53.1...v1.53.2
[1.53.1]: https://github.com/Automattic/jetpack-connection/compare/v1.53.0...v1.53.1
[1.53.0]: https://github.com/Automattic/jetpack-connection/compare/v1.52.2...v1.53.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.53.3-alpha';
const PACKAGE_VERSION = '1.53.3';

const PACKAGE_SLUG = 'connection';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.53.3-alpha",
"automattic/jetpack-connection": "^1.53.3",
"automattic/jetpack-constants": "^1.6.22",
"automattic/jetpack-status": "^1.17.2",
"automattic/jetpack-logo": "^1.6.1",
"automattic/jetpack-assets": "^1.18.7-alpha"
"automattic/jetpack-assets": "^1.18.7"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.3.12-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [2.3.12] - 2023-07-11
### Changed
- Updated package dependencies.
- Updated package dependencies. [#31785]

## [2.3.11] - 2023-07-05
### Changed
Expand Down Expand Up @@ -600,7 +597,7 @@ This is an alpha version! The changes listed here are not final.

- Update Jetpack to use new JITM package

[2.3.12-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.11...v2.3.12-alpha
[2.3.12]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.11...v2.3.12
[2.3.11]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.10...v2.3.11
[2.3.10]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.9...v2.3.10
[2.3.9]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.8...v2.3.9
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.20",
"automattic/jetpack-assets": "^1.18.7-alpha",
"automattic/jetpack-connection": "^1.53.3-alpha",
"automattic/jetpack-assets": "^1.18.7",
"automattic/jetpack-connection": "^1.53.3",
"automattic/jetpack-device-detection": "^1.4.26",
"automattic/jetpack-logo": "^1.6.1",
"automattic/jetpack-partner": "^1.7.23",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-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 = '2.3.12-alpha';
const PACKAGE_VERSION = '2.3.12';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-licensing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.53.3-alpha"
"automattic/jetpack-connection": "^1.53.3"
},
"require-dev": {
"automattic/wordbless": "@dev",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.2-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [3.1.2] - 2023-07-11
### Changed
- Updated package dependencies.
- Updated package dependencies. [#31785]

## [3.1.1] - 2023-07-10
### Fixed
Expand Down Expand Up @@ -936,7 +933,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[3.1.2-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.1...3.1.2-alpha
[3.1.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.1...3.1.2
[3.1.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.15.0...3.0.0
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-admin-ui": "^0.2.20",
"automattic/jetpack-assets": "^1.18.7-alpha",
"automattic/jetpack-connection": "^1.53.3-alpha",
"automattic/jetpack-jitm": "^2.3.12-alpha",
"automattic/jetpack-assets": "^1.18.7",
"automattic/jetpack-connection": "^1.53.3",
"automattic/jetpack-jitm": "^2.3.12",
"automattic/jetpack-licensing": "^1.8.2",
"automattic/jetpack-plugins-installer": "^0.2.4",
"automattic/jetpack-redirect": "^1.7.25",
Expand All @@ -17,7 +17,7 @@
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.6",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.14.9-alpha"
"automattic/jetpack-videopress": "^0.14.9"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '3.1.2-alpha';
const PACKAGE_VERSION = '3.1.2';

/**
* Initialize My Jetpack
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-partner/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.53.3-alpha",
"automattic/jetpack-connection": "^1.53.3",
"automattic/jetpack-status": "^1.17.2"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-search/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.53.3-alpha",
"automattic/jetpack-assets": "^1.18.7-alpha",
"automattic/jetpack-connection": "^1.53.3",
"automattic/jetpack-assets": "^1.18.7",
"automattic/jetpack-constants": "^1.6.22",
"automattic/jetpack-status": "^1.17.2",
"automattic/jetpack-config": "^1.15.3",
"automattic/jetpack-my-jetpack": "^3.1.2-alpha"
"automattic/jetpack-my-jetpack": "^3.1.2"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6",
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-stats/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-assets": "^1.18.7-alpha",
"automattic/jetpack-connection": "^1.53.3-alpha",
"automattic/jetpack-assets": "^1.18.7",
"automattic/jetpack-connection": "^1.53.3",
"automattic/jetpack-constants": "^1.6.22",
"automattic/jetpack-status": "^1.17.2"
},
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.53.3-alpha",
"automattic/jetpack-connection": "^1.53.3",
"automattic/jetpack-constants": "^1.6.22",
"automattic/jetpack-identity-crisis": "^0.8.51-alpha",
"automattic/jetpack-password-checker": "^0.2.13",
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
),
'jetpack-assets' => array(
'path' => 'jetpack_vendor/automattic/jetpack-assets',
'ver' => '1.18.7-alpha1689008943',
'ver' => '1.18.7',
),
'jetpack-config' => array(
'path' => 'jetpack_vendor/automattic/jetpack-config',
'ver' => '1.15.3',
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '1.53.3-alpha1689008943',
'ver' => '1.53.3',
),
'jetpack-idc' => array(
'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis',
Expand All @@ -30,15 +30,15 @@
),
'jetpack-jitm' => array(
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
'ver' => '2.3.12-alpha1689008943',
'ver' => '2.3.12',
),
'jetpack-licensing' => array(
'path' => 'jetpack_vendor/automattic/jetpack-licensing',
'ver' => '1.8.2',
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '3.1.2-alpha1689008943',
'ver' => '3.1.2',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down
Loading

0 comments on commit a2e8d12

Please sign in to comment.