Skip to content

Commit

Permalink
Scripts: Update changelog to remove unleased entries to Unreleased se…
Browse files Browse the repository at this point in the history
…ction (#23178)
  • Loading branch information
ocean90 authored Jun 16, 2020
1 parent aad6af7 commit 558b3a7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

### Breaking Changes

- The bundled `stylelint` dependency has been updated from requiring `^9.10.1` to requiring `^13.6.0`.
- The bundled `stylelint-config-wordpress` dependency has been updated from requiring `^13.1.0` to requiring `^17.0.0`.

### Bug Fixes

- During rebuilds, all webpack assets that are not used anymore will be removed automatically.

## 11.0.0 (2020-06-15)

### Breaking Changes
Expand All @@ -10,8 +19,6 @@
- The default Babel configuration has changed to only support stage-4 proposals. This affects the `build` and `start` commands that use the bundled Babel configuration; if a project provides its own, this change doesn't affect it ([#22083](https://github.com/WordPress/gutenberg/pull/22083)).
- The bundled `wp-prettier` dependency has been upgraded from `1.19.1` to `2.0.5`. Refer to the [Prettier 2.0 "2020" blog post](https://prettier.io/blog/2020/03/21/2.0.0.html) for full details about the major changes included in Prettier 2.0.
- The bundled `eslint` dependency has been updated from requiring `^6.8.0` to requiring `^7.1.0`.
- The bundled `stylelint` dependency has been updated from requiring `^9.10.1` to requiring `^13.6.0`.
- The bundled `stylelint-config-wordpress` dependency has been updated from requiring `^13.1.0` to requiring `^17.0.0`.

### New Feature

Expand All @@ -20,7 +27,6 @@
### Bug Fixes

- Update webpack configuration to not run the Sass loader on CSS files. It's now limited to .scss and .sass files.
- During rebuilds, all webpack assets that are not used anymore will be removed automatically.
- Fix broken `style.(sc|sa|c)ss` handling in the `build` and `start` scripts ([#23127](https://github.com/WordPress/gutenberg/pull/23127)).

## 10.0.0 (2020-05-28)
Expand Down

0 comments on commit 558b3a7

Please sign in to comment.