@automattic/jetpack-shared-extension-utils 0.10.2 → 0.10.3
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 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.10.3] - 2023-04-17
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated package dependencies. [#30019]
|
|
11
|
+
|
|
8
12
|
## [0.10.2] - 2023-04-04
|
|
9
13
|
### Changed
|
|
10
14
|
- Updated package dependencies. [#29854]
|
|
@@ -193,6 +197,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
193
197
|
### Changed
|
|
194
198
|
- Core: prepare utility for release
|
|
195
199
|
|
|
200
|
+
[0.10.3]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.10.2...0.10.3
|
|
196
201
|
[0.10.2]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.10.1...0.10.2
|
|
197
202
|
[0.10.1]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.10.0...0.10.1
|
|
198
203
|
[0.10.0]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.9.2...0.10.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-shared-extension-utils",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"description": "Utility functions used by the block editor extensions",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"lodash": "4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@babel/core": "7.
|
|
31
|
+
"@babel/core": "7.21.4",
|
|
32
32
|
"@babel/preset-react": "7.18.6",
|
|
33
33
|
"babel-jest": "29.3.1",
|
|
34
34
|
"jest": "29.3.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@testing-library/dom": "8.19.1",
|
|
42
42
|
"@testing-library/react": "13.4.0",
|
|
43
43
|
"@testing-library/user-event": "14.4.3",
|
|
44
|
-
"@babel/plugin-transform-react-jsx": "7.
|
|
44
|
+
"@babel/plugin-transform-react-jsx": "7.21.0"
|
|
45
45
|
},
|
|
46
46
|
"exports": {
|
|
47
47
|
".": "./index.js"
|