Skip to content

Commit

Permalink
Release 8.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Jan 24, 2023
1 parent 6ca3ee5 commit 1f06e69
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@

## v8.0.0-beta.0 (2023-01-24)

#### :boom: Breaking Change
* [#460](https://github.com/babel/ember-cli-babel/pull/460) Update `broccoli-babel-transpiler` to v8.0.0-beta.1 ([@bertdeblock](https://github.com/bertdeblock))
* [#458](https://github.com/babel/ember-cli-babel/pull/458) Drop support for the `includePolyfill` option ([@bertdeblock](https://github.com/bertdeblock))
* [#454](https://github.com/babel/ember-cli-babel/pull/454) Drop support for Node < v14 and add support for Node v16 and v18 ([@bertdeblock](https://github.com/bertdeblock))
* [#452](https://github.com/babel/ember-cli-babel/pull/452) Move `@babel/core` to `peerDependencies` to resolve peer dependency warnings and errors ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :rocket: Enhancement
* [#454](https://github.com/babel/ember-cli-babel/pull/454) Drop support for Node < v14 and add support for Node v16 and v18 ([@bertdeblock](https://github.com/bertdeblock))

#### :bug: Bug Fix
* [#452](https://github.com/babel/ember-cli-babel/pull/452) Move `@babel/core` to `peerDependencies` to resolve peer dependency warnings and errors ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :memo: Documentation
* [#464](https://github.com/babel/ember-cli-babel/pull/464) Add upgrading to v8 guide ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 4
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
- [@colenso](https://github.com/colenso)

## v7.26.11 (2021-12-22)

#### :bug: Bug Fix
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": "ember-cli-babel",
"version": "7.26.11",
"version": "8.0.0-beta.0",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down

0 comments on commit 1f06e69

Please sign in to comment.