Version Packages (#1506)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2024-10-10 18:07:41 +02:00 committed by GitHub
parent a3a25502ca
commit 19bcd6a994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 17 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-npm': major
---
Initial version that shows meta info and latest versions from a npm registry

View File

@ -0,0 +1,8 @@
# app
## 0.0.1
### Patch Changes
- Updated dependencies [ab4b7fd]
- @backstage-community/plugin-npm@1.0.0

View File

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

View File

@ -0,0 +1,7 @@
# @backstage-community/plugin-npm
## 1.0.0
### Major Changes
- ab4b7fd: Initial version that shows meta info and latest versions from a npm registry

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": "0.1.0",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",