Skip to content

Commit

Permalink
Merge pull request #1074 from RoadieHQ/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages - plugins
  • Loading branch information
Xantier authored Aug 8, 2023
2 parents 3363a60 + e3ce3ea commit 51fb464
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-bags-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-starfishes-laugh.md

This file was deleted.

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

## 2.0.19

### Patch Changes

- Updated dependencies [d52d82ec]
- @roadiehq/backstage-plugin-argo-cd-backend@2.10.0

## 2.0.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "2.0.18",
"version": "2.0.19",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -36,7 +36,7 @@
"@backstage/plugin-techdocs-backend": "^1.6.4",
"@gitbeaker/node": "^29.2.0",
"@octokit/rest": "^19.0.3",
"@roadiehq/backstage-plugin-argo-cd-backend": "2.9.0",
"@roadiehq/backstage-plugin-argo-cd-backend": "2.10.0",
"@roadiehq/catalog-backend-module-aws": "^1.3.13",
"@roadiehq/catalog-backend-module-okta": "^0.8.5",
"@roadiehq/backstage-plugin-aws-backend": "^1.1.12",
Expand Down
6 changes: 6 additions & 0 deletions plugins/backend/backstage-plugin-argo-cd-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @roadiehq/backstage-plugin-argo-cd-backend

## 2.10.0

### Minor Changes

- d52d82ec: Add endpoint that grabs all argo projects and another endpoint that checks if app already exists in a given cluster with the same repo and source

## 2.9.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-argo-cd-backend",
"version": "2.9.0",
"version": "2.10.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/frontend/backstage-plugin-argo-cd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @roadiehq/backstage-plugin-argo-cd

## 2.2.20

### Patch Changes

- 2c2661cb: Filtered null values from ArgoCD revision history

## 2.2.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/frontend/backstage-plugin-argo-cd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-argo-cd",
"version": "2.2.19",
"version": "2.2.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 51fb464

Please sign in to comment.