@automattic/jetpack-components 1.1.2 → 1.1.4
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/package.json +9 -9
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
|
+
## [1.1.4] - 2025-06-19
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
9
|
+
## [1.1.3] - 2025-06-18
|
|
10
|
+
### Changed
|
|
11
|
+
- Internal updates.
|
|
12
|
+
|
|
5
13
|
## [1.1.2] - 2025-06-16
|
|
6
14
|
### Changed
|
|
7
15
|
- Update package dependencies. [#43951]
|
|
@@ -1430,6 +1438,8 @@
|
|
|
1430
1438
|
### Changed
|
|
1431
1439
|
- Update node version requirement to 14.16.1
|
|
1432
1440
|
|
|
1441
|
+
[1.1.4]: https://github.com/Automattic/jetpack-components/compare/1.1.3...1.1.4
|
|
1442
|
+
[1.1.3]: https://github.com/Automattic/jetpack-components/compare/1.1.2...1.1.3
|
|
1433
1443
|
[1.1.2]: https://github.com/Automattic/jetpack-components/compare/1.1.1...1.1.2
|
|
1434
1444
|
[1.1.1]: https://github.com/Automattic/jetpack-components/compare/1.1.0...1.1.1
|
|
1435
1445
|
[1.1.0]: https://github.com/Automattic/jetpack-components/compare/1.0.0...1.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
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-
|
|
19
|
-
"@automattic/jetpack-api": "^1.0.
|
|
18
|
+
"@automattic/jetpack-api": "^1.0.1",
|
|
19
|
+
"@automattic/jetpack-boost-score-api": "^1.0.2",
|
|
20
20
|
"@automattic/jetpack-script-data": "^0.4.3",
|
|
21
|
-
"@automattic/number-formatters": "^1.0.
|
|
21
|
+
"@automattic/number-formatters": "^1.0.6",
|
|
22
22
|
"@babel/runtime": "^7",
|
|
23
23
|
"@wordpress/browserslist-config": "6.24.0",
|
|
24
24
|
"@wordpress/components": "29.10.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
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.4",
|
|
37
37
|
"uplot": "1.6.31",
|
|
38
38
|
"uplot-react": "1.1.4"
|
|
39
39
|
},
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
"@automattic/jetpack-base-styles": "^1.0.0",
|
|
42
42
|
"@babel/core": "7.27.4",
|
|
43
43
|
"@babel/preset-react": "7.27.1",
|
|
44
|
-
"@jest/globals": "
|
|
44
|
+
"@jest/globals": "30.0.0",
|
|
45
45
|
"@storybook/addon-actions": "8.6.7",
|
|
46
46
|
"@storybook/blocks": "8.6.7",
|
|
47
47
|
"@storybook/react": "8.6.7",
|
|
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",
|
|
51
|
-
"@types/jest": "
|
|
51
|
+
"@types/jest": "30.0.0",
|
|
52
52
|
"@types/react": "18.3.23",
|
|
53
53
|
"@types/react-dom": "18.3.7",
|
|
54
54
|
"@types/react-slider": "1.3.6",
|
|
55
|
-
"jest": "
|
|
56
|
-
"jest-environment-jsdom": "
|
|
55
|
+
"jest": "30.0.0",
|
|
56
|
+
"jest-environment-jsdom": "30.0.0",
|
|
57
57
|
"react": "18.3.1",
|
|
58
58
|
"react-dom": "18.3.1",
|
|
59
59
|
"require-from-string": "2.0.2",
|