Skip to content

Commit

Permalink
Update readme.txt changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haqadn authored and matticbot committed Sep 13, 2023
1 parent fafcdf6 commit e9b7f2e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 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).

## [3.4.5-alpha] - unreleased

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

## [3.4.5] - 2023-09-13
### Changed
- Updated package dependencies.
- Updated package dependencies. [#33001]

## [3.4.4] - 2023-09-11
### Changed
Expand Down Expand Up @@ -1021,7 +1018,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[3.4.5-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.4...3.4.5-alpha
[3.4.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.4...3.4.5
[3.4.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.3...3.4.4
[3.4.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.2...3.4.3
[3.4.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.1...3.4.2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"automattic/jetpack-admin-ui": "^0.2.22",
"automattic/jetpack-assets": "^1.18.10",
"automattic/jetpack-connection": "^1.57.4-alpha",
"automattic/jetpack-connection": "^1.57.4",
"automattic/jetpack-jitm": "^2.3.18",
"automattic/jetpack-licensing": "^1.8.3",
"automattic/jetpack-plugins-installer": "^0.2.5",
Expand All @@ -17,7 +17,7 @@
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^3.3.8",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.16.0-alpha"
"automattic/jetpack-videopress": "^0.16.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
6 changes: 3 additions & 3 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": "3.4.5-alpha",
"version": "3.4.5",
"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 @@ -26,8 +26,8 @@
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-api": "^0.16.2",
"@automattic/jetpack-base-styles": "^0.6.9",
"@automattic/jetpack-components": "^0.42.3-alpha",
"@automattic/jetpack-connection": "^0.29.10-alpha",
"@automattic/jetpack-components": "^0.42.3",
"@automattic/jetpack-connection": "^0.29.10",
"@automattic/jetpack-licensing": "workspace:*",
"@wordpress/api-fetch": "6.38.0",
"@wordpress/components": "25.7.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 @@ -31,7 +31,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '3.4.5-alpha';
const PACKAGE_VERSION = '3.4.5';

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

0 comments on commit e9b7f2e

Please sign in to comment.