@automattic/jetpack-components 1.4.13 → 1.4.14
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 +6 -0
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [1.4.14] - 2026-02-18
|
|
6
|
+
### Changed
|
|
7
|
+
- Set `.repository.url` in `package.json` to the mirror repo rather than the monorepo. [#47149]
|
|
8
|
+
- Update package dependencies. [#47173]
|
|
9
|
+
|
|
5
10
|
## [1.4.13] - 2026-02-16
|
|
6
11
|
### Changed
|
|
7
12
|
- Update package dependencies. [#47099]
|
|
@@ -1654,6 +1659,7 @@
|
|
|
1654
1659
|
### Changed
|
|
1655
1660
|
- Update node version requirement to 14.16.1
|
|
1656
1661
|
|
|
1662
|
+
[1.4.14]: https://github.com/Automattic/jetpack-components/compare/1.4.13...1.4.14
|
|
1657
1663
|
[1.4.13]: https://github.com/Automattic/jetpack-components/compare/1.4.12...1.4.13
|
|
1658
1664
|
[1.4.12]: https://github.com/Automattic/jetpack-components/compare/1.4.11...1.4.12
|
|
1659
1665
|
[1.4.11]: https://github.com/Automattic/jetpack-components/compare/1.4.10...1.4.11
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.14",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#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/components"
|
|
11
|
+
"url": "git+https://github.com/Automattic/jetpack-components.git"
|
|
13
12
|
},
|
|
14
13
|
"license": "GPL-2.0-or-later",
|
|
15
14
|
"author": "Automattic",
|
|
@@ -46,10 +45,10 @@
|
|
|
46
45
|
],
|
|
47
46
|
"dependencies": {
|
|
48
47
|
"@automattic/format-currency": "1.0.1",
|
|
49
|
-
"@automattic/jetpack-api": "^1.0.
|
|
50
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
51
|
-
"@automattic/jetpack-script-data": "^0.5.
|
|
52
|
-
"@automattic/number-formatters": "^1.0.
|
|
48
|
+
"@automattic/jetpack-api": "^1.0.17",
|
|
49
|
+
"@automattic/jetpack-boost-score-api": "^1.0.30",
|
|
50
|
+
"@automattic/jetpack-script-data": "^0.5.5",
|
|
51
|
+
"@automattic/number-formatters": "^1.0.18",
|
|
53
52
|
"@babel/runtime": "^7",
|
|
54
53
|
"@wordpress/browserslist-config": "6.39.0",
|
|
55
54
|
"@wordpress/components": "32.1.0",
|
|
@@ -64,12 +63,12 @@
|
|
|
64
63
|
"prop-types": "^15.7.2",
|
|
65
64
|
"qrcode.react": "4.2.0",
|
|
66
65
|
"react-slider": "2.0.5",
|
|
67
|
-
"social-logos": "^3.3.
|
|
66
|
+
"social-logos": "^3.3.8",
|
|
68
67
|
"uplot": "1.6.31",
|
|
69
68
|
"uplot-react": "1.1.4"
|
|
70
69
|
},
|
|
71
70
|
"devDependencies": {
|
|
72
|
-
"@automattic/jetpack-base-styles": "^1.0.
|
|
71
|
+
"@automattic/jetpack-base-styles": "^1.0.17",
|
|
73
72
|
"@babel/core": "7.29.0",
|
|
74
73
|
"@babel/preset-react": "7.28.5",
|
|
75
74
|
"@jest/globals": "30.2.0",
|
|
@@ -89,7 +88,7 @@
|
|
|
89
88
|
"storybook": "10.2.3",
|
|
90
89
|
"ts-dedent": "2.2.0",
|
|
91
90
|
"typescript": "5.9.3",
|
|
92
|
-
"webpack": "5.
|
|
91
|
+
"webpack": "5.105.2",
|
|
93
92
|
"webpack-cli": "6.0.1"
|
|
94
93
|
},
|
|
95
94
|
"peerDependencies": {
|