Skip to content

Commit

Permalink
Update wordpress monorepo (#34411)
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/7063533492
  • Loading branch information
anomiex authored and matticbot committed Dec 1, 2023
1 parent fc24e8e commit 5b4cdf5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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.37.2-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.37.1] - 2023-11-24
### Removed
- Removed unused code. [#34241]
Expand Down Expand Up @@ -422,6 +429,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Update package.json metadata.

[0.37.2-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.37.1...v0.37.2-alpha
[0.37.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.37.0...v0.37.1
[0.37.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.36.6...v0.37.0
[0.36.6]: https://github.com/Automattic/jetpack-publicize/compare/v0.36.5...v0.36.6
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-connection": "^2.1.0-alpha",
"automattic/jetpack-autoloader": "^3.0.2",
"automattic/jetpack-config": "^2.0.0",
"automattic/jetpack-assets": "^2.0.1",
"automattic/jetpack-assets": "^2.0.2-alpha",
"automattic/jetpack-redirect": "^2.0.0",
"automattic/jetpack-plans": "^0.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-publicize",
"version": "0.37.1",
"version": "0.37.2-alpha",
"description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme",
"bugs": {
Expand All @@ -28,12 +28,12 @@
],
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@wordpress/browserslist-config": "5.28.0",
"@wordpress/browserslist-config": "5.30.0",
"concurrently": "7.6.0",
"webpack": "5.76.0",
"webpack-cli": "4.9.1"
},
"dependencies": {
"@wordpress/i18n": "4.45.0"
"@wordpress/i18n": "4.47.0"
}
}

0 comments on commit 5b4cdf5

Please sign in to comment.