Skip to content

Commit

Permalink
Update wordpress monorepo (#39707)
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/11262445620

Upstream-Ref: Automattic/jetpack@05de241
  • Loading branch information
anomiex authored and matticbot committed Oct 9, 2024
1 parent 3f8c814 commit 296e5c7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 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).

## [0.23.1-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.23.0] - 2024-10-07
### Changed
- Changes the error Blaze shows during sync to be a warning. [#39515]
Expand Down Expand Up @@ -461,6 +468,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.23.1-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.23.0...v0.23.1-alpha
[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
[0.22.11]: https://github.com/automattic/jetpack-blaze/compare/v0.22.10...v0.22.11
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.9",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-assets": "^2.3.10-alpha",
"automattic/jetpack-connection": "^5.1.3-alpha",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.11",
"automattic/jetpack-redirect": "^2.0.4",
Expand Down
20 changes: 10 additions & 10 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.0",
"version": "0.23.1-alpha",
"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 @@ -25,14 +25,14 @@
"@automattic/jetpack-analytics": "^0.1.31",
"@automattic/jetpack-components": "^0.56.3-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.13-alpha",
"@wordpress/block-editor": "14.3.4",
"@wordpress/components": "28.8.4",
"@wordpress/compose": "7.8.3",
"@wordpress/data": "10.8.3",
"@wordpress/element": "6.8.1",
"@wordpress/i18n": "5.8.2",
"@wordpress/icons": "10.8.2",
"@wordpress/plugins": "7.8.4",
"@wordpress/block-editor": "14.4.0",
"@wordpress/components": "28.9.0",
"@wordpress/compose": "7.9.0",
"@wordpress/data": "10.9.0",
"@wordpress/element": "6.9.0",
"@wordpress/i18n": "5.9.0",
"@wordpress/icons": "10.9.0",
"@wordpress/plugins": "7.9.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand All @@ -41,7 +41,7 @@
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/runtime": "7.24.7",
"@wordpress/browserslist-config": "6.8.1",
"@wordpress/browserslist-config": "6.9.0",
"sass": "1.64.1",
"sass-loader": "12.4.0",
"webpack": "5.94.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.0';
const PACKAGE_VERSION = '0.23.1-alpha';

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

0 comments on commit 296e5c7

Please sign in to comment.