Skip to content

Commit

Permalink
Fix leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Mar 16, 2023
1 parent 03f50e5 commit e471f3d
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 24 deletions.
9 changes: 6 additions & 3 deletions package-lock.json

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

4 changes: 0 additions & 4 deletions packages/create-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Unreleased

### Breaking Change

- Increase the minimum Node.js version to 14 ([#48950](https://github.com/WordPress/gutenberg/pull/48950)).

## 4.13.0 (2023-03-15)

## 4.12.0 (2023-03-01)
Expand Down
3 changes: 2 additions & 1 deletion packages/create-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=14"
"node": ">=14",
"npm": ">=6.14.4"
},
"files": [
"lib"
Expand Down
4 changes: 0 additions & 4 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Unreleased

### Breaking Change

- Increase the minimum Node.js version to 14 ([#48950](https://github.com/WordPress/gutenberg/pull/48950)).

## 14.2.0 (2023-03-15)

## 14.1.0 (2023-03-01)
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=14"
"node": ">=14",
"npm": ">=6.14.4"
},
"files": [
"configs",
Expand Down
4 changes: 0 additions & 4 deletions packages/lazy-import/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Unreleased

### Breaking Change

- Increase the minimum Node.js version to 14 ([#48950](https://github.com/WordPress/gutenberg/pull/48950)).

## 1.16.0 (2023-03-15)

## 1.15.0 (2023-03-01)
Expand Down
4 changes: 0 additions & 4 deletions packages/readable-js-assets-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Unreleased

### Breaking Change

- Increase the minimum Node.js version to 14 ([#48950](https://github.com/WordPress/gutenberg/pull/48950)).

## 2.12.0 (2023-03-15)

## 2.11.0 (2023-03-01)
Expand Down
1 change: 0 additions & 1 deletion packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
### Breaking Changes

- Started using Jest v29 instead of v27 as a dependency. See [breaking changes in Jest 28](https://jestjs.io/blog/2022/04/25/jest-28) and [in jest 29](https://jestjs.io/blog/2022/08/25/jest-29) ([#47388](https://github.com/WordPress/gutenberg/pull/47388))
- Increase the minimum Node.js version to 14 ([#48950](https://github.com/WordPress/gutenberg/pull/48950)).

## 25.5.1 (2023-03-06)

Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You only need to install one npm module:
npm install @wordpress/scripts --save-dev
```

**Note**: This package requires Node.js 14.0.0 or later. It is not compatible with older versions.
**Note**: This package requires Node.js 14.0.0 or later, and `npm` 6.14.4 or later. It is not compatible with older versions.

## Setup

Expand Down
3 changes: 2 additions & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=14"
"node": ">=14",
"npm": ">=6.14.4"
},
"files": [
"bin",
Expand Down

0 comments on commit e471f3d

Please sign in to comment.