File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,12 @@ 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.69.2-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 0.69.2] - 2026-01-12
129### Changed
13- - Update package dependencies.
10+ - Update package dependencies. [ # 46456 ]
1411
1512### Removed
16- - Remove the obsolete share limits logic.
13+ - Remove the obsolete share limits logic. [ # 46468 ]
1714
1815## [ 0.69.1] - 2026-01-06
1916### Removed
@@ -1203,7 +1200,7 @@ This is an alpha version! The changes listed here are not final.
12031200- Updated package dependencies.
12041201- Update package.json metadata.
12051202
1206- [ 0.69.2-alpha ] : https://github.com/Automattic/jetpack-publicize/compare/v0.69.1...v0.69.2-alpha
1203+ [ 0.69.2 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.69.1...v0.69.2
12071204[ 0.69.1 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.69.0...v0.69.1
12081205[ 0.69.0 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.68.1...v0.69.0
12091206[ 0.68.1 ] : https://github.com/Automattic/jetpack-publicize/compare/v0.68.0...v0.68.1
Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " >=7.2" ,
88 "automattic/jetpack-admin-ui" : " ^0.5.11" ,
9- "automattic/jetpack-connection" : " ^6.20.1-alpha " ,
9+ "automattic/jetpack-connection" : " ^6.20.1" ,
1010 "automattic/jetpack-autoloader" : " ^5.0.15" ,
1111 "automattic/jetpack-config" : " ^3.1.1" ,
1212 "automattic/jetpack-assets" : " ^4.3.19" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @automattic/jetpack-publicize" ,
3- "version" : " 0.69.2-alpha " ,
3+ "version" : " 0.69.2" ,
44 "private" : true ,
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" ,
2828 ],
2929 "dependencies" : {
3030 "@automattic/jetpack-analytics" : " ^1.0.6" ,
31- "@automattic/jetpack-publicize-components" : " ^1.10.2-alpha " ,
31+ "@automattic/jetpack-publicize-components" : " ^1.10.2" ,
3232 "@wordpress/api-fetch" : " 7.37.0" ,
3333 "@wordpress/i18n" : " 6.10.0" ,
3434 "jquery" : " 3.7.1"
You can’t perform that action at this time.
0 commit comments