@automattic/jetpack-components 0.68.0 → 0.68.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.68.1] - 2025-03-05
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#42162]
|
|
8
|
+
|
|
5
9
|
## [0.68.0] - 2025-03-03
|
|
6
10
|
### Added
|
|
7
11
|
- Stat Card: add hideValue prop. [#41454]
|
|
@@ -1301,6 +1305,7 @@
|
|
|
1301
1305
|
### Changed
|
|
1302
1306
|
- Update node version requirement to 14.16.1
|
|
1303
1307
|
|
|
1308
|
+
[0.68.1]: https://github.com/Automattic/jetpack-components/compare/0.68.0...0.68.1
|
|
1304
1309
|
[0.68.0]: https://github.com/Automattic/jetpack-components/compare/0.67.1...0.68.0
|
|
1305
1310
|
[0.67.1]: https://github.com/Automattic/jetpack-components/compare/0.67.0...0.67.1
|
|
1306
1311
|
[0.67.0]: https://github.com/Automattic/jetpack-components/compare/0.66.1...0.67.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.1",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@wordpress/components": "29.5.0",
|
|
24
24
|
"@wordpress/compose": "7.19.0",
|
|
25
25
|
"@wordpress/data": "10.19.0",
|
|
26
|
-
"@wordpress/dataviews": "4.
|
|
26
|
+
"@wordpress/dataviews": "4.15.0",
|
|
27
27
|
"@wordpress/date": "5.19.0",
|
|
28
28
|
"@wordpress/element": "6.19.0",
|
|
29
29
|
"@wordpress/i18n": "5.19.0",
|