Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40333)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Nov 25, 2024
1 parent f0535a4 commit 05ae195
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 20 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/class-jetpack-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 05ae195

Please sign in to comment.