Skip to content

Commit

Permalink
Revert "Version Packages (#1506)"
Browse files Browse the repository at this point in the history
This reverts commit 19bcd6a.
  • Loading branch information
karthikjeeyar committed Oct 11, 2024
1 parent 91fb11b commit 9685ae2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
5 changes: 5 additions & 0 deletions workspaces/npm/.changeset/proud-brooms-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-npm': major
---

Initial version that shows meta info and latest versions from a npm registry
8 changes: 0 additions & 8 deletions workspaces/npm/packages/app/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion workspaces/npm/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.1",
"version": "0.0.0",
"private": true,
"bundled": true,
"repository": {
Expand Down
7 changes: 0 additions & 7 deletions workspaces/npm/plugins/npm/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion workspaces/npm/plugins/npm/package.json
Original file line number Diff line number Diff line change
@@ -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.0",
"version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9685ae2

Please sign in to comment.