Skip to content

Commit

Permalink
Backport jetpack 14.0-beta Changes (#40024)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Amend readme.txt

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11667212003

Upstream-Ref: Automattic/jetpack@a7dc7da
  • Loading branch information
tbradsha authored and matticbot committed Nov 4, 2024
1 parent fede8a2 commit 2b11295
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ This is an alpha version! The changes listed here are not final.

### Added
- Adds /stats endpoints to the whitelist
- Enable test coverage.

## [0.23.3] - 2024-11-04
### Added
- Enable test coverage. [#39961]

## [0.23.2] - 2024-10-21
### Changed
Expand Down Expand Up @@ -478,7 +481,8 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#27906]

[0.24.0-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.23.2...v0.24.0-alpha
[0.24.0-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.23.3...v0.24.0-alpha
[0.23.3]: https://github.com/automattic/jetpack-blaze/compare/v0.23.2...v0.23.3
[0.23.2]: https://github.com/automattic/jetpack-blaze/compare/v0.23.1...v0.23.2
[0.23.1]: https://github.com/automattic/jetpack-blaze/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/automattic/jetpack-blaze/compare/v0.22.12...v0.23.0
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.13-alpha",
"automattic/jetpack-connection": "^5.1.6-alpha",
"automattic/jetpack-constants": "^2.0.5-alpha",
"automattic/jetpack-plans": "^0.4.13-alpha",
"automattic/jetpack-redirect": "^2.0.5-alpha",
"automattic/jetpack-status": "^4.0.3-alpha",
"automattic/jetpack-sync": "^3.14.4-alpha"
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-connection": "^5.1.6",
"automattic/jetpack-constants": "^2.0.5",
"automattic/jetpack-plans": "^0.4.13",
"automattic/jetpack-redirect": "^2.0.5",
"automattic/jetpack-status": "^4.0.3",
"automattic/jetpack-sync": "^3.14.4"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.8-alpha",
"automattic/jetpack-changelogger": "^4.2.8",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"watch": "pnpm run build && pnpm webpack watch"
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.32-alpha",
"@automattic/jetpack-components": "^0.58.1-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.15-alpha",
"@automattic/jetpack-analytics": "^0.1.32",
"@automattic/jetpack-components": "^0.58.1",
"@automattic/jetpack-shared-extension-utils": "^0.15.15",
"@wordpress/block-editor": "14.4.0",
"@wordpress/components": "28.9.0",
"@wordpress/compose": "7.9.0",
Expand Down

0 comments on commit 2b11295

Please sign in to comment.