Skip to content

Commit

Permalink
4.7 (#12819)
Browse files Browse the repository at this point in the history
* Bump plugin version to 4.7.0

* chore(release): publish

 - @wordpress/annotations@1.0.4
 - @wordpress/api-fetch@2.2.6
 - @wordpress/block-library@2.2.10
 - @wordpress/block-serialization-default-parser@2.0.2
 - @wordpress/block-serialization-spec-parser@2.0.2
 - @wordpress/blocks@6.0.4
 - @wordpress/components@7.0.4
 - @wordpress/core-data@2.0.15
 - @wordpress/data@4.1.0
 - @wordpress/date@3.0.1
 - @wordpress/edit-post@3.1.5
 - @wordpress/editor@9.0.5
 - @wordpress/eslint-plugin@1.0.0
 - @wordpress/format-library@1.2.8
 - @wordpress/html-entities@2.0.4
 - @wordpress/list-reusable-blocks@1.1.17
 - @wordpress/notices@1.1.1
 - @wordpress/nux@3.0.5
 - @wordpress/rich-text@3.0.3
 - @wordpress/url@2.3.2
 - @wordpress/viewport@2.0.13

* Update changelogs after 4.7 package releases
  • Loading branch information
youknowriad committed Dec 12, 2018
1 parent 4dae3bc commit 6404578
Show file tree
Hide file tree
Showing 45 changed files with 65 additions and 29 deletions.
2 changes: 1 addition & 1 deletion gutenberg.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Gutenberg
* Plugin URI: https://github.com/WordPress/gutenberg
* Description: Printing since 1440. This is the development plugin for the new block editor in core.
* Version: 4.7.0-rc.1
* Version: 4.7.0
* Author: Gutenberg Team
*
* @package gutenberg
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gutenberg",
"version": "4.7.0-rc.1",
"version": "4.7.0",
"private": true,
"description": "A new WordPress editor experience",
"repository": "git+https://github.com/WordPress/gutenberg.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/annotations/CHANGELOG.md
@@ -1,3 +1,5 @@
## 1.0.4 (2018-12-12)

## 1.0.3 (2018-11-21)

## 1.0.2 (2018-11-20)
Expand Down
2 changes: 1 addition & 1 deletion packages/annotations/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/annotations",
"version": "1.0.3",
"version": "1.0.4",
"description": "Annotate content in the Gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/api-fetch/CHANGELOG.md
@@ -1,3 +1,5 @@
## 2.2.6 (2018-12-12)

## 2.2.5 (2018-11-20)

## 2.2.4 (2018-11-15)
Expand Down
2 changes: 1 addition & 1 deletion packages/api-fetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/api-fetch",
"version": "2.2.5",
"version": "2.2.6",
"description": "Utility to make WordPress REST API requests.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/block-library/CHANGELOG.md
@@ -1,3 +1,5 @@
## 2.2.10 (2018-12-12)

## 2.2.9 (2018-11-30)

## 2.2.8 (2018-11-30)
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/block-library",
"version": "2.2.9",
"version": "2.2.10",
"description": "Block library for the WordPress editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/block-serialization-default-parser/CHANGELOG.md
@@ -1,3 +1,5 @@
## 2.0.2 (2018-12-12)

## 2.0.1 (2018-11-30)

## 2.0.0 (2018-11-12)
Expand Down
2 changes: 1 addition & 1 deletion packages/block-serialization-default-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/block-serialization-default-parser",
"version": "2.0.1",
"version": "2.0.2",
"description": "Block serialization specification parser for WordPress posts.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/block-serialization-spec-parser/CHANGELOG.md
@@ -1,3 +1,5 @@
## 2.0.2 (2018-12-12)

## 2.0.1 (2018-11-30)

## 2.0.0 (2018-11-12)
Expand Down
2 changes: 1 addition & 1 deletion packages/block-serialization-spec-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/block-serialization-spec-parser",
"version": "2.0.1",
"version": "2.0.2",
"description": "Block serialization specification parser for WordPress posts.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/blocks/CHANGELOG.md
@@ -1,3 +1,5 @@
## 6.0.4 (2018-12-12)

## 6.0.3 (2018-11-30)

## 6.0.2 (2018-11-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/blocks",
"version": "6.0.3",
"version": "6.0.4",
"description": "Block API for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/components/CHANGELOG.md
@@ -1,3 +1,5 @@
## 7.0.4 (2018-12-12)

## 7.0.3 (2018-11-30)

## 7.0.2 (2018-11-22)
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/components",
"version": "7.0.3",
"version": "7.0.4",
"description": "UI components for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/core-data/CHANGELOG.md
@@ -1,3 +1,5 @@
## 2.0.15 (2018-12-12)

## 2.0.14 (2018-11-20)

## 2.0.13 (2018-11-15)
Expand Down
2 changes: 1 addition & 1 deletion packages/core-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/core-data",
"version": "2.0.14",
"version": "2.0.15",
"description": "Access to and manipulation of core WordPress entities.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/data/CHANGELOG.md
@@ -1,4 +1,4 @@
## 4.1.0 (Unreleased)
## 4.1.0 (2018-12-12)

### New Feature

Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/data",
"version": "4.0.1",
"version": "4.1.0",
"description": "Data module for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/date/CHANGELOG.md
@@ -1,3 +1,5 @@
## 3.0.1 (2018-12-12)

## 3.0.0 (2018-11-15)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/date",
"version": "3.0.0",
"version": "3.0.1",
"description": "Date module for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-post/CHANGELOG.md
@@ -1,4 +1,4 @@
## 3.1.5 (Unreleased)
## 3.1.5 (2018-12-12)

### Bug Fixes
- Fix saving WYSIWYG Meta Boxes
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-post/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/edit-post",
"version": "3.1.4",
"version": "3.1.5",
"description": "Edit Post module for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/CHANGELOG.md
@@ -1,4 +1,4 @@
## 9.0.5 (Unreleased)
## 9.0.5 (2018-12-12)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/editor",
"version": "9.0.4",
"version": "9.0.5",
"description": "Building blocks for WordPress editors.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
5 changes: 5 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
@@ -0,0 +1,5 @@
## 1.0.0 (2018-12-12)

### New Features

- Initial release.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/eslint-plugin",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "ESLint plugin for WordPress development.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/format-library/CHANGELOG.md
@@ -1,3 +1,5 @@
## 1.2.8 (2018-12-12)

## 1.2.7 (2018-11-30)

## 1.2.6 (2018-11-30)
Expand Down
2 changes: 1 addition & 1 deletion packages/format-library/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/format-library",
"version": "1.2.7",
"version": "1.2.8",
"description": "Format library for the WordPress editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/html-entities/CHANGELOG.md
@@ -1,3 +1,5 @@
## 2.0.2 (2018-12-12)

## 2.0.1 (2018-11-21)

## 2.0.0 (2018-09-05)
Expand Down
3 changes: 1 addition & 2 deletions packages/html-entities/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/html-entities",
"version": "2.0.3",
"version": "2.0.4",
"description": "HTML entity utilities for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand All @@ -20,7 +20,6 @@
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"dependencies": {
"@babel/runtime": "^7.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/list-reusable-blocks/CHANGELOG.md
@@ -1,3 +1,5 @@
## 1.1.17 (2018-12-12)

## 1.1.16 (2018-11-30)

## 1.1.15 (2018-11-22)
Expand Down
2 changes: 1 addition & 1 deletion packages/list-reusable-blocks/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/list-reusable-blocks",
"version": "1.1.16",
"version": "1.1.17",
"description": "Adding Export/Import support to the reusable blocks listing.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/notices/CHANGELOG.md
@@ -1,3 +1,5 @@
## 1.1.1 (2018-12-12)

## 1.1.0 (2018-11-20)

### New Feature
Expand Down
2 changes: 1 addition & 1 deletion packages/notices/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/notices",
"version": "1.1.0",
"version": "1.1.1",
"description": "State management for notices.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/nux/CHANGELOG.md
@@ -1,3 +1,5 @@
## 3.0.5 (2018-12-12)

## 3.0.4 (2018-11-30)

## 3.0.3 (2018-11-22)
Expand Down
2 changes: 1 addition & 1 deletion packages/nux/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/nux",
"version": "3.0.4",
"version": "3.0.5",
"description": "NUX (New User eXperience) module for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/rich-text/CHANGELOG.md
@@ -1,4 +1,4 @@
## 3.0.3 (Unreleased)
## 3.0.3 (2018-12-12)

### Internal

Expand Down
2 changes: 1 addition & 1 deletion packages/rich-text/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/rich-text",
"version": "3.0.2",
"version": "3.0.3",
"description": "Rich text value and manipulation API.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/url/CHANGELOG.md
@@ -1,3 +1,5 @@
## 2.3.2 (2018-12-12)

## 2.3.1 (2018-11-20)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/url/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/url",
"version": "2.3.1",
"version": "2.3.2",
"description": "WordPress URL utilities.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions packages/viewport/CHANGELOG.md
@@ -1,3 +1,5 @@
## 2.0.13 (2018-12-12)

## 2.0.12 (2018-11-20)

## 2.0.11 (2018-11-15)
Expand Down
2 changes: 1 addition & 1 deletion packages/viewport/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/viewport",
"version": "2.0.12",
"version": "2.0.13",
"description": "Viewport module for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 6404578

Please sign in to comment.