@automattic/jetpack-components 0.73.4 → 1.0.0
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
|
+
## [1.0.0] - 2025-06-03
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#43718] [#43734]
|
|
8
|
+
|
|
5
9
|
## [0.73.4] - 2025-06-02
|
|
6
10
|
### Added
|
|
7
11
|
- Added className prop to AdminPage component. [#43592]
|
|
@@ -1411,6 +1415,7 @@
|
|
|
1411
1415
|
### Changed
|
|
1412
1416
|
- Update node version requirement to 14.16.1
|
|
1413
1417
|
|
|
1418
|
+
[1.0.0]: https://github.com/Automattic/jetpack-components/compare/0.73.4...1.0.0
|
|
1414
1419
|
[0.73.4]: https://github.com/Automattic/jetpack-components/compare/0.73.3...0.73.4
|
|
1415
1420
|
[0.73.3]: https://github.com/Automattic/jetpack-components/compare/0.73.2...0.73.3
|
|
1416
1421
|
[0.73.2]: https://github.com/Automattic/jetpack-components/compare/0.73.1...0.73.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
|
-
"@automattic/jetpack-boost-score-api": "^0.
|
|
19
|
-
"@automattic/jetpack-api": "^0.
|
|
18
|
+
"@automattic/jetpack-boost-score-api": "^1.0.0",
|
|
19
|
+
"@automattic/jetpack-api": "^1.0.0",
|
|
20
20
|
"@automattic/jetpack-script-data": "^0.4.2",
|
|
21
|
-
"@automattic/number-formatters": "^1.0.
|
|
21
|
+
"@automattic/number-formatters": "^1.0.3",
|
|
22
22
|
"@babel/runtime": "^7",
|
|
23
23
|
"@wordpress/browserslist-config": "6.24.0",
|
|
24
24
|
"@wordpress/components": "29.10.0",
|
|
@@ -33,14 +33,14 @@
|
|
|
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.2.
|
|
36
|
+
"social-logos": "^3.2.1",
|
|
37
37
|
"uplot": "1.6.31",
|
|
38
38
|
"uplot-react": "1.1.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@automattic/jetpack-base-styles": "^0.
|
|
42
|
-
"@babel/core": "7.
|
|
43
|
-
"@babel/preset-react": "7.
|
|
41
|
+
"@automattic/jetpack-base-styles": "^1.0.0",
|
|
42
|
+
"@babel/core": "7.27.4",
|
|
43
|
+
"@babel/preset-react": "7.27.1",
|
|
44
44
|
"@jest/globals": "29.7.0",
|
|
45
45
|
"@storybook/addon-actions": "8.6.7",
|
|
46
46
|
"@storybook/blocks": "8.6.7",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@testing-library/react": "16.2.0",
|
|
50
50
|
"@testing-library/user-event": "14.6.1",
|
|
51
51
|
"@types/jest": "29.5.14",
|
|
52
|
-
"@types/react": "18.3.
|
|
53
|
-
"@types/react-dom": "18.3.
|
|
52
|
+
"@types/react": "18.3.23",
|
|
53
|
+
"@types/react-dom": "18.3.7",
|
|
54
54
|
"@types/react-slider": "1.3.6",
|
|
55
55
|
"jest": "29.7.0",
|
|
56
56
|
"jest-environment-jsdom": "29.7.0",
|