@backstage/plugin-techdocs-common
Advanced tools
Comparing version 0.1.0-next.0 to 0.1.0
# @backstage/plugin-techdocs-common | ||
## 0.1.0 | ||
### Minor Changes | ||
- 4698e1f: Initial release of the techdocs-common package. | ||
## 0.1.0-next.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@backstage/plugin-techdocs-common", | ||
"version": "0.1.0-next.0", | ||
"version": "0.1.0", | ||
"description": "Common functionality for TechDocs", | ||
@@ -50,5 +50,5 @@ "backstage": { | ||
"devDependencies": { | ||
"@backstage/cli": "^0.27.0-next.1" | ||
"@backstage/cli": "^0.27.0" | ||
}, | ||
"module": "./dist/index.esm.js" | ||
} |
4610