Skip to content

Commit

Permalink
Merge pull request #1079 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 14, 2023
2 parents 2511531 + 57cf571 commit 52533e3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-shirts-cheat.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.20

### Patch Changes

- Updated dependencies [0c7d7136]
- @roadiehq/backstage-plugin-argo-cd-backend@2.11.0

## 2.0.19

### 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.19",
"version": "2.0.20",
"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.10.0",
"@roadiehq/backstage-plugin-argo-cd-backend": "2.11.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.11.0

### Minor Changes

- 0c7d7136: Updates the error thrown in argoCreateApplication to include the error message from argo api response.

## 2.10.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.10.0",
"version": "2.11.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 52533e3

Please sign in to comment.