@automattic/jetpack-components 0.55.11 → 0.55.13
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
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.55.13] - 2024-09-05
|
|
6
|
+
### Changed
|
|
7
|
+
- Internal updates.
|
|
8
|
+
|
|
9
|
+
## [0.55.12] - 2024-09-05
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated package dependencies. [#39176]
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- ToggleControl: Update styles for WordPress/gutenberg#63490. [#39176]
|
|
15
|
+
|
|
5
16
|
## [0.55.11] - 2024-08-29
|
|
6
17
|
### Changed
|
|
7
18
|
- Updated package dependencies. [#39111]
|
|
@@ -1141,6 +1152,8 @@
|
|
|
1141
1152
|
### Changed
|
|
1142
1153
|
- Update node version requirement to 14.16.1
|
|
1143
1154
|
|
|
1155
|
+
[0.55.13]: https://github.com/Automattic/jetpack-components/compare/0.55.12...0.55.13
|
|
1156
|
+
[0.55.12]: https://github.com/Automattic/jetpack-components/compare/0.55.11...0.55.12
|
|
1144
1157
|
[0.55.11]: https://github.com/Automattic/jetpack-components/compare/0.55.10...0.55.11
|
|
1145
1158
|
[0.55.10]: https://github.com/Automattic/jetpack-components/compare/0.55.9...0.55.10
|
|
1146
1159
|
[0.55.9]: https://github.com/Automattic/jetpack-components/compare/0.55.8...0.55.9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.55.
|
|
3
|
+
"version": "0.55.13",
|
|
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.39",
|
|
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.6.0",
|
|
21
|
+
"@wordpress/components": "28.6.0",
|
|
22
|
+
"@wordpress/compose": "7.6.0",
|
|
23
|
+
"@wordpress/data": "10.6.0",
|
|
24
|
+
"@wordpress/date": "5.6.0",
|
|
25
|
+
"@wordpress/element": "6.6.0",
|
|
26
|
+
"@wordpress/i18n": "5.6.0",
|
|
27
|
+
"@wordpress/icons": "10.6.0",
|
|
28
|
+
"@wordpress/notices": "5.6.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.8",
|
|
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.31",
|
|
39
39
|
"@babel/core": "7.24.7",
|
|
40
40
|
"@babel/preset-react": "7.24.7",
|
|
41
41
|
"@jest/globals": "29.4.3",
|