Skip to content

Commit

Permalink
Update wordpress monorepo (#21702)
Browse files Browse the repository at this point in the history
* Fix tweetstorm test for good

  It keeps flopping between 1 and 2, so accept either

* Fix use of InnerBlocks.Content

  It looks like we were using it wrong, in a way that worked before
  WordPress/gutenberg#26031 but breaks after.

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: matticbot <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1446415445
  • Loading branch information
anomiex authored and matticbot committed Nov 10, 2021
1 parent e156576 commit ea0cfd2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Changed
- Updated package dependencies

### Removed
- Remove use of `gulp` in build, all it was doing was wrapping `webpack`.

Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'f4f442183483e20c027d3fa3604a8713');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'babf46a55bc3c8c3b156e599d222beb1');
2 changes: 1 addition & 1 deletion build/index.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"dependencies": {
"@automattic/jetpack-api": "workspace:^0.5.0",
"@automattic/jetpack-connection": "workspace:^0.9.1",
"@automattic/jetpack-idc": "workspace:^0.4.2",
"@wordpress/data": "6.1.2"
"@automattic/jetpack-connection": "workspace:^0.9.2-alpha",
"@automattic/jetpack-idc": "workspace:^0.4.3-alpha",
"@wordpress/data": "6.1.3"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:^0.1.1-alpha",
Expand Down

0 comments on commit ea0cfd2

Please sign in to comment.