@xh/hoist 83.0.0 → 83.0.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 +9 -0
- package/docs/doc-registry.json +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/docs/doc-registry.json
CHANGED
|
@@ -442,6 +442,14 @@
|
|
|
442
442
|
"viewerCategory": "upgrade",
|
|
443
443
|
"description": "Upgrade guide from v81.x to v82.0.0. Low difficulty.",
|
|
444
444
|
"keywords": ["upgrade", "migration", "breaking changes", "v82", "v81", "Picker", "DashCanvas", "MCP", "Filter"]
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"id": "docs/upgrade-notes/v83-upgrade-notes.md",
|
|
448
|
+
"title": "v83 Upgrade Notes",
|
|
449
|
+
"mcpCategory": "devops",
|
|
450
|
+
"viewerCategory": "upgrade",
|
|
451
|
+
"description": "Upgrade guide from v82.x to v83.0.0. Low difficulty.",
|
|
452
|
+
"keywords": ["upgrade", "migration", "breaking changes", "v83", "v82", "TraceService", "tracing", "OTEL", "static defaults", "GridModel", "downloadBlob", "downloadViaUrl", "downloadjs", "SegmentedControl", "CheckboxButton"]
|
|
445
453
|
}
|
|
446
454
|
]
|
|
447
455
|
}
|