@automattic/jetpack-components 0.54.2 → 0.54.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/components/admin-section/types.ts +1 -0
- package/package.json +13 -13
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.54.4] - 2024-07-18
|
|
6
|
+
### Changed
|
|
7
|
+
- Internal updates.
|
|
8
|
+
|
|
9
|
+
## [0.54.3] - 2024-07-03
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated package dependencies. [#38132]
|
|
12
|
+
|
|
5
13
|
## [0.54.2] - 2024-06-25
|
|
6
14
|
### Added
|
|
7
15
|
- Added social preview for Threads [#38003]
|
|
@@ -1079,6 +1087,8 @@
|
|
|
1079
1087
|
### Changed
|
|
1080
1088
|
- Update node version requirement to 14.16.1
|
|
1081
1089
|
|
|
1090
|
+
[0.54.4]: https://github.com/Automattic/jetpack-components/compare/0.54.3...0.54.4
|
|
1091
|
+
[0.54.3]: https://github.com/Automattic/jetpack-components/compare/0.54.2...0.54.3
|
|
1082
1092
|
[0.54.2]: https://github.com/Automattic/jetpack-components/compare/0.54.1...0.54.2
|
|
1083
1093
|
[0.54.1]: https://github.com/Automattic/jetpack-components/compare/0.54.0...0.54.1
|
|
1084
1094
|
[0.54.0]: https://github.com/Automattic/jetpack-components/compare/0.53.10...0.54.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.54.
|
|
3
|
+
"version": "0.54.4",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,27 +15,27 @@
|
|
|
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.33",
|
|
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.2.0",
|
|
21
|
+
"@wordpress/components": "28.2.0",
|
|
22
|
+
"@wordpress/compose": "7.2.0",
|
|
23
|
+
"@wordpress/data": "10.2.0",
|
|
24
|
+
"@wordpress/date": "5.2.0",
|
|
25
|
+
"@wordpress/element": "6.2.0",
|
|
26
|
+
"@wordpress/i18n": "5.2.0",
|
|
27
|
+
"@wordpress/icons": "10.2.0",
|
|
28
|
+
"@wordpress/notices": "5.2.0",
|
|
29
29
|
"clsx": "2.1.1",
|
|
30
30
|
"prop-types": "^15.7.2",
|
|
31
31
|
"qrcode.react": "3.1.0",
|
|
32
32
|
"react-slider": "2.0.5",
|
|
33
|
-
"social-logos": "^3.1.
|
|
33
|
+
"social-logos": "^3.1.3",
|
|
34
34
|
"uplot": "1.6.24",
|
|
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.28",
|
|
39
39
|
"@babel/core": "7.24.7",
|
|
40
40
|
"@babel/preset-react": "7.24.7",
|
|
41
41
|
"@jest/globals": "29.4.3",
|