File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
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.1.5-alpha] - unreleased
9+
10+ This is an alpha version! The changes listed here are not final.
11+
12+ ### Changed
13+ - Update dependencies.
14+
815## [ 0.1.4] - 2025-10-06
916### Changed
1017- Update package dependencies. [ #45334 ]
@@ -25,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2532### Added
2633- Initial version. [ #44858 ]
2734
35+ [ 0.1.5-alpha ] : https://github.com/Automattic/jetpack-external-connections/compare/v0.1.4...v0.1.5-alpha
2836[ 0.1.4 ] : https://github.com/Automattic/jetpack-external-connections/compare/v0.1.3...v0.1.4
2937[ 0.1.3 ] : https://github.com/Automattic/jetpack-external-connections/compare/v0.1.2...v0.1.3
3038[ 0.1.2 ] : https://github.com/Automattic/jetpack-external-connections/compare/v0.1.1...v0.1.2
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-assets" : " ^4.3.10 " ,
9- "automattic/jetpack-connection" : " ^6.19.1 " ,
8+ "automattic/jetpack-assets" : " ^4.3.11 " ,
9+ "automattic/jetpack-connection" : " ^6.19.2 " ,
1010 "automattic/jetpack-redirect" : " ^3.0.9" ,
1111 "automattic/jetpack-status" : " ^6.1.0"
1212 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @automattic/jetpack-external-connections" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.5-alpha " ,
44 "private" : true ,
55 "description" : " Connect your site to external services." ,
66 "homepage" : " https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/external-connections/#readme" ,
Original file line number Diff line number Diff line change 1616 */
1717class External_Connections {
1818
19- const PACKAGE_VERSION = '0.1.4 ' ;
19+ const PACKAGE_VERSION = '0.1.5-alpha ' ;
2020 const BASE_FILE = __FILE__ ;
2121
2222 /**
You can’t perform that action at this time.
0 commit comments