Skip to content

Commit

Permalink
Changelog edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Nov 14, 2023
1 parent 743fd8b commit 87ff383
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.23.1] - 2023-11-14
### Changed
- Updated package dependencies.
- Updated package dependencies. [#34093]

## [0.23.0] - 2023-11-13
### Changed
Expand Down Expand Up @@ -365,7 +362,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.23.1-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.23.0...v0.23.1-alpha
[0.23.1]: https://github.com/automattic/jetpack-forms/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/automattic/jetpack-forms/compare/v0.22.6...v0.23.0
[0.22.6]: https://github.com/automattic/jetpack-forms/compare/v0.22.5...v0.22.6
[0.22.5]: https://github.com/automattic/jetpack-forms/compare/v0.22.4...v0.22.5
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-blocks": "^1.6.2",
"automattic/jetpack-assets": "^1.18.15-alpha",
"automattic/jetpack-connection": "^1.60.1-alpha",
"automattic/jetpack-assets": "^1.18.15",
"automattic/jetpack-connection": "^1.60.1",
"automattic/jetpack-status": "^1.19.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^3.3.11",
"automattic/jetpack-connection": "^1.60.1-alpha",
"automattic/jetpack-connection": "^1.60.1",
"automattic/wordbless": "^0.4.1"
},
"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.23.1-alpha",
"version": "0.23.1",
"description": "Jetpack Forms",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
"bugs": {
Expand Down Expand Up @@ -30,8 +30,8 @@
],
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-components": "^0.45.1-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.13.1-alpha",
"@automattic/jetpack-components": "^0.45.1",
"@automattic/jetpack-shared-extension-utils": "^0.13.1",
"@wordpress/block-editor": "12.13.0",
"@wordpress/blocks": "12.22.0",
"@wordpress/compose": "6.22.0",
Expand All @@ -57,7 +57,7 @@
},
"devDependencies": {
"@automattic/color-studio": "2.5.0",
"@automattic/jetpack-base-styles": "^0.6.12-alpha",
"@automattic/jetpack-base-styles": "^0.6.12",
"@automattic/jetpack-webpack-config": "workspace:*",
"@automattic/remove-asset-webpack-plugin": "^1.0.19",
"@babel/core": "7.23.2",
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.23.1-alpha';
const PACKAGE_VERSION = '0.23.1';

/**
* Load the contact form module.
Expand Down

0 comments on commit 87ff383

Please sign in to comment.