Skip to content

Commit

Permalink
Update wordpress monorepo (#35608)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7877463033
  • Loading branch information
anomiex authored and matticbot committed Feb 12, 2024
1 parent 319366b commit d150359
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [2.3.1-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [2.3.0] - 2024-02-05
### Added
- Add rate limiter to the package versions endpoint calls. [#35379]
Expand Down Expand Up @@ -960,6 +967,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Separate the connection library into its own package.

[2.3.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.3.0...v2.3.1-alpha
[2.3.0]: https://github.com/Automattic/jetpack-connection/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/Automattic/jetpack-connection/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/Automattic/jetpack-connection/compare/v2.1.0...v2.1.1
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 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@wordpress/browserslist-config": "5.33.0",
"@wordpress/browserslist-config": "5.34.0",
"webpack": "5.76.0",
"webpack-cli": "4.9.1"
}
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 = '2.3.0';
const PACKAGE_VERSION = '2.3.1-alpha';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit d150359

Please sign in to comment.