Skip to content

Commit

Permalink
Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xander-marjoram committed Apr 30, 2024
1 parent a17cfca commit 42305dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v7.57.0

_April 30, 2024_

### Changed

- Updated babel dependencies.

### Removed

- Babel plugin proposals which are now included in preset-env:
- `plugin-proposal-class-properties`
- `plugin-proposal-optional-chaining`


## v7.56.2

_April 29, 2024_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "7.56.2",
"version": "7.57.0",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run build --continue --token=${TURBO_TOKEN}",
Expand Down

0 comments on commit 42305dc

Please sign in to comment.