Skip to content

Commit

Permalink
Update babel monorepo to v7.23.2 (#33646)
Browse files Browse the repository at this point in the history
  • Loading branch information
CGastrell authored and matticbot committed Oct 17, 2023
1 parent b0af3d5 commit fa3214b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.22.4-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.22.3] - 2023-10-16
### Changed
- Updated package dependencies. [#33429]
Expand Down Expand Up @@ -344,6 +351,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a new jetpack/forms package [#28409]
- Added a public load_contact_form method for initializing the contact form module. [#28416]

[0.22.4-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.22.3...v0.22.4-alpha
[0.22.3]: https://github.com/automattic/jetpack-forms/compare/v0.22.2...v0.22.3
[0.22.2]: https://github.com/automattic/jetpack-forms/compare/v0.22.1...v0.22.2
[0.22.1]: https://github.com/automattic/jetpack-forms/compare/v0.22.0...v0.22.1
Expand Down
10 changes: 5 additions & 5 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.22.3",
"version": "0.22.4-alpha",
"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.43.3",
"@automattic/jetpack-shared-extension-utils": "^0.12.2",
"@automattic/jetpack-components": "^0.43.4-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.12.3-alpha",
"@wordpress/block-editor": "12.11.0",
"@wordpress/blocks": "12.20.0",
"@wordpress/compose": "6.20.0",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@automattic/jetpack-base-styles": "^0.6.10",
"@automattic/jetpack-webpack-config": "workspace:*",
"@automattic/remove-asset-webpack-plugin": "^1.0.19",
"@babel/core": "7.23.0",
"@babel/runtime": "7.23.1",
"@babel/core": "7.23.2",
"@babel/runtime": "7.23.2",
"@wordpress/api-fetch": "6.40.0",
"@wordpress/babel-plugin-import-jsx-pragma": "4.26.0",
"@wordpress/browserslist-config": "5.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.22.3';
const PACKAGE_VERSION = '0.22.4-alpha';

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

0 comments on commit fa3214b

Please sign in to comment.