Skip to content

Commit

Permalink
Add release date and version to CHANGELOG files
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed May 21, 2019
1 parent 389f5b8 commit cc6d90e
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/autop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 2.3.0 (2019-05-21)

### Bug Fix

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-makepot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v2.2.0 (2019-03-06)
## 2.2.0 (2019-03-06)

### Bug Fix

Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 4.2.0 (2019-05-21)

### New Features

Expand All @@ -7,7 +7,7 @@

## 4.0.0 (2019-03-06)

### Breaking Change
### Breaking Changes

- Removed `babel-core` dependency acting as Babel 7 bridge ([#13922](https://github.com/WordPress/gutenberg/pull/13922). Ensure all references to `babel-core` are replaced with `@babel/core` .
- Preset updated to include `@wordpress/babel-plugin-import-jsx-pragma` plugin integration ([#13540](https://github.com/WordPress/gutenberg/pull/13540)). It should no longer be explicitly included in your Babel config.
Expand Down
6 changes: 3 additions & 3 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Master
## 7.4.0 (2019-05-21)

### New Features
### New Feature

- Added a new `HorizontalRule` component.

### Bug Fixes
### Bug Fix

- Fixed display of reset button when using RangeControl `allowReset` prop.
- Fixed minutes field of `DateTimePicker` missed '0' before single digit values.
Expand Down
2 changes: 1 addition & 1 deletion packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 4.5.0 (2019-05-21)

### Bug Fix

Expand Down
2 changes: 1 addition & 1 deletion packages/dependency-extraction-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 1.0.0 (2019-05-21)

### New Feature

Expand Down
4 changes: 2 additions & 2 deletions packages/docgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Master
## 1.2.0 (2019-05-21)

### Enhancements
### Enhancement

- Docblocks including a `@private` tag will be omitted from the generated result.

Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 2.0.0 (2019-05-21)

### Requirements

Expand Down
4 changes: 2 additions & 2 deletions packages/edit-post/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Master
## 3.4.0 (2019-05-21)

### New Features
### New Feature

- Implement the `addToGallery` option in the `MediaUpload` hook. The option allows users to open the media modal in the `gallery-library`instead of `gallery-edit` state.

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## x.x.x (Unreleased)
## 2.2.0 (2019-05-21)

### New Features

Expand Down
4 changes: 2 additions & 2 deletions packages/jest-puppeteer-axe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased
## 1.1.0 (2019-05-21)

### New features
### New Feature

- Added optional `disabledRules` option to use with `toPassAxeTests` matcher.

Expand Down

0 comments on commit cc6d90e

Please sign in to comment.