Version Packages

This commit is contained in:
github-actions[bot]
2022-06-14 09:12:05 +00:00
parent c8c5115e58
commit 2e2a82c9d7
431 changed files with 5900 additions and 2965 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-techdocs-react
## 1.0.1
### Patch Changes
- 3b45ad701f: Creates a `TechDocsShadowDom` component that takes a tree of elements and an `onAppend` handler:
- Calls the `onAppend` handler when appending the element tree to the shadow root;
- Also dispatches an event when styles are loaded to let transformers know that the computed styles are ready to be consumed.
- Updated dependencies
- @backstage/core-components@0.9.5
- @backstage/core-plugin-api@1.0.3
- @backstage/catalog-model@1.0.3
## 1.0.1-next.1
### Patch Changes