@wordpress/prettier-config 2.0.1 → 2.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 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/prettier-config",
3
- "version": "2.0.1",
3
+ "version": "2.1.1-next.4d3b314fd5.0",
4
4
  "description": "WordPress Prettier shared configuration.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "f6021282457317c7e12dcc3a3f02c9ac28e16a30"
36
+ "gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
37
37
  }
package/CHANGELOG.md DELETED
@@ -1,35 +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
- ## 2.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
- ### Bug Fix
12
-
13
- - Packages: Replace `is-plain-obj` with native functionality ([#43511](https://github.com/WordPress/gutenberg/pull/43511)).
14
-
15
- ## 1.2.0 (2022-04-21)
16
-
17
- ### Enhancement
18
-
19
- - Add additional configuration for CSS styles to better align with [CSS Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/) ([#40479](https://github.com/WordPress/gutenberg/pull/40479)).
20
-
21
- ### Bug Fix
22
-
23
- - Ensure that the config can work with both `prettier` and `wp-prettier` without reporting warnings ([#40479](https://github.com/WordPress/gutenberg/pull/40479)).
24
-
25
- ## 1.0.0 (2021-01-21)
26
-
27
- ### Breaking Changes
28
-
29
- - Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
30
-
31
- ## 0.1.0 (2020-04-01)
32
-
33
- ### Initial Release
34
-
35
- - The config was extracted from `@wordpress/scripts` package ([#20026](https://github.com/WordPress/gutenberg/pull/20026)).