@automattic/jetpack-shared-extension-utils 1.4.11 → 1.4.13
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 +11 -1
- package/package.json +11 -12
package/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,20 @@ 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.13] - 2026-02-18
|
|
9
|
+
### Changed
|
|
10
|
+
- Set `.repository.url` in `package.json` to the mirror repo rather than the monorepo. [#47149]
|
|
11
|
+
|
|
12
|
+
## [1.4.12] - 2026-02-16
|
|
13
|
+
### Changed
|
|
14
|
+
- Update package dependencies. [#47099]
|
|
15
|
+
|
|
8
16
|
## [1.4.11] - 2026-02-10
|
|
9
17
|
### Added
|
|
10
18
|
- Shared Extension Utils: Add separate site type utils export. [#46938]
|
|
11
19
|
|
|
12
20
|
### Removed
|
|
13
|
-
-
|
|
21
|
+
- Remove Chrome AI tokens type and mapping. [#46896]
|
|
14
22
|
|
|
15
23
|
## [1.4.10] - 2026-02-04
|
|
16
24
|
### Changed
|
|
@@ -866,6 +874,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
866
874
|
### Changed
|
|
867
875
|
- Core: prepare utility for release
|
|
868
876
|
|
|
877
|
+
[1.4.13]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.12...1.4.13
|
|
878
|
+
[1.4.12]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.11...1.4.12
|
|
869
879
|
[1.4.11]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.10...1.4.11
|
|
870
880
|
[1.4.10]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.9...1.4.10
|
|
871
881
|
[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.
|
|
3
|
+
"version": "1.4.13",
|
|
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": {
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/Automattic/jetpack.git"
|
|
12
|
-
"directory": "projects/js-packages/shared-extension-utils"
|
|
11
|
+
"url": "git+https://github.com/Automattic/jetpack-shared-extension-utils.git"
|
|
13
12
|
},
|
|
14
13
|
"license": "GPL-2.0-or-later",
|
|
15
14
|
"author": "Automattic",
|
|
@@ -31,11 +30,11 @@
|
|
|
31
30
|
},
|
|
32
31
|
"dependencies": {
|
|
33
32
|
"@automattic/color-studio": "4.1.0",
|
|
34
|
-
"@automattic/jetpack-analytics": "^1.0.
|
|
35
|
-
"@automattic/jetpack-base-styles": "^1.0.
|
|
36
|
-
"@automattic/jetpack-components": "^1.4.
|
|
37
|
-
"@automattic/jetpack-connection": "^1.4.
|
|
38
|
-
"@automattic/jetpack-script-data": "^0.5.
|
|
33
|
+
"@automattic/jetpack-analytics": "^1.0.8",
|
|
34
|
+
"@automattic/jetpack-base-styles": "^1.0.17",
|
|
35
|
+
"@automattic/jetpack-components": "^1.4.14",
|
|
36
|
+
"@automattic/jetpack-connection": "^1.4.35",
|
|
37
|
+
"@automattic/jetpack-script-data": "^0.5.5",
|
|
39
38
|
"@types/jest": "30.0.0",
|
|
40
39
|
"@wordpress/api-fetch": "7.39.0",
|
|
41
40
|
"@wordpress/block-editor": "15.12.0",
|
|
@@ -54,10 +53,10 @@
|
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
55
|
"@automattic/jetpack-webpack-config": "workspace:*",
|
|
57
|
-
"@babel/core": "7.
|
|
58
|
-
"@babel/plugin-transform-react-jsx": "7.
|
|
59
|
-
"@babel/preset-react": "7.
|
|
60
|
-
"@babel/runtime": "7.28.
|
|
56
|
+
"@babel/core": "7.29.0",
|
|
57
|
+
"@babel/plugin-transform-react-jsx": "7.28.6",
|
|
58
|
+
"@babel/preset-react": "7.28.5",
|
|
59
|
+
"@babel/runtime": "7.28.6",
|
|
61
60
|
"@testing-library/dom": "10.4.1",
|
|
62
61
|
"@testing-library/react": "16.3.0",
|
|
63
62
|
"@testing-library/user-event": "14.6.1",
|