Version Packages (#4336)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
630ce72005
commit
06713c72a1
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-redhat-argocd-backend': patch
|
||||
'@backstage-community/plugin-redhat-argocd-common': patch
|
||||
'@backstage-community/plugin-redhat-argocd': patch
|
||||
---
|
||||
|
||||
remove support and lifecycle keywords in package.json
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# @backstage-community/plugin-redhat-argocd-backend
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6a59fcf: remove support and lifecycle keywords in package.json
|
||||
- Updated dependencies [6a59fcf]
|
||||
- @backstage-community/plugin-redhat-argocd-common@1.6.1
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-redhat-argocd-backend",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @backstage-community/plugin-redhat-argocd-common
|
||||
|
||||
## 1.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6a59fcf: remove support and lifecycle keywords in package.json
|
||||
|
||||
## 1.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-redhat-argocd-common",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
## @backstage-community/plugin-redhat-argocd
|
||||
|
||||
## 1.21.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6a59fcf: remove support and lifecycle keywords in package.json
|
||||
- Updated dependencies [6a59fcf]
|
||||
- @backstage-community/plugin-redhat-argocd-common@1.6.1
|
||||
|
||||
## 1.21.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-redhat-argocd",
|
||||
"version": "1.21.1",
|
||||
"version": "1.21.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue