Skip to content

Commit a4bc4f8

Browse files
gmjuhaszmatticbot
authored andcommitted
Changelog and readme.txt edits. (#43569)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15185166901 Upstream-Ref: Automattic/jetpack@e31eb7a
1 parent b489a26 commit a4bc4f8

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.2.2-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Update dependencies.
14+
815
## [4.2.1] - 2025-05-19
916
### Changed
1017
- Update package dependencies. [#43398]
@@ -860,6 +867,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
860867

861868
- Add API endpoints and Jetpack Backup package for managing Help…
862869

870+
[4.2.2-alpha]: https://github.com/Automattic/jetpack-backup/compare/v4.2.1...v4.2.2-alpha
863871
[4.2.1]: https://github.com/Automattic/jetpack-backup/compare/v4.2.0...v4.2.1
864872
[4.2.0]: https://github.com/Automattic/jetpack-backup/compare/v4.1.2...v4.2.0
865873
[4.1.2]: https://github.com/Automattic/jetpack-backup/compare/v4.1.1...v4.1.2

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.20",
8+
"automattic/jetpack-assets": "^4.0.21",
99
"automattic/jetpack-admin-ui": "^0.5.9",
1010
"automattic/jetpack-autoloader": "^5.0.7",
1111
"automattic/jetpack-backup-helper-script-manager": "^0.3.7",
1212
"automattic/jetpack-composer-plugin": "^4.0.5",
1313
"automattic/jetpack-config": "^3.1.0",
14-
"automattic/jetpack-connection": "^6.11.5",
15-
"automattic/jetpack-my-jetpack": "^5.14.4-alpha",
14+
"automattic/jetpack-connection": "^6.11.6",
15+
"automattic/jetpack-my-jetpack": "^5.14.4",
1616
"automattic/jetpack-sync": "^4.13.0",
1717
"automattic/jetpack-status": "^5.1.4"
1818
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"dependencies": {
3030
"@automattic/jetpack-analytics": "^0.1.36",
3131
"@automattic/jetpack-api": "^0.20.2",
32-
"@automattic/jetpack-components": "^0.73.2-alpha",
33-
"@automattic/jetpack-connection": "^0.39.15",
34-
"@automattic/jetpack-shared-extension-utils": "^0.20.0",
32+
"@automattic/jetpack-components": "^0.73.2",
33+
"@automattic/jetpack-connection": "^0.39.16",
34+
"@automattic/jetpack-shared-extension-utils": "^0.20.1",
3535
"@automattic/number-formatters": "^1.0.2",
3636
"@tanstack/react-query": "5.75.1",
3737
"@wordpress/api-fetch": "7.22.0",

src/class-package-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class Package_Version {
1818

19-
const PACKAGE_VERSION = '4.2.1';
19+
const PACKAGE_VERSION = '4.2.2-alpha';
2020

2121
const PACKAGE_SLUG = 'backup';
2222

0 commit comments

Comments
 (0)