Skip to content

Commit 6cf5f46

Browse files
Version Packages
1 parent f1697c9 commit 6cf5f46

File tree

10 files changed

+35
-15
lines changed

10 files changed

+35
-15
lines changed

workspaces/kiali/.changeset/modern-masks-repeat.md

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

workspaces/kiali/.changeset/renovate-070b5ee.md

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

workspaces/kiali/plugins/kiali-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-kiali-backend
22

3+
## 1.27.1
4+
5+
### Patch Changes
6+
7+
- 636525d: Updated dependency `@types/express` to `4.17.25`.
8+
39
## 1.27.0
410

511
### Minor Changes

workspaces/kiali/plugins/kiali-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-kiali-backend",
3-
"version": "1.27.0",
3+
"version": "1.27.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/kiali/plugins/kiali-common/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- f1697c9: Fix header styles for OpenShift. Use new cluster metrics API.
8+
39
## 0.7.0
410

511
### Minor Changes

workspaces/kiali/plugins/kiali-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@backstage-community/plugin-kiali-common",
33
"description": "Common functionalities for the kiali plugin",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"license": "Apache-2.0",
66
"main": "src/index.ts",
77
"types": "src/index.ts",

workspaces/kiali/plugins/kiali-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @backstage-community/plugin-kiali-react
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f1697c9]
8+
- @backstage-community/plugin-kiali-common@0.8.0
9+
310
## 0.5.1
411

512
### Patch Changes

workspaces/kiali/plugins/kiali-react/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-kiali-react",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"license": "Apache-2.0",
55
"description": "Web library for the kiali plugin",
66
"main": "src/index.ts",

workspaces/kiali/plugins/kiali/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
### Dependencies
22

3+
## 1.46.0
4+
5+
### Minor Changes
6+
7+
- f1697c9: Fix header styles for OpenShift. Use new cluster metrics API.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [f1697c9]
12+
- @backstage-community/plugin-kiali-common@0.8.0
13+
- @backstage-community/plugin-kiali-react@0.5.2
14+
315
## 1.45.1
416

517
### Patch Changes

workspaces/kiali/plugins/kiali/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-kiali",
3-
"version": "1.45.1",
3+
"version": "1.46.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)