@automattic/jetpack-shared-extension-utils 1.4.11 → 1.4.12

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 +6 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -5,12 +5,16 @@ 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
+ ## [1.4.12] - 2026-02-16
9
+ ### Changed
10
+ - Update package dependencies. [#47099]
11
+
8
12
  ## [1.4.11] - 2026-02-10
9
13
  ### Added
10
14
  - Shared Extension Utils: Add separate site type utils export. [#46938]
11
15
 
12
16
  ### Removed
13
- - Removed Chrome AI tokens type and mapping. [#46896]
17
+ - Remove Chrome AI tokens type and mapping. [#46896]
14
18
 
15
19
  ## [1.4.10] - 2026-02-04
16
20
  ### Changed
@@ -866,6 +870,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
866
870
  ### Changed
867
871
  - Core: prepare utility for release
868
872
 
873
+ [1.4.12]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.11...1.4.12
869
874
  [1.4.11]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.10...1.4.11
870
875
  [1.4.10]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.9...1.4.10
871
876
  [1.4.9]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.8...1.4.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-shared-extension-utils",
3
- "version": "1.4.11",
3
+ "version": "1.4.12",
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": {
@@ -32,9 +32,9 @@
32
32
  "dependencies": {
33
33
  "@automattic/color-studio": "4.1.0",
34
34
  "@automattic/jetpack-analytics": "^1.0.7",
35
- "@automattic/jetpack-base-styles": "^1.0.15",
36
- "@automattic/jetpack-components": "^1.4.12",
37
- "@automattic/jetpack-connection": "^1.4.33",
35
+ "@automattic/jetpack-base-styles": "^1.0.16",
36
+ "@automattic/jetpack-components": "^1.4.13",
37
+ "@automattic/jetpack-connection": "^1.4.34",
38
38
  "@automattic/jetpack-script-data": "^0.5.4",
39
39
  "@types/jest": "30.0.0",
40
40
  "@wordpress/api-fetch": "7.39.0",
@@ -54,10 +54,10 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@automattic/jetpack-webpack-config": "workspace:*",
57
- "@babel/core": "7.28.4",
58
- "@babel/plugin-transform-react-jsx": "7.27.1",
59
- "@babel/preset-react": "7.27.1",
60
- "@babel/runtime": "7.28.4",
57
+ "@babel/core": "7.29.0",
58
+ "@babel/plugin-transform-react-jsx": "7.28.6",
59
+ "@babel/preset-react": "7.28.5",
60
+ "@babel/runtime": "7.28.6",
61
61
  "@testing-library/dom": "10.4.1",
62
62
  "@testing-library/react": "16.3.0",
63
63
  "@testing-library/user-event": "14.6.1",