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 Sep 4, 2023
1 parent 3803a75 commit a7ceb6e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@ 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.21.0-alpha] - unreleased

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

## [0.21.0] - 2023-09-04
### Added
- Add Jetpack AI Form section to new Forms landing page
- Add Jetpack AI Form section to new Forms landing page [#32726]

### Changed
- Updated package dependencies.
- Updated package dependencies. [#32803]
- Updated package dependencies. [#32804]

### Fixed
- Fix block icons for display on wp.org
- Fix block icons for display on wp.org [#32754]

## [0.20.1] - 2023-08-28
### Changed
Expand Down Expand Up @@ -329,7 +327,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.21.0-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.20.1...v0.21.0-alpha
[0.21.0]: https://github.com/automattic/jetpack-forms/compare/v0.20.1...v0.21.0
[0.20.1]: https://github.com/automattic/jetpack-forms/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/automattic/jetpack-forms/compare/v0.19.11...v0.20.0
[0.19.11]: https://github.com/automattic/jetpack-forms/compare/v0.19.10...v0.19.11
Expand Down
8 changes: 4 additions & 4 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.4.23",
"automattic/jetpack-assets": "^1.18.10-alpha",
"automattic/jetpack-connection": "^1.57.2-alpha",
"automattic/jetpack-status": "^1.18.2-alpha"
"automattic/jetpack-assets": "^1.18.10",
"automattic/jetpack-connection": "^1.57.2",
"automattic/jetpack-status": "^1.18.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^3.3.8",
"automattic/jetpack-connection": "^1.57.2-alpha",
"automattic/jetpack-connection": "^1.57.2",
"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.21.0-alpha",
"version": "0.21.0",
"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.42.1-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.11.4-alpha",
"@automattic/jetpack-components": "^0.42.1",
"@automattic/jetpack-shared-extension-utils": "^0.11.4",
"@wordpress/block-editor": "12.9.0",
"@wordpress/blocks": "12.18.0",
"@wordpress/compose": "6.18.0",
Expand All @@ -57,7 +57,7 @@
},
"devDependencies": {
"@automattic/color-studio": "2.5.0",
"@automattic/jetpack-base-styles": "^0.6.8-alpha",
"@automattic/jetpack-base-styles": "^0.6.8",
"@automattic/jetpack-webpack-config": "workspace:*",
"@automattic/remove-asset-webpack-plugin": "^1.0.19",
"@babel/core": "7.22.11",
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.21.0-alpha';
const PACKAGE_VERSION = '0.21.0';

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

0 comments on commit a7ceb6e

Please sign in to comment.