Skip to content

Commit

Permalink
Backport changes for Jetpack 14.0-a.7 (#39855)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Update changelog entries for clarity

* Update readme.txt

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

Upstream-Ref: Automattic/jetpack@2599f56
  • Loading branch information
ice9js authored and matticbot committed Oct 23, 2024
1 parent a6c9a2a commit d0b0f75
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 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).

## [0.23.2-alpha] - unreleased

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

## [0.23.2] - 2024-10-21
### Changed
- Update dependencies.
- Update dependencies. [#39781]

## [0.23.1] - 2024-10-14
### Changed
Expand Down Expand Up @@ -473,7 +470,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#27906]

[0.23.2-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.23.1...v0.23.2-alpha
[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
[0.22.12]: https://github.com/automattic/jetpack-blaze/compare/v0.22.11...v0.22.12
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-connection": "^5.1.4-alpha",
"automattic/jetpack-connection": "^5.1.4",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.12-alpha",
"automattic/jetpack-plans": "^0.4.12",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.3-alpha"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-blaze",
"version": "0.23.2-alpha",
"version": "0.23.2",
"description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme",
"bugs": {
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.31",
"@automattic/jetpack-components": "^0.58.0",
"@automattic/jetpack-shared-extension-utils": "^0.15.14-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.14",
"@wordpress/block-editor": "14.4.0",
"@wordpress/components": "28.9.0",
"@wordpress/compose": "7.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.23.2-alpha';
const PACKAGE_VERSION = '0.23.2';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down

0 comments on commit d0b0f75

Please sign in to comment.