Skip to content

Commit 22b40a9

Browse files
Version Packages (#5303)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 063e518 commit 22b40a9

File tree

7 files changed

+21
-20
lines changed

7 files changed

+21
-20
lines changed

workspaces/tech-insights/.changeset/beige-tables-lie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/tech-insights/.changeset/cuddly-flowers-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/tech-insights/.changeset/dirty-windows-appear.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

workspaces/tech-insights/plugins/tech-insights-backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backstage-community/plugin-tech-insights-backend
22

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- e28273e: add index to improve performance of fact deletion
8+
39
## 2.4.1
410

511
### Patch Changes

workspaces/tech-insights/plugins/tech-insights-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-tech-insights-backend",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"backstage": {
55
"role": "backend-plugin",
66
"pluginId": "tech-insights",

workspaces/tech-insights/plugins/tech-insights-maturity/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @backstage-community/plugin-tech-insights-maturity
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 7de2f90: Display Multiple links
8+
Display errorInfo facts description and value if check result is false and fact type is not boolean
9+
Update layout of maturity check accordion summary display
10+
bugfix: Remove local implementation of accordion
11+
12+
### Patch Changes
13+
14+
- 98fb7ac: Display the check name in the maturity results table instead of the id
15+
316
## 0.4.1
417

518
### Patch Changes

workspaces/tech-insights/plugins/tech-insights-maturity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-tech-insights-maturity",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)