@automattic/jetpack-shared-extension-utils 1.4.12 → 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 +5 -0
- package/package.json +7 -8
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
|
+
## [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
|
+
|
|
8
12
|
## [1.4.12] - 2026-02-16
|
|
9
13
|
### Changed
|
|
10
14
|
- Update package dependencies. [#47099]
|
|
@@ -870,6 +874,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
870
874
|
### Changed
|
|
871
875
|
- Core: prepare utility for release
|
|
872
876
|
|
|
877
|
+
[1.4.13]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.12...1.4.13
|
|
873
878
|
[1.4.12]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.11...1.4.12
|
|
874
879
|
[1.4.11]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.10...1.4.11
|
|
875
880
|
[1.4.10]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/1.4.9...1.4.10
|
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",
|