@wordpress/annotations 3.1.0 → 3.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 +3 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 3.2.0 (2024-06-26)
6
+
5
7
  ## 3.1.0 (2024-06-15)
6
8
 
7
9
  ## 3.0.0 (2024-05-31)
@@ -137,7 +139,7 @@
137
139
 
138
140
  ## 1.24.0 (2020-12-17)
139
141
 
140
- ### New Feature
142
+ ### New Features
141
143
 
142
144
  - Added a store definition `store` for the annotations namespace to use with `@wordpress/data` API ([#26655](https://github.com/WordPress/gutenberg/pull/26655)).
143
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/annotations",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Annotate content in the Gutenberg editor.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -27,10 +27,10 @@
27
27
  "react-native": "src/index",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
- "@wordpress/data": "^10.1.0",
31
- "@wordpress/hooks": "^4.1.0",
32
- "@wordpress/i18n": "^5.1.0",
33
- "@wordpress/rich-text": "^7.1.0",
30
+ "@wordpress/data": "^10.2.0",
31
+ "@wordpress/hooks": "^4.2.0",
32
+ "@wordpress/i18n": "^5.2.0",
33
+ "@wordpress/rich-text": "^7.2.0",
34
34
  "uuid": "^9.0.1"
35
35
  },
36
36
  "peerDependencies": {
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
42
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
43
43
  }