Version Packages (#1752)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2024-10-24 06:47:38 +02:00 committed by GitHub
parent fa1521c14c
commit ae9e283fd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 15 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-npm': patch
---
export deprecated card components to be backward compatible

View File

@ -1,5 +1,12 @@
# app
## 0.0.3
### Patch Changes
- Updated dependencies [fa1521c]
- @backstage-community/plugin-npm@1.0.2
## 0.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"bundled": true,
"repository": {

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-npm
## 1.0.2
### Patch Changes
- fa1521c: export deprecated card components to be backward compatible
## 1.0.1
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-npm",
"description": "A Backstage plugin that shows meta info and latest versions from a npm registry",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",