@wordpress/widgets 4.0.3 → 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 +6 -2
  2. package/package.json +13 -13
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
@@ -128,7 +132,7 @@
128
132
 
129
133
  ## 2.1.1 (2022-02-10)
130
134
 
131
- ### Bug Fix
135
+ ### Bug Fixes
132
136
 
133
137
  - Removed unused `@wordpress/url` dependency ([#38388](https://github.com/WordPress/gutenberg/pull/38388)).
134
138
 
@@ -136,7 +140,7 @@
136
140
 
137
141
  ## 2.0.0 (2021-07-29)
138
142
 
139
- ### Breaking Change
143
+ ### Breaking Changes
140
144
 
141
145
  - 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).
142
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/widgets",
3
- "version": "4.0.3",
3
+ "version": "4.2.0",
4
4
  "description": "Functionality used by the widgets block editor in the Widgets screen and the Customizer.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -25,17 +25,17 @@
25
25
  "react-native": "src/index",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.16.0",
28
- "@wordpress/api-fetch": "^7.0.1",
29
- "@wordpress/block-editor": "^13.0.3",
30
- "@wordpress/blocks": "^13.0.3",
31
- "@wordpress/components": "^28.0.3",
32
- "@wordpress/compose": "^7.0.1",
33
- "@wordpress/core-data": "^7.0.3",
34
- "@wordpress/data": "^10.0.2",
35
- "@wordpress/element": "^6.0.1",
36
- "@wordpress/i18n": "^5.0.1",
37
- "@wordpress/icons": "^10.0.2",
38
- "@wordpress/notices": "^5.0.2",
28
+ "@wordpress/api-fetch": "^7.2.0",
29
+ "@wordpress/block-editor": "^13.2.0",
30
+ "@wordpress/blocks": "^13.2.0",
31
+ "@wordpress/components": "^28.2.0",
32
+ "@wordpress/compose": "^7.2.0",
33
+ "@wordpress/core-data": "^7.2.0",
34
+ "@wordpress/data": "^10.2.0",
35
+ "@wordpress/element": "^6.2.0",
36
+ "@wordpress/i18n": "^5.2.0",
37
+ "@wordpress/icons": "^10.2.0",
38
+ "@wordpress/notices": "^5.2.0",
39
39
  "clsx": "^2.1.1"
40
40
  },
41
41
  "peerDependencies": {
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "9dd5f8dcfa4fc7242e5d48be20ee789ad087b432"
48
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
49
49
  }