@wordpress/npm-package-json-lint-config 4.3.0 → 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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -61
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/npm-package-json-lint-config",
3
- "version": "4.3.0",
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": "23e136283fa1d3b8d9d8b33869f871ad5eb77726"
35
+ "gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
36
36
  }
package/CHANGELOG.md DELETED
@@ -1,61 +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.3.0 (2022-09-21)
6
-
7
- ## 4.2.0 (2022-08-24)
8
-
9
- ### Bug Fix
10
-
11
- - Packages: Replace `is-plain-obj` with native functionality ([#43511](https://github.com/WordPress/gutenberg/pull/43511)).
12
-
13
- ## 4.0.0 (2021-01-21)
14
-
15
- ### Breaking Change
16
-
17
- - Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
18
-
19
- ### Breaking Changes
20
-
21
- - Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
22
-
23
- ## 3.0.0 (2020-04-15)
24
-
25
- ### Breaking Change
26
-
27
- - Add `types` to the order of preferred properties. ([#18942](https://github.com/WordPress/gutenberg/pull/18942))
28
-
29
- ## 2.0.0 (2019-06-12)
30
-
31
- ### Breaking Change
32
-
33
- - Added `type` and `react-native` to the order of preferred properties.
34
-
35
- ## 1.2.0 (2019-03-06)
36
-
37
- ### Internal
38
-
39
- - Updated `npm-package-json-lint` dependency [#14200](https://github.com/WordPress/gutenberg/pull/14200)
40
-
41
- ## 1.1.3 (2018-09-05)
42
-
43
- ### Bug Fix
44
-
45
- - Resolves an issue where npm package lint script did not work in Windows environments ([#9321](https://github.com/WordPress/gutenberg/pull/9321)
46
-
47
- ## 1.1.0 (2018-07-12)
48
-
49
- ### New Feature
50
-
51
- - Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
52
-
53
- ### Internal
54
-
55
- - Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
56
-
57
- ## 1.0.0 (2018-05-18)
58
-
59
- ### New Feature
60
-
61
- - Initial release `@wordpress/npm-package-json-lint-config` ([#119](https://github.com/WordPress/packages/pull/119))