From 05ae19548f902d378ebf86d74ffb9d7790d2ff81 Mon Sep 17 00:00:00 2001 From: zinigor Date: Mon, 25 Nov 2024 17:48:36 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#40333) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12015553649 Upstream-Ref: Automattic/jetpack@e34d1bcfbd7cafe30ca907681c9de5830df047c0 --- CHANGELOG.md | 13 +++++-------- composer.json | 14 +++++++------- package.json | 8 ++++---- src/class-jetpack-forms.php | 2 +- 4 files changed, 17 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e714934..5ef0651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +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.34.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.34.1] - 2024-11-25 ### Changed -- Updated dependencies. -- Updated package dependencies. +- Updated dependencies. [#40286] +- Updated package dependencies. [#40288] ### Fixed -- Forms: fixed arrow positioning on select elements +- Forms: fixed arrow positioning on select elements [#40206] ## [0.34.0] - 2024-11-18 ### Removed @@ -728,7 +725,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.34.1-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.34.0...v0.34.1-alpha +[0.34.1]: https://github.com/automattic/jetpack-forms/compare/v0.34.0...v0.34.1 [0.34.0]: https://github.com/automattic/jetpack-forms/compare/v0.33.8...v0.34.0 [0.33.8]: https://github.com/automattic/jetpack-forms/compare/v0.33.7...v0.33.8 [0.33.7]: https://github.com/automattic/jetpack-forms/compare/v0.33.6...v0.33.7 diff --git a/composer.json b/composer.json index dccbb96..0a2bc76 100644 --- a/composer.json +++ b/composer.json @@ -5,17 +5,17 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-blocks": "^3.0.1-alpha", - "automattic/jetpack-assets": "^4.0.0-alpha", - "automattic/jetpack-connection": "^6.1.0-alpha", + "automattic/jetpack-blocks": "^3.0.1", + "automattic/jetpack-assets": "^4.0.0", + "automattic/jetpack-connection": "^6.1.0", "automattic/jetpack-logo": "^3.0.0", - "automattic/jetpack-status": "^5.0.1-alpha", - "automattic/jetpack-sync": "^4.0.1-alpha" + "automattic/jetpack-status": "^5.0.1", + "automattic/jetpack-sync": "^4.0.1" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", - "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/jetpack-connection": "^6.1.0-alpha", + "automattic/jetpack-changelogger": "^5.1.0", + "automattic/jetpack-connection": "^6.1.0", "automattic/wordbless": "^0.4.2" }, "suggest": { diff --git a/package.json b/package.json index e0095f6..8c1d7cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-forms", - "version": "0.34.1-alpha", + "version": "0.34.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.33", - "@automattic/jetpack-components": "^0.62.0-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.15.18-alpha", + "@automattic/jetpack-components": "^0.62.0", + "@automattic/jetpack-shared-extension-utils": "^0.15.18", "@wordpress/block-editor": "14.7.0", "@wordpress/blocks": "14.1.0", "@wordpress/compose": "7.12.0", @@ -60,7 +60,7 @@ }, "devDependencies": { "@automattic/color-studio": "2.6.0", - "@automattic/jetpack-base-styles": "^0.6.37-alpha", + "@automattic/jetpack-base-styles": "^0.6.37", "@automattic/jetpack-webpack-config": "workspace:*", "@automattic/remove-asset-webpack-plugin": "^1.0.24", "@babel/core": "7.26.0", diff --git a/src/class-jetpack-forms.php b/src/class-jetpack-forms.php index c96bfe8..400c75f 100644 --- a/src/class-jetpack-forms.php +++ b/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.34.1-alpha'; + const PACKAGE_VERSION = '0.34.1'; /** * Load the contact form module.