Skip to content

Commit

Permalink
Update packages changelogs after release (WordPress#11766)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 12, 2018
1 parent 77dc284 commit c1ae13e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/CHANGELOG.md
@@ -1,4 +1,4 @@
## 2.2.3 (Unreleased)
## 2.2.3 (2018-11-12)

### Bug Fixes

Expand Down Expand Up @@ -56,7 +56,7 @@

### Breaking Change

- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods.
- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods.

### Deprecations

Expand Down
2 changes: 1 addition & 1 deletion packages/components/CHANGELOG.md
@@ -1,4 +1,4 @@
## 6.0.1 (Unreleased)
## 6.0.1 (2018-11-12)

### Bug Fixes

Expand Down
2 changes: 2 additions & 0 deletions packages/edit-post/CHANGELOG.md
@@ -1,3 +1,5 @@
## 3.0.1 (2018-11-12)

## 3.0.0 (2018-11-12)

### Breaking Change
Expand Down
3 changes: 1 addition & 2 deletions packages/editor/CHANGELOG.md
@@ -1,10 +1,9 @@
## 7.0.1 (Unreleased)
## 7.0.1 (2018-11-12)

### Polish

- Remove unnecessary `locale` prop usage [#11649](https://github.com/WordPress/gutenberg/pull/11649)


### Bug Fixes

- Fix multi-selection triggering too often when using floated blocks.
Expand Down
2 changes: 2 additions & 0 deletions packages/format-library/CHANGELOG.md
@@ -1,3 +1,5 @@
## 1.2.1 (2018-11-12)

## 1.2.0 (2018-11-12)

## New Feature
Expand Down
2 changes: 2 additions & 0 deletions packages/list-reusable-blocks/CHANGELOG.md
@@ -1,3 +1,5 @@
## 1.1.11 (2018-11-12)

## 1.1.10 (2018-11-10)

## 1.1.9 (2018-11-09)
Expand Down
4 changes: 3 additions & 1 deletion packages/nux/CHANGELOG.md
@@ -1,3 +1,5 @@
## 2.0.13 (2018-11-12)

## 2.0.12 (2018-11-12)

## 2.0.11 (2018-11-09)
Expand All @@ -24,4 +26,4 @@

### Breaking Change

- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods.
- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods.

0 comments on commit c1ae13e

Please sign in to comment.