techdocs-common: release v0.3.4

This commit is contained in:
Himanshu Mishra
2021-01-15 12:45:47 +01:00
parent 32bebeef57
commit 09d211bff2
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,