@automattic/jetpack-shared-extension-utils 0.17.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -5,14 +5,22 @@ 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
+
12
+ ## [0.17.2] - 2025-02-17
13
+ ### Changed
14
+ - Update dependencies. [#40231]
15
+
8
16
  ## [0.17.1] - 2025-02-11
9
17
  ### Changed
10
18
  - Update dependencies. [#40231]
11
19
 
12
20
  ## [0.17.0] - 2025-02-05
13
21
  ### Changed
14
- - External Media: Move the GooglePhotosMedia, OpenverseMedia, PexelsMedia to @automattic/jetpack-shared-extension-utils [#41078]
15
- - Updated package dependencies. [#41491] [#41577]
22
+ - External Media: Move GooglePhotosMedia, OpenverseMedia, and PexelsMedia components to @automattic/jetpack-shared-extension-utils. [#41078]
23
+ - Update package dependencies. [#41491] [#41577]
16
24
 
17
25
  ## [0.16.5] - 2025-01-27
18
26
  ### Changed
@@ -532,6 +540,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
532
540
  ### Changed
533
541
  - Core: prepare utility for release
534
542
 
543
+ [0.17.3]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.17.2...0.17.3
544
+ [0.17.2]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.17.1...0.17.2
535
545
  [0.17.1]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.17.0...0.17.1
536
546
  [0.17.0]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.16.5...0.17.0
537
547
  [0.16.5]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.16.4...0.16.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-shared-extension-utils",
3
- "version": "0.17.1",
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.35",
23
- "@automattic/jetpack-base-styles": "^0.6.42",
24
- "@automattic/jetpack-components": "^0.66.1",
25
- "@automattic/jetpack-connection": "^0.36.6",
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",