Skip to content

Commit

Permalink
Packages: Prepare changelogs for the upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Jul 11, 2018
1 parent 46e2c2d commit 76c16e9
Show file tree
Hide file tree
Showing 16 changed files with 73 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/a11y/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Unreleased (1.1.0)

- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
5 changes: 5 additions & 0 deletions packages/autop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased (1.1.0)

- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.0.6 (2018-05-08)

- Documentation: Fix API method typo for `removep`. ([#120](https://github.com/WordPress/packages/pull/120))
5 changes: 5 additions & 0 deletions packages/babel-plugin-makepot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased (2.0.0)

- Breaking: Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.0.1 (2018-05-18)

- Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
5 changes: 5 additions & 0 deletions packages/babel-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased (2.0.0)

- Breaking: Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.3.0 (2018-05-22)

- Added support for async generator functions ([#126](https://github.com/WordPress/packages/pull/126))
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
},
"files": [
"build",
"build-module"
],
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=8"
},
"files": [
"build",
"build-module"
],
"dependencies": {
"@babel/plugin-proposal-async-generator-functions": "^7.0.0-beta.52",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.52",
Expand Down
4 changes: 4 additions & 0 deletions packages/browserslist-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased (2.2.0)

- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 2.1.4 (2018-05-18)

- Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
Expand Down
4 changes: 4 additions & 0 deletions packages/custom-templated-path-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased (1.1.0)

- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.0.2 (2018-05-18)

- Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
4 changes: 4 additions & 0 deletions packages/dom-ready/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Unreleased (1.1.0)

- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
5 changes: 5 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased (1.2.0)

- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.1.8 (2018-05-08)

- Documentation: Improve usage examples ([#121](https://github.com/WordPress/packages/pull/121))
Expand Down
5 changes: 5 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased (1.2.0)

- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.1.1 (2018-05-18)

- Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
5 changes: 5 additions & 0 deletions packages/is-shallow-equal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased (1.1.0)

- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.0.2 (2018-05-08)

- Fix: Use implicit `index.js` for main entry ([#124](https://github.com/WordPress/packages/pull/124))
Expand Down
4 changes: 3 additions & 1 deletion packages/jest-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Unreleased (2.0.0)

- Breaking: Add new API methods `toHaveInformed`, `toHaveInformedWith`, `toHaveLogged` and `toHaveLoggedWith` ([137](https://github.com/WordPress/packages/pull/137)). If the code under test calls `console.log` or `console.info` it will fail, unless one of the newly introduced methods is explicitly used to verify it.
- Breaking: Add new API methods `toHaveInformed`, `toHaveInformedWith`, `toHaveLogged` and `toHaveLoggedWith` ([#137](https://github.com/WordPress/packages/pull/137)). If the code under test calls `console.log` or `console.info` it will fail, unless one of the newly introduced methods is explicitly used to verify it.
- Breaking: Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.0.7 (2018-05-18)

Expand Down
5 changes: 5 additions & 0 deletions packages/jest-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased (2.0.0)

- Breaking: Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.0.6 (2018-05-18)

- Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
Expand Down
5 changes: 5 additions & 0 deletions packages/npm-package-json-lint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased (1.1.0)

- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.0.0 (2018-05-18)

- Initial release `@wordpress/npm-package-json-lint-config` ([#119](https://github.com/WordPress/packages/pull/119))
5 changes: 5 additions & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased (2.0.0)

- Breaking: Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.2.0 (2018-05-29)

- Added support for `lint-pkg-json` script ([#128](https://github.com/WordPress/packages/pull/128))
Expand Down
5 changes: 5 additions & 0 deletions packages/wordcount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased (1.1.0)

- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))

## 1.0.3 (2018-05-18)

- Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
Expand Down

0 comments on commit 76c16e9

Please sign in to comment.