@automattic/jetpack-shared-extension-utils 0.17.2 → 0.17.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 +7 -2
- package/package.json +5 -5
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.17.3] - 2025-02-24
|
|
9
|
+
### Changed
|
|
10
|
+
- Update dependencies. [#40231]
|
|
11
|
+
|
|
8
12
|
## [0.17.2] - 2025-02-17
|
|
9
13
|
### Changed
|
|
10
14
|
- Update dependencies. [#40231]
|
|
@@ -15,8 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
19
|
|
|
16
20
|
## [0.17.0] - 2025-02-05
|
|
17
21
|
### Changed
|
|
18
|
-
- External Media: Move
|
|
19
|
-
-
|
|
22
|
+
- External Media: Move GooglePhotosMedia, OpenverseMedia, and PexelsMedia components to @automattic/jetpack-shared-extension-utils. [#41078]
|
|
23
|
+
- Update package dependencies. [#41491] [#41577]
|
|
20
24
|
|
|
21
25
|
## [0.16.5] - 2025-01-27
|
|
22
26
|
### Changed
|
|
@@ -536,6 +540,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
536
540
|
### Changed
|
|
537
541
|
- Core: prepare utility for release
|
|
538
542
|
|
|
543
|
+
[0.17.3]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.17.2...0.17.3
|
|
539
544
|
[0.17.2]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.17.1...0.17.2
|
|
540
545
|
[0.17.1]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.17.0...0.17.1
|
|
541
546
|
[0.17.0]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.16.5...0.17.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-shared-extension-utils",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.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": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@automattic/color-studio": "4.0.0",
|
|
22
|
-
"@automattic/jetpack-analytics": "^0.1.
|
|
23
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
24
|
-
"@automattic/jetpack-components": "^0.67.
|
|
25
|
-
"@automattic/jetpack-connection": "^0.
|
|
22
|
+
"@automattic/jetpack-analytics": "^0.1.36",
|
|
23
|
+
"@automattic/jetpack-base-styles": "^0.6.43",
|
|
24
|
+
"@automattic/jetpack-components": "^0.67.1",
|
|
25
|
+
"@automattic/jetpack-connection": "^0.37.0",
|
|
26
26
|
"@wordpress/api-fetch": "7.17.0",
|
|
27
27
|
"@wordpress/block-editor": "14.12.0",
|
|
28
28
|
"@wordpress/components": "29.3.0",
|