Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Jan 4, 2024
1 parent 460bed0 commit a131391
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ 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.2.1-alpha] - unreleased

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

## [4.2.1] - 2024-01-04
### Changed
- Updated package dependencies.
- Updated package dependencies. [#34815] [#34816]

### Fixed
- My Jetpack: Jetpack footer links are now consistent with footers in rest of Jetpack screens.
- My Jetpack: Jetpack footer links are now consistent with footers in rest of Jetpack screens. [#34787]

## [4.2.0] - 2024-01-02
### Fixed
Expand Down Expand Up @@ -1176,7 +1173,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.2.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.0...4.2.1-alpha
[4.2.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.0...4.2.1
[4.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.4...4.2.0
[4.1.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.3...4.1.4
[4.1.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.2...4.1.3
Expand Down
8 changes: 4 additions & 4 deletions 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.4-alpha",
"automattic/jetpack-connection": "^2.1.1-alpha",
"automattic/jetpack-jitm": "^3.0.2-alpha",
"automattic/jetpack-assets": "^2.0.4",
"automattic/jetpack-connection": "^2.1.1",
"automattic/jetpack-jitm": "^3.0.2",
"automattic/jetpack-licensing": "^2.0.1",
"automattic/jetpack-plugins-installer": "^0.3.1",
"automattic/jetpack-redirect": "^2.0.0",
Expand All @@ -19,7 +19,7 @@
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.5",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.21.7-alpha"
"automattic/jetpack-videopress": "^0.21.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
10 changes: 5 additions & 5 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": "4.2.1-alpha",
"version": "4.2.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 All @@ -24,10 +24,10 @@
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.29",
"@automattic/jetpack-api": "^0.16.8-alpha",
"@automattic/jetpack-base-styles": "^0.6.15-alpha",
"@automattic/jetpack-components": "^0.45.10-alpha",
"@automattic/jetpack-connection": "^0.30.12-alpha",
"@automattic/jetpack-api": "^0.16.8",
"@automattic/jetpack-base-styles": "^0.6.15",
"@automattic/jetpack-components": "^0.45.10",
"@automattic/jetpack-connection": "^0.30.12",
"@automattic/jetpack-licensing": "workspace:*",
"@wordpress/api-fetch": "6.45.0",
"@wordpress/components": "25.14.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 @@ -32,7 +32,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.2.1-alpha';
const PACKAGE_VERSION = '4.2.1';

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

0 comments on commit a131391

Please sign in to comment.