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