@wordpress/react-i18n 4.0.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.2.0 (2024-06-26)
6
+
7
+ ## 4.1.0 (2024-06-15)
8
+
5
9
  ## 4.0.0 (2024-05-31)
6
10
 
7
11
  ### Breaking Changes
@@ -122,7 +126,7 @@
122
126
 
123
127
  ## 3.0.0 (2021-07-29)
124
128
 
125
- ### Breaking Change
129
+ ### Breaking Changes
126
130
 
127
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).
128
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/react-i18n",
3
- "version": "4.0.1",
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.0.1",
33
- "@wordpress/i18n": "^5.0.1",
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": "0e973525f7787401b5a544e0727774d52a78639f"
39
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
40
40
  }