@wordpress/browserslist-config 5.0.1 → 5.1.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 -84
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/browserslist-config",
3
- "version": "5.0.1",
3
+ "version": "5.1.1-next.4d3b314fd5.0",
4
4
  "description": "WordPress Browserslist shared configuration.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -29,5 +29,5 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "f6021282457317c7e12dcc3a3f02c9ac28e16a30"
32
+ "gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
33
33
  }
package/CHANGELOG.md DELETED
@@ -1,84 +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
- ## 5.0.0 (2022-08-24)
6
-
7
- ### Breaking Change
8
-
9
- - Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
10
-
11
- ## 4.0.0 (2021-05-14)
12
-
13
- ### Breaking Changes
14
-
15
- - Drop support for Internet Explorer 11 ([#31110](https://github.com/WordPress/gutenberg/pull/31110)). Learn more at https://make.wordpress.org/core/2021/04/22/ie-11-support-phase-out-plan/.
16
- - Increase the minimum Node.js version to v12 matching Long Term Support releases ([#31270](https://github.com/WordPress/gutenberg/pull/31270)). Learn more at https://nodejs.org/en/about/releases/.
17
-
18
- ## 3.0.0 (2021-01-21)
19
-
20
- ### Breaking Changes
21
-
22
- - Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
23
-
24
- ## 2.2.0 (2018-07-12)
25
-
26
- ### Internal
27
-
28
- - Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
29
-
30
- ## 2.1.4 (2018-05-18)
31
-
32
- ### Polish
33
-
34
- - Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
35
-
36
- ## 2.1.3 (2018-05-18)
37
-
38
- ### Polish
39
-
40
- - Docs update of the Browserslist example repo URL ([#98](https://github.com/WordPress/packages/pull/98))
41
-
42
- ## 2.1.2 (2018-02-28)
43
-
44
- ### Polish
45
-
46
- - Removed `package-lock.json` file, lockfiles for apps, not packages ([#88](https://github.com/WordPress/packages/pull/88))
47
-
48
- ## 2.1.1 (2018-02-21)
49
-
50
- ### Polish
51
-
52
- - Added "Code is Poetry" footer to README.md ([#82](https://github.com/WordPress/packages/pull/82))
53
-
54
- ## 2.1.0 (2018-02-15)
55
-
56
- ### New Feature
57
-
58
- - Updated Browserslist to v3.1.0 ([#81](https://github.com/WordPress/packages/pull/81))
59
-
60
- ## 2.0.0
61
-
62
- ### Breaking Change
63
-
64
- - Transfer to @wordpress npm organization.
65
- - Published as @wordpress/browserslist-config.
66
-
67
- ## 1.1.0
68
-
69
- ### New Feature
70
-
71
- - Add browserslist tests.
72
- - Refactor per coding standards.
73
-
74
- ## 1.0.1
75
-
76
- ### Polish
77
-
78
- - Update installation documentation.
79
-
80
- ## 1.0.0
81
-
82
- ### New Feature
83
-
84
- - Initial release.