@automattic/jetpack-components 0.56.1 → 0.56.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 +5 -0
- package/package.json +12 -12
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.56.2] - 2024-10-07
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#39594]
|
|
8
|
+
|
|
5
9
|
## [0.56.1] - 2024-10-02
|
|
6
10
|
### Changed
|
|
7
11
|
- Updated package dependencies. [#39610]
|
|
@@ -1176,6 +1180,7 @@
|
|
|
1176
1180
|
### Changed
|
|
1177
1181
|
- Update node version requirement to 14.16.1
|
|
1178
1182
|
|
|
1183
|
+
[0.56.2]: https://github.com/Automattic/jetpack-components/compare/0.56.1...0.56.2
|
|
1179
1184
|
[0.56.1]: https://github.com/Automattic/jetpack-components/compare/0.56.0...0.56.1
|
|
1180
1185
|
[0.56.0]: https://github.com/Automattic/jetpack-components/compare/0.55.17...0.56.0
|
|
1181
1186
|
[0.55.17]: https://github.com/Automattic/jetpack-components/compare/0.55.16...0.55.17
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.56.
|
|
3
|
+
"version": "0.56.2",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,17 +15,17 @@
|
|
|
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.41",
|
|
19
19
|
"@babel/runtime": "^7",
|
|
20
|
-
"@wordpress/browserslist-config": "6.
|
|
21
|
-
"@wordpress/components": "28.
|
|
22
|
-
"@wordpress/compose": "7.
|
|
23
|
-
"@wordpress/data": "10.
|
|
24
|
-
"@wordpress/date": "5.
|
|
25
|
-
"@wordpress/element": "6.
|
|
26
|
-
"@wordpress/i18n": "5.
|
|
27
|
-
"@wordpress/icons": "10.
|
|
28
|
-
"@wordpress/notices": "5.
|
|
20
|
+
"@wordpress/browserslist-config": "6.8.1",
|
|
21
|
+
"@wordpress/components": "28.8.4",
|
|
22
|
+
"@wordpress/compose": "7.8.3",
|
|
23
|
+
"@wordpress/data": "10.8.3",
|
|
24
|
+
"@wordpress/date": "5.8.2",
|
|
25
|
+
"@wordpress/element": "6.8.1",
|
|
26
|
+
"@wordpress/i18n": "5.8.2",
|
|
27
|
+
"@wordpress/icons": "10.8.2",
|
|
28
|
+
"@wordpress/notices": "5.8.3",
|
|
29
29
|
"clsx": "2.1.1",
|
|
30
30
|
"prop-types": "^15.7.2",
|
|
31
31
|
"qrcode.react": "3.1.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"uplot-react": "1.1.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
38
|
+
"@automattic/jetpack-base-styles": "^0.6.33",
|
|
39
39
|
"@babel/core": "7.24.7",
|
|
40
40
|
"@babel/preset-react": "7.24.7",
|
|
41
41
|
"@jest/globals": "29.4.3",
|