@wordpress/annotations 3.0.2 → 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.
- package/CHANGELOG.md +5 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.2.0 (2024-06-26)
|
|
6
|
+
|
|
7
|
+
## 3.1.0 (2024-06-15)
|
|
8
|
+
|
|
5
9
|
## 3.0.0 (2024-05-31)
|
|
6
10
|
|
|
7
11
|
### Breaking Changes
|
|
@@ -135,7 +139,7 @@
|
|
|
135
139
|
|
|
136
140
|
## 1.24.0 (2020-12-17)
|
|
137
141
|
|
|
138
|
-
### New
|
|
142
|
+
### New Features
|
|
139
143
|
|
|
140
144
|
- Added a store definition `store` for the annotations namespace to use with `@wordpress/data` API ([#26655](https://github.com/WordPress/gutenberg/pull/26655)).
|
|
141
145
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/annotations",
|
|
3
|
-
"version": "3.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.0
|
|
31
|
-
"@wordpress/hooks": "^4.0
|
|
32
|
-
"@wordpress/i18n": "^5.0
|
|
33
|
-
"@wordpress/rich-text": "^7.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": "
|
|
42
|
+
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
|
|
43
43
|
}
|