@wordpress/react-i18n 4.1.0 → 4.2.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 +3 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.2.0 (2024-06-26)
|
|
6
|
+
|
|
5
7
|
## 4.1.0 (2024-06-15)
|
|
6
8
|
|
|
7
9
|
## 4.0.0 (2024-05-31)
|
|
@@ -124,7 +126,7 @@
|
|
|
124
126
|
|
|
125
127
|
## 3.0.0 (2021-07-29)
|
|
126
128
|
|
|
127
|
-
### Breaking
|
|
129
|
+
### Breaking Changes
|
|
128
130
|
|
|
129
131
|
- Upgraded React components to work with v17.0 ([#29118](https://github.com/WordPress/gutenberg/pull/29118)). There are no new features in React v17.0 as explained in the [blog post](https://reactjs.org/blog/2020/10/20/react-v17.html).
|
|
130
132
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/react-i18n",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "React bindings for @wordpress/i18n.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"sideEffects": false,
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "^7.16.0",
|
|
32
|
-
"@wordpress/element": "^6.
|
|
33
|
-
"@wordpress/i18n": "^5.
|
|
32
|
+
"@wordpress/element": "^6.2.0",
|
|
33
|
+
"@wordpress/i18n": "^5.2.0",
|
|
34
34
|
"utility-types": "^3.10.0"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
|
|
40
40
|
}
|