diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f8c52..19ae4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,9 @@ 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.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.37.1] - 2025-02-11 ### Fixed -- Forms: fix missing translations +- Forms: fix missing translations [#41671] ## [0.37.0] - 2025-02-10 ### Added @@ -839,7 +836,7 @@ This is an alpha version! The changes listed here are not final. - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] -[0.37.1-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.37.0...v0.37.1-alpha +[0.37.1]: https://github.com/automattic/jetpack-forms/compare/v0.37.0...v0.37.1 [0.37.0]: https://github.com/automattic/jetpack-forms/compare/v0.36.0...v0.37.0 [0.36.0]: https://github.com/automattic/jetpack-forms/compare/v0.35.1...v0.36.0 [0.35.1]: https://github.com/automattic/jetpack-forms/compare/v0.35.0...v0.35.1 diff --git a/composer.json b/composer.json index 0d629a9..4bc9aa1 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,8 @@ "require": { "php": ">=7.2", "automattic/jetpack-blocks": "^3.0.2", - "automattic/jetpack-assets": "^4.0.5", - "automattic/jetpack-connection": "^6.4.0", + "automattic/jetpack-assets": "^4.0.6", + "automattic/jetpack-connection": "^6.4.1", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-status": "^5.0.3", "automattic/jetpack-sync": "^4.7.0" @@ -15,7 +15,7 @@ "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0", - "automattic/jetpack-connection": "^6.4.0", + "automattic/jetpack-connection": "^6.4.1", "automattic/jetpack-test-environment": "@dev" }, "suggest": { diff --git a/package.json b/package.json index e0d4d42..70edda5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-forms", - "version": "0.37.1-alpha", + "version": "0.37.1", "description": "Jetpack Forms", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme", "bugs": { @@ -32,8 +32,8 @@ ], "dependencies": { "@automattic/jetpack-analytics": "^0.1.35", - "@automattic/jetpack-components": "^0.66.1-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.17.0", + "@automattic/jetpack-components": "^0.66.1", + "@automattic/jetpack-shared-extension-utils": "^0.17.1", "@wordpress/block-editor": "14.12.0", "@wordpress/blocks": "14.6.0", "@wordpress/compose": "7.17.0", diff --git a/src/class-jetpack-forms.php b/src/class-jetpack-forms.php index 0644fbc..517486b 100644 --- a/src/class-jetpack-forms.php +++ b/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.37.1-alpha'; + const PACKAGE_VERSION = '0.37.1'; /** * Load the contact form module.