Skip to content

Commit

Permalink
Update babel monorepo (#34416)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7090605296
  • Loading branch information
anomiex authored and matticbot committed Dec 4, 2023
1 parent 084398b commit 4102f7e
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.24.3-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.24.2] - 2023-12-03
### Added
- Made forms a screen reader region. [#34344]
Expand Down Expand Up @@ -396,6 +403,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.24.3-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.24.2...v0.24.3-alpha
[0.24.2]: https://github.com/automattic/jetpack-forms/compare/v0.24.1...v0.24.2
[0.24.1]: https://github.com/automattic/jetpack-forms/compare/v0.24.0...v0.24.1
[0.24.0]: https://github.com/automattic/jetpack-forms/compare/v0.23.1...v0.24.0
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.24.2",
"version": "0.24.3-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.29",
"@automattic/jetpack-components": "^0.45.4",
"@automattic/jetpack-shared-extension-utils": "^0.13.3",
"@automattic/jetpack-components": "^0.45.5-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.13.4-alpha",
"@wordpress/block-editor": "12.15.0",
"@wordpress/blocks": "12.24.0",
"@wordpress/compose": "6.24.0",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@automattic/jetpack-base-styles": "^0.6.14",
"@automattic/jetpack-webpack-config": "workspace:*",
"@automattic/remove-asset-webpack-plugin": "^1.0.21",
"@babel/core": "7.23.2",
"@babel/runtime": "7.23.2",
"@babel/core": "7.23.5",
"@babel/runtime": "7.23.5",
"@wordpress/api-fetch": "6.44.0",
"@wordpress/babel-plugin-import-jsx-pragma": "4.30.0",
"@wordpress/browserslist-config": "5.30.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.24.2';
const PACKAGE_VERSION = '0.24.3-alpha';

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

0 comments on commit 4102f7e

Please sign in to comment.