Version Packages (#3986)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a07b802cb8
commit
f4b7b49f2f
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-acr': patch
|
||||
---
|
||||
|
||||
remove product specific theme (dev dependency only)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-acr': patch
|
||||
---
|
||||
|
||||
remove react import
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
### Dependencies
|
||||
|
||||
## 1.14.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 86fc9e2: remove product specific theme (dev dependency only)
|
||||
- 86fc9e2: remove react import
|
||||
|
||||
## 1.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-acr",
|
||||
"description": "A Backstage plugin that displays information about your container images available in the Azure Container Registry",
|
||||
"version": "1.14.0",
|
||||
"version": "1.14.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue