@wordpress/annotations 3.1.0 → 3.3.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.3.0 (2024-07-10)
|
|
6
|
+
|
|
7
|
+
## 3.2.0 (2024-06-26)
|
|
8
|
+
|
|
5
9
|
## 3.1.0 (2024-06-15)
|
|
6
10
|
|
|
7
11
|
## 3.0.0 (2024-05-31)
|
|
@@ -137,7 +141,7 @@
|
|
|
137
141
|
|
|
138
142
|
## 1.24.0 (2020-12-17)
|
|
139
143
|
|
|
140
|
-
### New
|
|
144
|
+
### New Features
|
|
141
145
|
|
|
142
146
|
- Added a store definition `store` for the annotations namespace to use with `@wordpress/data` API ([#26655](https://github.com/WordPress/gutenberg/pull/26655)).
|
|
143
147
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/annotations",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.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.
|
|
31
|
-
"@wordpress/hooks": "^4.
|
|
32
|
-
"@wordpress/i18n": "^5.
|
|
33
|
-
"@wordpress/rich-text": "^7.
|
|
30
|
+
"@wordpress/data": "^10.3.0",
|
|
31
|
+
"@wordpress/hooks": "^4.3.0",
|
|
32
|
+
"@wordpress/i18n": "^5.3.0",
|
|
33
|
+
"@wordpress/rich-text": "^7.3.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": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
|
|
43
43
|
}
|