Skip to content

Commit

Permalink
Update wordpress monorepo (#39176)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* js-packages/components: ToggleControl: Update styles for WordPress/gutenberg#63490
  That change started setting a height on the control itself (versus
  just the stuff inside it), so update our styles to override that too.
* Add `__nextHasNoMarginBottom` all over the place
  The vast majority are inside a `PanelBody`, which already overrides
  margins. Had to fix one margin on the simple-payments block.

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

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

Upstream-Ref: Automattic/jetpack@fe2a3d1
  • Loading branch information
anomiex authored and matticbot committed Sep 3, 2024
1 parent c28f235 commit bc10e8a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 26 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.24.5-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.24.4] - 2024-09-02
### Changed
- Admin menu: change order of Jetpack sub-menu items [#39095]
Expand Down Expand Up @@ -1421,6 +1428,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created empty package [#24952]

[0.24.5-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.4...v0.24.5-alpha
[0.24.4]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.3...v0.24.4
[0.24.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.2...v0.24.3
[0.24.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.1...v0.24.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.4.4",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-assets": "^2.3.6-alpha",
"automattic/jetpack-connection": "^3.0.0-alpha",
"automattic/jetpack-my-jetpack": "^4.34.1-alpha",
"automattic/jetpack-plans": "^0.4.8"
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-videopress",
"version": "0.24.4",
"version": "0.24.5-alpha",
"description": "VideoPress package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
"bugs": {
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@automattic/calypso-color-schemes": "3.1.3",
"@automattic/jetpack-base-styles": "^0.6.30",
"@automattic/jetpack-base-styles": "^0.6.31-alpha",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
Expand All @@ -40,7 +40,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/testing-library__jest-dom": "5.14.9",
"@wordpress/browserslist-config": "6.5.0",
"@wordpress/browserslist-config": "6.6.0",
"autoprefixer": "10.4.14",
"copy-webpack-plugin": "11.0.0",
"jest": "29.7.0",
Expand All @@ -58,27 +58,27 @@
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.31",
"@automattic/jetpack-api": "^0.17.11",
"@automattic/jetpack-base-styles": "^0.6.30",
"@automattic/jetpack-components": "^0.55.11",
"@automattic/jetpack-connection": "^0.35.3",
"@automattic/jetpack-shared-extension-utils": "^0.15.5",
"@wordpress/api-fetch": "7.5.0",
"@wordpress/blob": "4.5.0",
"@wordpress/block-editor": "14.0.0",
"@wordpress/blocks": "13.5.0",
"@wordpress/components": "28.5.0",
"@wordpress/compose": "7.5.0",
"@wordpress/core-data": "7.5.0",
"@wordpress/data": "10.5.0",
"@wordpress/date": "5.5.0",
"@wordpress/dom-ready": "4.5.0",
"@wordpress/editor": "14.5.0",
"@wordpress/element": "6.5.0",
"@wordpress/html-entities": "4.5.0",
"@wordpress/i18n": "5.5.0",
"@wordpress/icons": "10.5.0",
"@wordpress/url": "4.5.0",
"@automattic/jetpack-api": "^0.17.12-alpha",
"@automattic/jetpack-base-styles": "^0.6.31-alpha",
"@automattic/jetpack-components": "^0.55.12-alpha",
"@automattic/jetpack-connection": "^0.35.4-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.6-alpha",
"@wordpress/api-fetch": "7.6.0",
"@wordpress/blob": "4.6.0",
"@wordpress/block-editor": "14.1.0",
"@wordpress/blocks": "13.6.0",
"@wordpress/components": "28.6.0",
"@wordpress/compose": "7.6.0",
"@wordpress/core-data": "7.6.0",
"@wordpress/data": "10.6.0",
"@wordpress/date": "5.6.0",
"@wordpress/dom-ready": "4.6.0",
"@wordpress/editor": "14.6.0",
"@wordpress/element": "6.6.0",
"@wordpress/html-entities": "4.6.0",
"@wordpress/i18n": "5.6.0",
"@wordpress/icons": "10.6.0",
"@wordpress/url": "4.6.0",
"clsx": "2.1.1",
"debug": "4.3.4",
"filesize": "8.0.6",
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 @@ -11,7 +11,7 @@
* The Package_Version class.
*/
class Package_Version {
const PACKAGE_VERSION = '0.24.4';
const PACKAGE_VERSION = '0.24.5-alpha';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit bc10e8a

Please sign in to comment.