@wordpress/nux 9.1.0 → 9.3.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 +7 -3
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 9.3.0 (2024-07-10)
6
+
7
+ ## 9.2.0 (2024-06-26)
8
+
5
9
  ## 9.1.0 (2024-06-15)
6
10
 
7
11
  ## 9.0.0 (2024-05-31)
@@ -98,7 +102,7 @@
98
102
 
99
103
  ## 5.0.0 (2021-07-29)
100
104
 
101
- ### Breaking Change
105
+ ### Breaking Changes
102
106
 
103
107
  - 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).
104
108
 
@@ -117,7 +121,7 @@
117
121
 
118
122
  ## 3.24.0 (2020-12-17)
119
123
 
120
- ### New Feature
124
+ ### New Features
121
125
 
122
126
  - Added a store definition `store` for the core data namespace to use with `@wordpress/data` API ([#26655](https://github.com/WordPress/gutenberg/pull/26655)).
123
127
 
@@ -169,6 +173,6 @@
169
173
 
170
174
  ## 2.0.0 (2018-09-05)
171
175
 
172
- ### Breaking Change
176
+ ### Breaking Changes
173
177
 
174
178
  - Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/nux",
3
- "version": "9.1.0",
3
+ "version": "9.3.0",
4
4
  "description": "NUX (New User eXperience) module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -32,13 +32,13 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.16.0",
35
- "@wordpress/components": "^28.1.0",
36
- "@wordpress/compose": "^7.1.0",
37
- "@wordpress/data": "^10.1.0",
38
- "@wordpress/deprecated": "^4.1.0",
39
- "@wordpress/element": "^6.1.0",
40
- "@wordpress/i18n": "^5.1.0",
41
- "@wordpress/icons": "^10.1.0"
35
+ "@wordpress/components": "^28.3.0",
36
+ "@wordpress/compose": "^7.3.0",
37
+ "@wordpress/data": "^10.3.0",
38
+ "@wordpress/deprecated": "^4.3.0",
39
+ "@wordpress/element": "^6.3.0",
40
+ "@wordpress/i18n": "^5.3.0",
41
+ "@wordpress/icons": "^10.3.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "^18.0.0",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
50
+ "gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
51
51
  }