Skip to content

Commit

Permalink
Update wordpress monorepo (#34411)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7063533492
  • Loading branch information
anomiex authored and matticbot committed Dec 1, 2023
1 parent 23c7114 commit d48c26b
Show file tree
Hide file tree
Showing 15 changed files with 180 additions and 157 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-assets": "^2.0.2-alpha",
"automattic/jetpack-admin-ui": "^0.3.1",
"automattic/jetpack-autoloader": "^3.0.2",
"automattic/jetpack-composer-plugin": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-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.0.2-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [2.0.1] - 2023-11-21

## [2.0.0] - 2023-11-20
Expand Down Expand Up @@ -384,6 +391,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Statically access asset tools

[2.0.2-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.0.1...v2.0.2-alpha
[2.0.1]: https://github.com/Automattic/jetpack-assets/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/Automattic/jetpack-assets/compare/v1.18.15...v2.0.0
[1.18.15]: https://github.com/Automattic/jetpack-assets/compare/v1.18.14...v1.18.15
Expand Down
3 changes: 3 additions & 0 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This is an alpha version! The changes listed here are not final.
- Add Welcome banner to My Jetpack
- XMLRPC endpoint 'jetpack.idcUrlValidation' now accepts an argument to specify whether we should try to reuse existing URL secret.

### Changed
- Updated package dependencies.

## [2.0.3] - 2023-11-24

## [2.0.2] - 2023-11-21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final.
### Added
- Store persistent blog ID for multi-URL purposes.

### Changed
- Updated package dependencies.

## [0.12.1] - 2023-11-24

## [0.12.0] - 2023-11-20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-constants": "^2.0.0",
"automattic/jetpack-status": "^2.0.2-alpha",
"automattic/jetpack-logo": "^2.0.0",
"automattic/jetpack-assets": "^2.0.1"
"automattic/jetpack-assets": "^2.0.2-alpha"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.0.4",
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-jitm/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).

## [3.0.1-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [3.0.0] - 2023-11-20
### Changed
- Updated required PHP version to >= 7.0. [#34192]
Expand Down Expand Up @@ -654,6 +661,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[3.0.1-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.0.0...v3.0.1-alpha
[3.0.0]: https://github.com/Automattic/jetpack-jitm/compare/v2.5.3...v3.0.0
[2.5.3]: https://github.com/Automattic/jetpack-jitm/compare/v2.5.2...v2.5.3
[2.5.2]: https://github.com/Automattic/jetpack-jitm/compare/v2.5.1...v2.5.2
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.0",
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-assets": "^2.0.2-alpha",
"automattic/jetpack-connection": "^2.1.0-alpha",
"automattic/jetpack-device-detection": "^2.0.1",
"automattic/jetpack-logo": "^2.0.0",
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 = '3.0.0';
const PACKAGE_VERSION = '3.0.1-alpha';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
1 change: 1 addition & 0 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This is an alpha version! The changes listed here are not final.
- Display a "Jetpack Manage" menu item to connected users.

### Changed
- Updated package dependencies.
- Update the API calls used for My Jetpack backup card
- Update the CTAs in My Jetpack for more clarity and to avoid inconsistencies

Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.3.1",
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-assets": "^2.0.2-alpha",
"automattic/jetpack-connection": "^2.1.0-alpha",
"automattic/jetpack-jitm": "^3.0.0",
"automattic/jetpack-jitm": "^3.0.1-alpha",
"automattic/jetpack-licensing": "^2.0.1",
"automattic/jetpack-plugins-installer": "^0.3.0",
"automattic/jetpack-redirect": "^2.0.0",
Expand All @@ -19,7 +19,7 @@
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.4",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.21.2"
"automattic/jetpack-videopress": "^0.21.3-alpha"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
10 changes: 5 additions & 5 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@
),
'jetpack-assets' => array(
'path' => 'jetpack_vendor/automattic/jetpack-assets',
'ver' => '2.0.1',
'ver' => '2.0.2-alpha1701453886',
),
'jetpack-config' => array(
'path' => 'jetpack_vendor/automattic/jetpack-config',
'ver' => '2.0.0',
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '2.1.0-alpha1701435210',
'ver' => '2.1.0-alpha1701453886',
),
'jetpack-idc' => array(
'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis',
'ver' => '0.13.0-alpha1701295077',
'ver' => '0.13.0-alpha1701453886',
),
'jetpack-ip' => array(
'path' => 'jetpack_vendor/automattic/jetpack-ip',
'ver' => '0.2.1',
),
'jetpack-jitm' => array(
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
'ver' => '3.0.0',
'ver' => '3.0.1-alpha1701453886',
),
'jetpack-licensing' => array(
'path' => 'jetpack_vendor/automattic/jetpack-licensing',
'ver' => '2.0.1',
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.1.0-alpha1701438748',
'ver' => '4.1.0-alpha1701453886',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down
Loading

0 comments on commit d48c26b

Please sign in to comment.