Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 1.7.10, jetpack 12.9-a.3 Changes (#34089)
Browse files Browse the repository at this point in the history
* Update changelogs

* Changelog edits.

* Update versions

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6852775762
  • Loading branch information
zinigor authored and matticbot committed Nov 13, 2023
1 parent fbb6582 commit 457939d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 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.0-alpha] - unreleased

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

## [0.23.0] - 2023-11-13
### Changed
- Change useModuleActive to use redux store instead from Jetpack Modules store
- Updated 'useModuleStatus' to use the new Jetpack modules store. [#33397]

## [0.22.6] - 2023-11-03

Expand Down Expand Up @@ -361,7 +358,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.0-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.22.6...v0.23.0-alpha
[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
[0.22.4]: https://github.com/automattic/jetpack-forms/compare/v0.22.3...v0.22.4
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"require": {
"automattic/jetpack-blocks": "^1.6.2",
"automattic/jetpack-assets": "^1.18.14",
"automattic/jetpack-connection": "^1.60.0-alpha",
"automattic/jetpack-status": "^1.19.0-alpha"
"automattic/jetpack-connection": "^1.60.0",
"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.0-alpha",
"automattic/jetpack-connection": "^1.60.0",
"automattic/wordbless": "^0.4.1"
},
"suggest": {
Expand Down
6 changes: 3 additions & 3 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.0-alpha",
"version": "0.23.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.45.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.13.0-alpha",
"@automattic/jetpack-components": "^0.45.0",
"@automattic/jetpack-shared-extension-utils": "^0.13.0",
"@wordpress/block-editor": "12.12.0",
"@wordpress/blocks": "12.21.0",
"@wordpress/compose": "6.21.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.23.0-alpha';
const PACKAGE_VERSION = '0.23.0';

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

0 comments on commit 457939d

Please sign in to comment.