@automattic/jetpack-components 0.67.0 → 0.67.1
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 +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.67.1] - 2025-02-24
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#41955]
|
|
8
|
+
|
|
5
9
|
## [0.67.0] - 2025-02-17
|
|
6
10
|
### Added
|
|
7
11
|
- Use full import paths with JS extensions. [#41524]
|
|
@@ -1290,6 +1294,7 @@
|
|
|
1290
1294
|
### Changed
|
|
1291
1295
|
- Update node version requirement to 14.16.1
|
|
1292
1296
|
|
|
1297
|
+
[0.67.1]: https://github.com/Automattic/jetpack-components/compare/0.67.0...0.67.1
|
|
1293
1298
|
[0.67.0]: https://github.com/Automattic/jetpack-components/compare/0.66.1...0.67.0
|
|
1294
1299
|
[0.66.1]: https://github.com/Automattic/jetpack-components/compare/0.66.0...0.66.1
|
|
1295
1300
|
[0.66.0]: https://github.com/Automattic/jetpack-components/compare/0.65.5...0.66.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.67.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
|
-
"@automattic/jetpack-boost-score-api": "^0.1.
|
|
19
|
-
"@automattic/jetpack-api": "^0.
|
|
20
|
-
"@automattic/jetpack-scan": "^0.5.
|
|
18
|
+
"@automattic/jetpack-boost-score-api": "^0.1.57",
|
|
19
|
+
"@automattic/jetpack-api": "^0.19.0",
|
|
20
|
+
"@automattic/jetpack-scan": "^0.5.7",
|
|
21
21
|
"@babel/runtime": "^7",
|
|
22
22
|
"@wordpress/browserslist-config": "6.17.0",
|
|
23
23
|
"@wordpress/components": "29.3.0",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"prop-types": "^15.7.2",
|
|
34
34
|
"qrcode.react": "4.2.0",
|
|
35
35
|
"react-slider": "2.0.5",
|
|
36
|
-
"social-logos": "^3.1.
|
|
36
|
+
"social-logos": "^3.1.18",
|
|
37
37
|
"uplot": "1.6.31",
|
|
38
38
|
"uplot-react": "1.1.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
41
|
+
"@automattic/jetpack-base-styles": "^0.6.43",
|
|
42
42
|
"@babel/core": "7.26.0",
|
|
43
43
|
"@babel/preset-react": "7.26.3",
|
|
44
44
|
"@jest/globals": "29.4.3",
|
|
45
|
-
"@storybook/addon-actions": "8.
|
|
46
|
-
"@storybook/blocks": "8.
|
|
47
|
-
"@storybook/react": "8.
|
|
45
|
+
"@storybook/addon-actions": "8.5.8",
|
|
46
|
+
"@storybook/blocks": "8.5.8",
|
|
47
|
+
"@storybook/react": "8.5.8",
|
|
48
48
|
"@testing-library/dom": "10.4.0",
|
|
49
49
|
"@testing-library/react": "16.2.0",
|
|
50
50
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"react": "18.3.1",
|
|
58
58
|
"react-dom": "18.3.1",
|
|
59
59
|
"require-from-string": "2.0.2",
|
|
60
|
-
"storybook": "8.
|
|
60
|
+
"storybook": "8.5.8",
|
|
61
61
|
"ts-dedent": "2.2.0",
|
|
62
62
|
"typescript": "5.0.4",
|
|
63
63
|
"webpack": "5.94.0",
|