Skip to content

Commit

Permalink
Merge pull request #1666 from RoadieHQ/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages - plugins
  • Loading branch information
Irma12 authored Oct 14, 2024
2 parents bbe9c52 + fa30ba2 commit 83114a0
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 19 deletions.
12 changes: 0 additions & 12 deletions .changeset/slow-islands-rush.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# app

## 1.1.8

### Patch Changes

- 0da30b3: Open source and release WIZ Backstage Plugin

- Added WIZ backend plugin for handling retriving and refreshing token based on client secret and client id
- Includes issues preview for a project, grouped by Control.
- Adds widgets for open and resolved issues severity preview, graphs for open and resolved issues, and severity over time

- Updated dependencies [0da30b3]
- @roadiehq/backstage-plugin-wiz@1.0.0

## 1.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.1.7",
"version": "1.1.8",
"private": true,
"backstage": {
"role": "frontend"
Expand Down Expand Up @@ -50,7 +50,7 @@
"@roadiehq/backstage-plugin-security-insights": "^2.3.21",
"@roadiehq/backstage-plugin-shortcut": "^1.2.3",
"@roadiehq/backstage-plugin-travis-ci": "^2.1.25",
"@roadiehq/backstage-plugin-wiz": "^0.0.1",
"@roadiehq/backstage-plugin-wiz": "^1.0.0",
"@roadiehq/plugin-scaffolder-frontend-module-http-request-field": "^1.7.2",
"@roadiehq/rag-ai": "^1.1.3",
"cross-fetch": "^4.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# backend

## 2.1.24

### Patch Changes

- 0da30b3: Open source and release WIZ Backstage Plugin

- Added WIZ backend plugin for handling retriving and refreshing token based on client secret and client id
- Includes issues preview for a project, grouped by Control.
- Adds widgets for open and resolved issues severity preview, graphs for open and resolved issues, and severity over time

- Updated dependencies [0da30b3]
- @roadiehq/plugin-wiz-backend@1.0.0
- app@1.1.8

## 2.1.23

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "2.1.23",
"version": "2.1.24",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -43,7 +43,7 @@
"@langchain/openai": "^0.2.7",
"@octokit/rest": "^19.0.3",
"@roadiehq/backstage-plugin-argo-cd-backend": "3.2.3",
"@roadiehq/plugin-wiz-backend": "^0.0.1",
"@roadiehq/plugin-wiz-backend": "^1.0.0",
"@roadiehq/backstage-plugin-aws-auth": "^0.4.26",
"@roadiehq/backstage-plugin-aws-backend": "^1.1.26",
"@roadiehq/catalog-backend-module-aws": "^5.0.4",
Expand All @@ -57,7 +57,7 @@
"@roadiehq/scaffolder-backend-module-aws": "^2.4.26",
"@roadiehq/scaffolder-backend-module-http-request": "^4.3.5",
"@roadiehq/scaffolder-backend-module-utils": "^2.0.2",
"app": "^1.1.7",
"app": "^1.1.8",
"better-sqlite3": "^9.0.0",
"dockerode": "^3.3.0",
"express": "^4.17.1",
Expand Down
11 changes: 11 additions & 0 deletions plugins/backend/wiz-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @roadiehq/plugin-wiz-backend

## 1.0.0

### Major Changes

- 0da30b3: Open source and release WIZ Backstage Plugin

- Added WIZ backend plugin for handling retriving and refreshing token based on client secret and client id
- Includes issues preview for a project, grouped by Control.
- Adds widgets for open and resolved issues severity preview, graphs for open and resolved issues, and severity over time
2 changes: 1 addition & 1 deletion plugins/backend/wiz-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/plugin-wiz-backend",
"version": "0.0.1",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions plugins/frontend/backstage-plugin-wiz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @roadiehq/backstage-plugin-wiz

## 1.0.0

### Major Changes

- 0da30b3: Open source and release WIZ Backstage Plugin

- Added WIZ backend plugin for handling retriving and refreshing token based on client secret and client id
- Includes issues preview for a project, grouped by Control.
- Adds widgets for open and resolved issues severity preview, graphs for open and resolved issues, and severity over time
2 changes: 1 addition & 1 deletion plugins/frontend/backstage-plugin-wiz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-wiz",
"version": "0.0.1",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 83114a0

Please sign in to comment.