@automattic/jetpack-components 0.56.0 → 0.56.1
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 +2 -2
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.1] - 2024-10-02
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#39610]
|
|
8
|
+
|
|
5
9
|
## [0.56.0] - 2024-09-25
|
|
6
10
|
### Added
|
|
7
11
|
- Added StatCard component export [#35739]
|
|
@@ -1172,6 +1176,7 @@
|
|
|
1172
1176
|
### Changed
|
|
1173
1177
|
- Update node version requirement to 14.16.1
|
|
1174
1178
|
|
|
1179
|
+
[0.56.1]: https://github.com/Automattic/jetpack-components/compare/0.56.0...0.56.1
|
|
1175
1180
|
[0.56.0]: https://github.com/Automattic/jetpack-components/compare/0.55.17...0.56.0
|
|
1176
1181
|
[0.55.17]: https://github.com/Automattic/jetpack-components/compare/0.55.16...0.55.17
|
|
1177
1182
|
[0.55.16]: https://github.com/Automattic/jetpack-components/compare/0.55.15...0.55.16
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.56.
|
|
3
|
+
"version": "0.56.1",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"qrcode.react": "3.1.0",
|
|
32
32
|
"react-slider": "2.0.5",
|
|
33
33
|
"social-logos": "^3.1.8",
|
|
34
|
-
"uplot": "1.6.
|
|
34
|
+
"uplot": "1.6.31",
|
|
35
35
|
"uplot-react": "1.1.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|