Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## @janus-idp/backstage-plugin-argocd 1.0.0 (2024-05-07)

### Features

* **argocd:** add argocd deployment lifecycle and summary component ([#1540](#1540)) ([4c7c533](4c7c533))
* **argocd:** create a new plugin for argocd ([#1360](#1360)) ([a3b6916](a3b6916))
  • Loading branch information
semantic-release-bot committed May 7, 2024
1 parent 4c7c533 commit 81a24d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions plugins/argocd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## @janus-idp/backstage-plugin-argocd 1.0.0 (2024-05-07)


### Features

* **argocd:** add argocd deployment lifecycle and summary component ([#1540](https://github.com/janus-idp/backstage-plugins/issues/1540)) ([4c7c533](https://github.com/janus-idp/backstage-plugins/commit/4c7c533cae664efc5deff15f7411ed4d74c287a7))
* **argocd:** create a new plugin for argocd ([#1360](https://github.com/janus-idp/backstage-plugins/issues/1360)) ([a3b6916](https://github.com/janus-idp/backstage-plugins/commit/a3b691688942c53892717f8f05e0e06bdaba6454))
4 changes: 2 additions & 2 deletions plugins/argocd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-argocd",
"version": "0.1.0",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@backstage/core-app-api": "1.12.3",
"@backstage/dev-utils": "1.0.30",
"@backstage/test-utils": "1.5.3",
"@janus-idp/cli": "1.7.5",
"@janus-idp/cli": "1.8.5",
"@testing-library/jest-dom": "6.0.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.0.0",
Expand Down

0 comments on commit 81a24d4

Please sign in to comment.