Skip to content

Commit 6bc27eb

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits. (#43517)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15117302927 Upstream-Ref: Automattic/jetpack@25eadfe
1 parent 8e0120c commit 6bc27eb

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ 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.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [4.2.1] - 2025-05-19
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#43398]
1411

1512
## [4.2.0] - 2025-05-12
1613
### Changed
@@ -863,7 +860,7 @@ This is an alpha version! The changes listed here are not final.
863860

864861
- Add API endpoints and Jetpack Backup package for managing Help…
865862

866-
[4.2.1-alpha]: https://github.com/Automattic/jetpack-backup/compare/v4.2.0...v4.2.1-alpha
863+
[4.2.1]: https://github.com/Automattic/jetpack-backup/compare/v4.2.0...v4.2.1
867864
[4.2.0]: https://github.com/Automattic/jetpack-backup/compare/v4.1.2...v4.2.0
868865
[4.1.2]: https://github.com/Automattic/jetpack-backup/compare/v4.1.1...v4.1.2
869866
[4.1.1]: https://github.com/Automattic/jetpack-backup/compare/v4.1.0...v4.1.1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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.4",
15-
"automattic/jetpack-my-jetpack": "^5.14.3-alpha",
14+
"automattic/jetpack-connection": "^6.11.5",
15+
"automattic/jetpack-my-jetpack": "^5.14.3",
1616
"automattic/jetpack-sync": "^4.13.0",
1717
"automattic/jetpack-status": "^5.1.4"
1818
},

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@automattic/jetpack-analytics": "^0.1.36",
3131
"@automattic/jetpack-api": "^0.20.2",
32-
"@automattic/jetpack-components": "^0.73.0",
33-
"@automattic/jetpack-connection": "^0.39.14",
34-
"@automattic/jetpack-shared-extension-utils": "^0.20.0-alpha",
35-
"@automattic/number-formatters": "^1.0.2-alpha",
32+
"@automattic/jetpack-components": "^0.73.1",
33+
"@automattic/jetpack-connection": "^0.39.15",
34+
"@automattic/jetpack-shared-extension-utils": "^0.20.0",
35+
"@automattic/number-formatters": "^1.0.2",
3636
"@tanstack/react-query": "5.75.1",
3737
"@wordpress/api-fetch": "7.22.0",
3838
"@wordpress/components": "29.8.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-alpha';
19+
const PACKAGE_VERSION = '4.2.1';
2020

2121
const PACKAGE_SLUG = 'backup';
2222

0 commit comments

Comments
 (0)