@wordpress/primitives 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/package.json +3 -3
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)
@@ -48,7 +50,7 @@
48
50
 
49
51
  ## 3.40.0 (2023-09-20)
50
52
 
51
- ### Enhancement
53
+ ### Enhancements
52
54
 
53
55
  - `<SVG>` now forwards ref to the underlying `<svg>` element ([#54492](https://github.com/WordPress/gutenberg/pull/54492)).
54
56
 
@@ -132,7 +134,7 @@
132
134
 
133
135
  ## 3.0.0 (2021-07-29)
134
136
 
135
- ### Breaking Change
137
+ ### Breaking Changes
136
138
 
137
139
  - 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).
138
140
 
@@ -151,13 +153,13 @@
151
153
 
152
154
  ## 1.5.0 (2020-05-14)
153
155
 
154
- ### New Feature
156
+ ### New Features
155
157
 
156
158
  - Include TypeScript type declarations ([#21781](https://github.com/WordPress/gutenberg/pull/21781))
157
159
 
158
160
  ## 1.3.1 (2020-04-15)
159
161
 
160
- ### Bug Fix
162
+ ### Bug Fixes
161
163
 
162
164
  - Hide TypeScript type declarations ([#21613](https://github.com/WordPress/gutenberg/pull/21613))
163
165
  after they were found to conflict with DefinitelyTyped provided declarations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/primitives",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "WordPress cross-platform primitives.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -32,11 +32,11 @@
32
32
  "types": "build-types",
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.16.0",
35
- "@wordpress/element": "^6.1.0",
35
+ "@wordpress/element": "^6.2.0",
36
36
  "clsx": "^2.1.1"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
41
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
42
42
  }