Skip to content

Commit d12844d

Browse files
semantic-release-botciiay
authored andcommitted
chore(release): 1.0.0 [skip ci]
## @janus-idp/backstage-plugin-argocd 1.0.0 (2024-05-07) ### Features * **argocd:** add argocd deployment lifecycle and summary component ([janus-idp#1540](janus-idp#1540)) ([4c7c533](janus-idp@4c7c533)) * **argocd:** create a new plugin for argocd ([janus-idp#1360](janus-idp#1360)) ([a3b6916](janus-idp@a3b6916))
1 parent fb72ab7 commit d12844d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

plugins/argocd/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## @janus-idp/backstage-plugin-argocd 1.0.0 (2024-05-07)
2+
3+
4+
### Features
5+
6+
* **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))
7+
* **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))

plugins/argocd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-argocd",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -53,7 +53,7 @@
5353
"@backstage/core-app-api": "1.12.3",
5454
"@backstage/dev-utils": "1.0.30",
5555
"@backstage/test-utils": "1.5.3",
56-
"@janus-idp/cli": "1.7.5",
56+
"@janus-idp/cli": "1.8.5",
5757
"@testing-library/jest-dom": "6.0.0",
5858
"@testing-library/react": "14.0.0",
5959
"@testing-library/user-event": "14.0.0",

0 commit comments

Comments
 (0)