Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#39624)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjuhasz authored and matticbot committed Oct 2, 2024
1 parent db5bac1 commit 0753ed2
Show file tree
Hide file tree
Showing 10 changed files with 167 additions and 170 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"automattic/jetpack-licensing": "^2.0.10",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-masterbar": "^0.9.5-alpha",
"automattic/jetpack-my-jetpack": "^4.35.10-alpha",
"automattic/jetpack-my-jetpack": "^4.35.10",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-post-list": "^0.6.3",
"automattic/jetpack-publicize": "^0.54.1-alpha",
"automattic/jetpack-publicize": "^0.54.1",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-search": "^0.45.7-alpha",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.31",
"@automattic/jetpack-api": "^0.17.13",
"@automattic/jetpack-components": "^0.56.1-alpha",
"@automattic/jetpack-components": "^0.56.1",
"@automattic/jetpack-connection": "^0.35.10",
"@wordpress/api-fetch": "7.7.0",
"@wordpress/components": "28.7.0",
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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).

## [4.35.10-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [4.35.10] - 2024-10-02
### Changed
- Internal updates.

## [4.35.9] - 2024-09-30
### Changed
Expand Down Expand Up @@ -1759,7 +1759,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.35.10-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.9...4.35.10-alpha
[4.35.10]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.9...4.35.10
[4.35.9]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.8...4.35.9
[4.35.8]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.7...4.35.8
[4.35.7]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.6...4.35.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.35.10-alpha';
const PACKAGE_VERSION = '4.35.10';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-publicize/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).

## [0.54.1-alpha] - unreleased

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

## [0.54.1] - 2024-10-02
### Fixed
- Social: Fixed Bluesky not showing up on page load
- Social: Fixed Bluesky not showing up on page load [#39597]

## [0.54.0] - 2024-09-23
### Added
Expand Down Expand Up @@ -724,7 +721,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies.
- Update package.json metadata.

[0.54.1-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.0...v0.54.1-alpha
[0.54.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.0...v0.54.1
[0.54.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.53.0...v0.54.0
[0.53.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.52.3...v0.53.0
[0.52.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.52.2...v0.52.3
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.35.10-alpha1727831716',
'ver' => '4.35.10',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -102,7 +102,7 @@
),
'jetpack-publicize-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-publicize',
'ver' => '0.54.1-alpha1727784398',
'ver' => '0.54.1',
),
'jetpack-search-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-search',
Expand Down
Loading

0 comments on commit 0753ed2

Please sign in to comment.