@wordpress/npm-package-json-lint-config 4.2.1 → 4.3.1-next.4d3b314fd5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/CHANGELOG.md +0 -59
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/npm-package-json-lint-config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.1-next.4d3b314fd5.0",
|
|
4
4
|
"description": "WordPress npm-package-json-lint shareable configuration.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
|
|
36
36
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->
|
|
2
|
-
|
|
3
|
-
## Unreleased
|
|
4
|
-
|
|
5
|
-
## 4.2.0 (2022-08-24)
|
|
6
|
-
|
|
7
|
-
### Bug Fix
|
|
8
|
-
|
|
9
|
-
- Packages: Replace `is-plain-obj` with native functionality ([#43511](https://github.com/WordPress/gutenberg/pull/43511)).
|
|
10
|
-
|
|
11
|
-
## 4.0.0 (2021-01-21)
|
|
12
|
-
|
|
13
|
-
### Breaking Change
|
|
14
|
-
|
|
15
|
-
- Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
|
|
16
|
-
|
|
17
|
-
### Breaking Changes
|
|
18
|
-
|
|
19
|
-
- Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
|
|
20
|
-
|
|
21
|
-
## 3.0.0 (2020-04-15)
|
|
22
|
-
|
|
23
|
-
### Breaking Change
|
|
24
|
-
|
|
25
|
-
- Add `types` to the order of preferred properties. ([#18942](https://github.com/WordPress/gutenberg/pull/18942))
|
|
26
|
-
|
|
27
|
-
## 2.0.0 (2019-06-12)
|
|
28
|
-
|
|
29
|
-
### Breaking Change
|
|
30
|
-
|
|
31
|
-
- Added `type` and `react-native` to the order of preferred properties.
|
|
32
|
-
|
|
33
|
-
## 1.2.0 (2019-03-06)
|
|
34
|
-
|
|
35
|
-
### Internal
|
|
36
|
-
|
|
37
|
-
- Updated `npm-package-json-lint` dependency [#14200](https://github.com/WordPress/gutenberg/pull/14200)
|
|
38
|
-
|
|
39
|
-
## 1.1.3 (2018-09-05)
|
|
40
|
-
|
|
41
|
-
### Bug Fix
|
|
42
|
-
|
|
43
|
-
- Resolves an issue where npm package lint script did not work in Windows environments ([#9321](https://github.com/WordPress/gutenberg/pull/9321)
|
|
44
|
-
|
|
45
|
-
## 1.1.0 (2018-07-12)
|
|
46
|
-
|
|
47
|
-
### New Feature
|
|
48
|
-
|
|
49
|
-
- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
|
|
50
|
-
|
|
51
|
-
### Internal
|
|
52
|
-
|
|
53
|
-
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
|
|
54
|
-
|
|
55
|
-
## 1.0.0 (2018-05-18)
|
|
56
|
-
|
|
57
|
-
### New Feature
|
|
58
|
-
|
|
59
|
-
- Initial release `@wordpress/npm-package-json-lint-config` ([#119](https://github.com/WordPress/packages/pull/119))
|