Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Nov 25, 2024
1 parent 37aa692 commit 41a9f1b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 22 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +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).

## [4.0.2-alpha] - unreleased

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

## [4.0.2] - 2024-11-25
### Changed
- Updated dependencies.
- Updated package dependencies.
- Updated dependencies. [#40286]
- Updated package dependencies. [#40288]

## [4.0.1] - 2024-11-18
### Changed
Expand Down Expand Up @@ -748,7 +745,7 @@ This is an alpha version! The changes listed here are not final.

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

[4.0.2-alpha]: https://github.com/Automattic/jetpack-backup/compare/v4.0.1...v4.0.2-alpha
[4.0.2]: https://github.com/Automattic/jetpack-backup/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-backup/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-backup/compare/v3.4.17...v4.0.0
[3.4.17]: https://github.com/Automattic/jetpack-backup/compare/v3.4.16...v3.4.17
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-admin-ui": "^0.5.1-alpha",
"automattic/jetpack-autoloader": "^5.0.0-alpha",
"automattic/jetpack-backup-helper-script-manager": "^0.3.1-alpha",
"automattic/jetpack-composer-plugin": "^4.0.0-alpha",
"automattic/jetpack-assets": "^4.0.0",
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-autoloader": "^5.0.0",
"automattic/jetpack-backup-helper-script-manager": "^0.3.1",
"automattic/jetpack-composer-plugin": "^4.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-connection": "^6.1.0-alpha",
"automattic/jetpack-my-jetpack": "^5.0.2-alpha",
"automattic/jetpack-sync": "^4.0.1-alpha",
"automattic/jetpack-status": "^5.0.1-alpha"
"automattic/jetpack-connection": "^6.1.0",
"automattic/jetpack-my-jetpack": "^5.0.2",
"automattic/jetpack-sync": "^4.0.1",
"automattic/jetpack-status": "^5.0.1"
},
"require-dev": {
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/jetpack-changelogger": "^5.1.0",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/wordbless": "^0.4.2"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-api": "^0.17.19-alpha",
"@automattic/jetpack-components": "^0.62.0-alpha",
"@automattic/jetpack-connection": "^0.35.19-alpha",
"@automattic/jetpack-api": "^0.17.19",
"@automattic/jetpack-components": "^0.62.0",
"@automattic/jetpack-connection": "^0.35.19",
"@tanstack/react-query": "5.20.5",
"@wordpress/api-fetch": "7.12.0",
"@wordpress/components": "28.12.0",
Expand All @@ -45,7 +45,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.37-alpha",
"@automattic/jetpack-base-styles": "^0.6.37",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '4.0.2-alpha';
const PACKAGE_VERSION = '4.0.2';

const PACKAGE_SLUG = 'backup';

Expand Down

0 comments on commit 41a9f1b

Please sign in to comment.