Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40117)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelini authored and matticbot committed Nov 11, 2024
1 parent 2a9db7b commit f2dd3c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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).

## [5.1.7-alpha] - unreleased

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

## [5.1.7] - 2024-11-11
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39999]
- Updated package dependencies. [#40060]

## [5.1.6] - 2024-11-04
### Added
Expand Down Expand Up @@ -1245,7 +1243,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[5.1.7-alpha]: https://github.com/Automattic/jetpack-connection/compare/v5.1.6...v5.1.7-alpha
[5.1.7]: https://github.com/Automattic/jetpack-connection/compare/v5.1.6...v5.1.7
[5.1.6]: https://github.com/Automattic/jetpack-connection/compare/v5.1.5...v5.1.6
[5.1.5]: https://github.com/Automattic/jetpack-connection/compare/v5.1.4...v5.1.5
[5.1.4]: https://github.com/Automattic/jetpack-connection/compare/v5.1.3...v5.1.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.4",
"automattic/jetpack-admin-ui": "^0.4.6",
"automattic/jetpack-assets": "^2.3.14-alpha",
"automattic/jetpack-assets": "^2.3.14",
"automattic/jetpack-constants": "^2.0.5",
"automattic/jetpack-roles": "^2.0.4",
"automattic/jetpack-status": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"watch": "pnpm run build && pnpm webpack watch"
},
"dependencies": {
"@automattic/jetpack-connection": "^0.35.16-alpha",
"@automattic/jetpack-connection": "^0.35.16",
"@automattic/jetpack-idc": "workspace:*",
"@wordpress/data": "10.11.0",
"@wordpress/element": "6.11.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 @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '5.1.7-alpha';
const PACKAGE_VERSION = '5.1.7';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit f2dd3c4

Please sign in to comment.