@wordpress/autop 3.30.0 → 3.31.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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 3.31.0 (2023-04-12)
6
+
5
7
  ## 3.30.0 (2023-03-29)
6
8
 
7
9
  ## 3.29.0 (2023-03-15)
package/README.md CHANGED
@@ -20,9 +20,7 @@ _This package assumes that your code will run in an **ES2015+** environment. If
20
20
 
21
21
  Replaces double line-breaks with paragraph elements.
22
22
 
23
- A group of regex replaces used to identify text formatted with newlines and
24
- replace double line-breaks with HTML paragraph tags. The remaining line-
25
- breaks after conversion become `<br />` tags, unless br is set to 'false'.
23
+ A group of regex replaces used to identify text formatted with newlines and replace double line-breaks with HTML paragraph tags. The remaining linebreaks after conversion become `<br />` tags, unless br is set to 'false'.
26
24
 
27
25
  _Usage_
28
26
 
@@ -44,8 +42,7 @@ _Returns_
44
42
 
45
43
  Replaces `<p>` tags with two line breaks. "Opposite" of autop().
46
44
 
47
- Replaces `<p>` tags with two line breaks except where the `<p>` has attributes.
48
- Unifies whitespace. Indents `<li>`, `<dt>` and `<dd>` for better readability.
45
+ Replaces `<p>` tags with two line breaks except where the `<p>` has attributes. Unifies whitespace. Indents `<li>`, `<dt>` and `<dd>` for better readability.
49
46
 
50
47
  _Usage_
51
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/autop",
3
- "version": "3.30.0",
3
+ "version": "3.31.0",
4
4
  "description": "WordPress's automatic paragraph functions `autop` and `removep`.",
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": "d5c28a67b11e91e3e4b8e90346bfcb90909364d6"
35
+ "gitHead": "d61700b9f1c72ba0b030fc815ef1685b4f4031ec"
36
36
  }