committed by
Patrik Oldsberg
parent
2aed4037b0
commit
b228d7d9c2
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-tech-radar
|
||||
|
||||
## 0.6.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
|
||||
- b45d0ac68191: Add names to blip entry links in the radar to improve accessibility
|
||||
- 80b4d0b34f14: Fixed the width of the tech radar dialog so that the content fits
|
||||
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
||||
- 6d35e9ea2afa: Add description property for Rings which will be shown in the footer.
|
||||
- 8cec7664e146: Removed `@types/node` dependency
|
||||
- c357f62052af: Fixed `RadarTimeline` text formatting.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.5
|
||||
- @backstage/core-plugin-api@1.6.0
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 0.6.8-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-tech-radar",
|
||||
"description": "A Backstage plugin that lets you display a Tech Radar for your organization",
|
||||
"version": "0.6.8-next.3",
|
||||
"version": "0.6.8",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user