Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2024
1 parent fa1521c commit a6d753d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions workspaces/npm/.changeset/violet-foxes-clean.md

This file was deleted.

7 changes: 7 additions & 0 deletions workspaces/npm/packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.2",
"version": "0.0.3",
"private": true,
"bundled": true,
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions workspaces/npm/plugins/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.1",
"version": "1.0.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit a6d753d

Please sign in to comment.