@automattic/jetpack-components 0.49.0 → 0.49.2
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 +10 -0
- package/components/progress-bar/style.module.scss +3 -2
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.49.2] - 2024-03-04
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies.
|
|
8
|
+
|
|
9
|
+
## [0.49.1] - 2024-03-01
|
|
10
|
+
### Changed
|
|
11
|
+
- Update ProgressBar styles. [#35968]
|
|
12
|
+
|
|
5
13
|
## [0.49.0] - 2024-02-27
|
|
6
14
|
### Added
|
|
7
15
|
- Components: add AI icon [#35965]
|
|
@@ -959,6 +967,8 @@
|
|
|
959
967
|
### Changed
|
|
960
968
|
- Update node version requirement to 14.16.1
|
|
961
969
|
|
|
970
|
+
[0.49.2]: https://github.com/Automattic/jetpack-components/compare/0.49.1...0.49.2
|
|
971
|
+
[0.49.1]: https://github.com/Automattic/jetpack-components/compare/0.49.0...0.49.1
|
|
962
972
|
[0.49.0]: https://github.com/Automattic/jetpack-components/compare/0.48.4...0.49.0
|
|
963
973
|
[0.48.4]: https://github.com/Automattic/jetpack-components/compare/0.48.3...0.48.4
|
|
964
974
|
[0.48.3]: https://github.com/Automattic/jetpack-components/compare/0.48.2...0.48.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.2",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
|
-
"@automattic/jetpack-boost-score-api": "^0.1.
|
|
18
|
+
"@automattic/jetpack-boost-score-api": "^0.1.25",
|
|
19
19
|
"@babel/runtime": "^7",
|
|
20
|
-
"@wordpress/browserslist-config": "5.
|
|
21
|
-
"@wordpress/components": "
|
|
22
|
-
"@wordpress/compose": "6.
|
|
23
|
-
"@wordpress/data": "9.
|
|
24
|
-
"@wordpress/date": "4.
|
|
25
|
-
"@wordpress/element": "5.
|
|
26
|
-
"@wordpress/i18n": "4.
|
|
27
|
-
"@wordpress/icons": "9.
|
|
20
|
+
"@wordpress/browserslist-config": "5.35.0",
|
|
21
|
+
"@wordpress/components": "27.0.0",
|
|
22
|
+
"@wordpress/compose": "6.29.0",
|
|
23
|
+
"@wordpress/data": "9.22.0",
|
|
24
|
+
"@wordpress/date": "4.52.0",
|
|
25
|
+
"@wordpress/element": "5.29.0",
|
|
26
|
+
"@wordpress/i18n": "4.52.0",
|
|
27
|
+
"@wordpress/icons": "9.43.0",
|
|
28
28
|
"classnames": "2.3.2",
|
|
29
29
|
"prop-types": "^15.7.2",
|
|
30
30
|
"qrcode.react": "3.1.0",
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
"uplot-react": "1.1.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
38
|
-
"@babel/core": "7.
|
|
37
|
+
"@automattic/jetpack-base-styles": "^0.6.18",
|
|
38
|
+
"@babel/core": "7.24.0",
|
|
39
39
|
"@babel/preset-react": "7.23.3",
|
|
40
40
|
"@jest/globals": "29.4.3",
|
|
41
41
|
"@storybook/addon-actions": "7.6.17",
|
|
42
42
|
"@storybook/blocks": "7.6.17",
|
|
43
43
|
"@storybook/react": "7.6.17",
|
|
44
44
|
"@testing-library/dom": "9.3.4",
|
|
45
|
-
"@testing-library/react": "14.2.
|
|
45
|
+
"@testing-library/react": "14.2.1",
|
|
46
46
|
"@testing-library/user-event": "14.5.2",
|
|
47
47
|
"@types/jest": "29.5.12",
|
|
48
|
-
"@types/qrcode.react": "1.0.
|
|
49
|
-
"@types/react": "18.2.
|
|
50
|
-
"@types/react-dom": "18.2.
|
|
51
|
-
"@types/react-slider": "1.3.
|
|
52
|
-
"@types/react-test-renderer": "18.0.
|
|
48
|
+
"@types/qrcode.react": "1.0.5",
|
|
49
|
+
"@types/react": "18.2.61",
|
|
50
|
+
"@types/react-dom": "18.2.19",
|
|
51
|
+
"@types/react-slider": "1.3.6",
|
|
52
|
+
"@types/react-test-renderer": "18.0.7",
|
|
53
53
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
54
54
|
"jest": "29.7.0",
|
|
55
55
|
"jest-environment-jsdom": "29.7.0",
|