From b6d87122f34e0dccfe19f23fbb6593c8b58a2ce5 Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Sun, 2 Feb 2020 19:34:04 +0100 Subject: [PATCH] Docs: Include CHANGELOG entries from the relocated create-wordpress-block package --- packages/create-block/CHANGELOG.md | 36 +++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/packages/create-block/CHANGELOG.md b/packages/create-block/CHANGELOG.md index 872fdec9f6fde..4caef89dc9720 100644 --- a/packages/create-block/CHANGELOG.md +++ b/packages/create-block/CHANGELOG.md @@ -11,4 +11,38 @@ ### Internal -- Imported from `create-wordpress-block` npm packgage ([#19773](https://github.com/WordPress/gutenberg/pull/19773)). +- Relocated npm packge from `create-wordpress-block` to `@wordpress/create-block` ([#19773](https://github.com/WordPress/gutenberg/pull/19773)). + +## 0.5.0 (2020-01-08) + +### New Features + +- Update templates to include WordPress plugin metadata by default. + +## 0.4.3 (2020-01-08) + +### Bug Fix + +- Print available commands only for ESNext template. + +## 0.4.0 (2019-12-17) + +### New Features + +- Add full support for ESNext template, including `wp-scripts` bootstrapping. + +### Enhancements + +- Improve the feedback shared on the console while scaffolding a block. + +## 0.3.2 (2019-12-16) + +### Bug Fix + +- Fix the paths pointing to the JS build file listed in PHP file in the ESNext template. + +## 0.3.0 (2019-12-16) + +### New Features + +- Added support for template types. `esnext` becomes the default one. `es5` is still available as an option.