Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-24 11:05:52 +00:00
parent 155ffbaf7f
commit bcc563abe9
268 changed files with 3502 additions and 722 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-techdocs-react
## 1.0.1-next.0
### 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-next.0
## 1.0.0
### Major Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-react",
"description": "Shared frontend utilities for TechDocs and Addons",
"version": "1.0.0",
"version": "1.0.1-next.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2",
"@backstage/core-components": "^0.9.4",
"@backstage/core-components": "^0.9.5-next.0",
"@backstage/core-plugin-api": "^1.0.2",
"@backstage/version-bridge": "^1.0.1",
"@material-ui/core": "^4.12.2",