@automattic/jetpack-components 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 +8 -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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [1.4.13] - 2026-02-16
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#47099]
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Compatibility: Clean up deprecated CSS. [#47067]
|
|
11
|
+
|
|
5
12
|
## [1.4.12] - 2026-02-10
|
|
6
13
|
### Changed
|
|
7
14
|
- Update package dependencies. [#47002]
|
|
@@ -1647,6 +1654,7 @@
|
|
|
1647
1654
|
### Changed
|
|
1648
1655
|
- Update node version requirement to 14.16.1
|
|
1649
1656
|
|
|
1657
|
+
[1.4.13]: https://github.com/Automattic/jetpack-components/compare/1.4.12...1.4.13
|
|
1650
1658
|
[1.4.12]: https://github.com/Automattic/jetpack-components/compare/1.4.11...1.4.12
|
|
1651
1659
|
[1.4.11]: https://github.com/Automattic/jetpack-components/compare/1.4.10...1.4.11
|
|
1652
1660
|
[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.13",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@automattic/format-currency": "1.0.1",
|
|
49
49
|
"@automattic/jetpack-api": "^1.0.16",
|
|
50
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
50
|
+
"@automattic/jetpack-boost-score-api": "^1.0.29",
|
|
51
51
|
"@automattic/jetpack-script-data": "^0.5.4",
|
|
52
|
-
"@automattic/number-formatters": "^1.0.
|
|
52
|
+
"@automattic/number-formatters": "^1.0.17",
|
|
53
53
|
"@babel/runtime": "^7",
|
|
54
54
|
"@wordpress/browserslist-config": "6.39.0",
|
|
55
55
|
"@wordpress/components": "32.1.0",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
65
65
|
"qrcode.react": "4.2.0",
|
|
66
66
|
"react-slider": "2.0.5",
|
|
67
|
-
"social-logos": "^3.3.
|
|
67
|
+
"social-logos": "^3.3.7",
|
|
68
68
|
"uplot": "1.6.31",
|
|
69
69
|
"uplot-react": "1.1.4"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@automattic/jetpack-base-styles": "^1.0.
|
|
73
|
-
"@babel/core": "7.
|
|
74
|
-
"@babel/preset-react": "7.
|
|
72
|
+
"@automattic/jetpack-base-styles": "^1.0.16",
|
|
73
|
+
"@babel/core": "7.29.0",
|
|
74
|
+
"@babel/preset-react": "7.28.5",
|
|
75
75
|
"@jest/globals": "30.2.0",
|
|
76
76
|
"@storybook/addon-docs": "10.2.3",
|
|
77
77
|
"@storybook/react": "10.2.3",
|