File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.56.4-alpha] - unreleased
9+
10+ This is an alpha version! The changes listed here are not final.
11+
12+ ### Changed
13+ - Updated package dependencies.
14+
815## [ 0.56.3] - 2024-12-02
916### Changed
1017- Made resharing async in classic editor to fix timeout issues. [ #40302 ]
@@ -779,6 +786,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
779786- Updated package dependencies.
780787- Update package.json metadata.
781788
789+ [ 0.56.4-alpha ] : https://github.com/Automattic/jetpack-publicize/compare/v0.56.3...v0.56.4-alpha
782790[ 0.56.3 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.56.2...v0.56.3
783791[ 0.56.2 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.56.1...v0.56.2
784792[ 0.56.1 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.56.0...v0.56.1
Original file line number Diff line number Diff line change 55 "license" : " GPL-2.0-or-later" ,
66 "require" : {
77 "php" : " >=7.2" ,
8- "automattic/jetpack-connection" : " ^6.1.0 " ,
8+ "automattic/jetpack-connection" : " ^6.1.1-alpha " ,
99 "automattic/jetpack-autoloader" : " ^5.0.0" ,
1010 "automattic/jetpack-config" : " ^3.0.0" ,
11- "automattic/jetpack-assets" : " ^4.0.0 " ,
11+ "automattic/jetpack-assets" : " ^4.0.1-alpha " ,
1212 "automattic/jetpack-redirect" : " ^3.0.1" ,
1313 "automattic/jetpack-plans" : " ^0.5.1" ,
1414 "automattic/jetpack-status" : " ^5.0.1"
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @automattic/jetpack-publicize" ,
4- "version" : " 0.56.3 " ,
4+ "version" : " 0.56.4-alpha " ,
55 "description" : " Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post." ,
66 "homepage" : " https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme" ,
77 "bugs" : {
2828 ],
2929 "devDependencies" : {
3030 "@automattic/jetpack-webpack-config" : " workspace:*" ,
31- "@wordpress/browserslist-config" : " 6.12 .0" ,
31+ "@wordpress/browserslist-config" : " 6.13 .0" ,
3232 "concurrently" : " 7.6.0" ,
3333 "webpack" : " 5.94.0" ,
3434 "webpack-cli" : " 4.9.1"
3535 },
3636 "dependencies" : {
3737 "@automattic/jetpack-analytics" : " ^0.1.33" ,
38- "@wordpress/i18n" : " 5.12 .0"
38+ "@wordpress/i18n" : " 5.13 .0"
3939 }
4040}
You can’t perform that action at this time.
0 commit comments