@automattic/jetpack-components 1.4.12 → 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 +14 -0
- package/build/components/boost-score-bar/style.scss +1 -1
- package/build/components/jetpack-footer/style.scss +0 -1
- package/build/components/pricing-table/styles.module.scss +1 -1
- package/build/components/product-price/style.module.scss +1 -1
- package/components/boost-score-bar/style.scss +1 -1
- package/components/jetpack-footer/style.scss +0 -1
- package/components/pricing-table/styles.module.scss +1 -1
- package/components/product-price/style.module.scss +1 -1
- package/package.json +11 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
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
|
+
|
|
10
|
+
## [1.4.13] - 2026-02-16
|
|
11
|
+
### Changed
|
|
12
|
+
- Update package dependencies. [#47099]
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Compatibility: Clean up deprecated CSS. [#47067]
|
|
16
|
+
|
|
5
17
|
## [1.4.12] - 2026-02-10
|
|
6
18
|
### Changed
|
|
7
19
|
- Update package dependencies. [#47002]
|
|
@@ -1647,6 +1659,8 @@
|
|
|
1647
1659
|
### Changed
|
|
1648
1660
|
- Update node version requirement to 14.16.1
|
|
1649
1661
|
|
|
1662
|
+
[1.4.14]: https://github.com/Automattic/jetpack-components/compare/1.4.13...1.4.14
|
|
1663
|
+
[1.4.13]: https://github.com/Automattic/jetpack-components/compare/1.4.12...1.4.13
|
|
1650
1664
|
[1.4.12]: https://github.com/Automattic/jetpack-components/compare/1.4.11...1.4.12
|
|
1651
1665
|
[1.4.11]: https://github.com/Automattic/jetpack-components/compare/1.4.10...1.4.11
|
|
1652
1666
|
[1.4.10]: https://github.com/Automattic/jetpack-components/compare/1.4.9...1.4.10
|
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,14 +63,14 @@
|
|
|
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.
|
|
73
|
-
"@babel/core": "7.
|
|
74
|
-
"@babel/preset-react": "7.
|
|
71
|
+
"@automattic/jetpack-base-styles": "^1.0.17",
|
|
72
|
+
"@babel/core": "7.29.0",
|
|
73
|
+
"@babel/preset-react": "7.28.5",
|
|
75
74
|
"@jest/globals": "30.2.0",
|
|
76
75
|
"@storybook/addon-docs": "10.2.3",
|
|
77
76
|
"@storybook/react": "10.2.3",
|
|
@@ -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": {
|