diff --git a/CHANGELOG.md b/CHANGELOG.md index 19fb9ed..2f871f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.22.4-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [0.22.3] - 2023-10-16 ### Changed - Updated package dependencies. [#33429] @@ -344,6 +351,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] +[0.22.4-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.22.3...v0.22.4-alpha [0.22.3]: https://github.com/automattic/jetpack-forms/compare/v0.22.2...v0.22.3 [0.22.2]: https://github.com/automattic/jetpack-forms/compare/v0.22.1...v0.22.2 [0.22.1]: https://github.com/automattic/jetpack-forms/compare/v0.22.0...v0.22.1 diff --git a/package.json b/package.json index 4c7b847..f306d95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-forms", - "version": "0.22.3", + "version": "0.22.4-alpha", "description": "Jetpack Forms", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme", "bugs": { @@ -30,8 +30,8 @@ ], "dependencies": { "@automattic/jetpack-analytics": "^0.1.27", - "@automattic/jetpack-components": "^0.43.3", - "@automattic/jetpack-shared-extension-utils": "^0.12.2", + "@automattic/jetpack-components": "^0.43.4-alpha", + "@automattic/jetpack-shared-extension-utils": "^0.12.3-alpha", "@wordpress/block-editor": "12.11.0", "@wordpress/blocks": "12.20.0", "@wordpress/compose": "6.20.0", @@ -60,8 +60,8 @@ "@automattic/jetpack-base-styles": "^0.6.10", "@automattic/jetpack-webpack-config": "workspace:*", "@automattic/remove-asset-webpack-plugin": "^1.0.19", - "@babel/core": "7.23.0", - "@babel/runtime": "7.23.1", + "@babel/core": "7.23.2", + "@babel/runtime": "7.23.2", "@wordpress/api-fetch": "6.40.0", "@wordpress/babel-plugin-import-jsx-pragma": "4.26.0", "@wordpress/browserslist-config": "5.26.0", diff --git a/src/class-jetpack-forms.php b/src/class-jetpack-forms.php index 70d855c..09a3492 100644 --- a/src/class-jetpack-forms.php +++ b/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.22.3'; + const PACKAGE_VERSION = '0.22.4-alpha'; /** * Load the contact form module.