Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40461)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Dec 4, 2024
1 parent 5ac2e6f commit 1b9ff31
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions 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).

## [5.1.1-alpha] - unreleased

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

## [5.1.1] - 2024-12-04
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40363]

## [5.1.0] - 2024-12-02
### Added
Expand Down Expand Up @@ -1859,7 +1856,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[5.1.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.0...5.1.1-alpha
[5.1.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.0...5.1.1
[5.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.4...5.1.0
[5.0.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.3...5.0.4
[5.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.2...5.0.3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-assets": "^4.0.1",
"automattic/jetpack-boost-speed-score": "^0.4.0",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-explat": "^0.2.2-alpha",
"automattic/jetpack-explat": "^0.2.2",
"automattic/jetpack-jitm": "^4.0.2",
"automattic/jetpack-licensing": "^3.0.2",
"automattic/jetpack-plugins-installer": "^0.5.0",
Expand All @@ -18,7 +18,7 @@
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.0.2",
"automattic/jetpack-protect-status": "^0.4.0-alpha"
"automattic/jetpack-protect-status": "^0.4.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "5.1.1-alpha",
"version": "5.1.1",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@automattic/jetpack-boost-score-api": "^0.1.48",
"@automattic/jetpack-components": "^0.64.0",
"@automattic/jetpack-connection": "^0.36.0",
"@automattic/jetpack-explat": "^0.2.2-alpha",
"@automattic/jetpack-explat": "^0.2.2",
"@automattic/jetpack-licensing": "workspace:*",
"@tanstack/react-query": "5.20.5",
"@wordpress/api-fetch": "7.13.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '5.1.1-alpha';
const PACKAGE_VERSION = '5.1.1';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down

0 comments on commit 1b9ff31

Please sign in to comment.