@wordpress/primitives 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 +8 -4
  2. package/package.json +3 -3
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
@@ -46,7 +50,7 @@
46
50
 
47
51
  ## 3.40.0 (2023-09-20)
48
52
 
49
- ### Enhancement
53
+ ### Enhancements
50
54
 
51
55
  - `<SVG>` now forwards ref to the underlying `<svg>` element ([#54492](https://github.com/WordPress/gutenberg/pull/54492)).
52
56
 
@@ -130,7 +134,7 @@
130
134
 
131
135
  ## 3.0.0 (2021-07-29)
132
136
 
133
- ### Breaking Change
137
+ ### Breaking Changes
134
138
 
135
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).
136
140
 
@@ -149,13 +153,13 @@
149
153
 
150
154
  ## 1.5.0 (2020-05-14)
151
155
 
152
- ### New Feature
156
+ ### New Features
153
157
 
154
158
  - Include TypeScript type declarations ([#21781](https://github.com/WordPress/gutenberg/pull/21781))
155
159
 
156
160
  ## 1.3.1 (2020-04-15)
157
161
 
158
- ### Bug Fix
162
+ ### Bug Fixes
159
163
 
160
164
  - Hide TypeScript type declarations ([#21613](https://github.com/WordPress/gutenberg/pull/21613))
161
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.0.1",
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.0.1",
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": "0e973525f7787401b5a544e0727774d52a78639f"
41
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
42
42
  }