Merge pull request #4096 from backstage/orkohunter/release-techdocs-common-0.3.4

techdocs-common: Release v0.3.4
This commit is contained in:
Patrik Oldsberg
2021-01-18 11:16:53 +01:00
committed by GitHub
3 changed files with 7 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/techdocs-common': patch
---
@backstage/techdocs-common can now be imported in an environment without @backstage/plugin-techdocs-backend being installed.
+6
View File
@@ -1,5 +1,11 @@
# @backstage/techdocs-common
## 0.3.4
### Patch Changes
- a594a7257: @backstage/techdocs-common can now be imported in an environment without @backstage/plugin-techdocs-backend being installed.
## 0.3.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/techdocs-common",
"description": "Common functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"version": "0.3.3",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,