Skip to content

Commit 40d7012

Browse files
Version Packages (#8124)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dc8e24e commit 40d7012

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

workspaces/npm/.changeset/version-bump-1-48-5.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

workspaces/npm/plugins/npm-backend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @backstage-community/plugin-npm-backend
22

3+
## 1.19.1
4+
5+
### Patch Changes
6+
7+
- f934f69: Backstage version bump to v1.48.5
8+
- Updated dependencies [f934f69]
9+
- @backstage-community/plugin-npm-common@1.19.1
10+
311
## 1.19.0
412

513
### Minor Changes

workspaces/npm/plugins/npm-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-npm-backend",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/npm/plugins/npm-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backstage-community/plugin-npm-common
22

3+
## 1.19.1
4+
5+
### Patch Changes
6+
7+
- f934f69: Backstage version bump to v1.48.5
8+
39
## 1.19.0
410

511
### Minor Changes

workspaces/npm/plugins/npm-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@backstage-community/plugin-npm-common",
33
"description": "Common functionalities for the npm plugin",
4-
"version": "1.19.0",
4+
"version": "1.19.1",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/npm/plugins/npm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @backstage-community/plugin-npm
22

3+
## 1.19.1
4+
5+
### Patch Changes
6+
7+
- f934f69: Backstage version bump to v1.48.5
8+
- Updated dependencies [f934f69]
9+
- @backstage-community/plugin-npm-common@1.19.1
10+
311
## 1.19.0
412

513
### Minor Changes

workspaces/npm/plugins/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@backstage-community/plugin-npm",
33
"description": "A Backstage plugin that shows meta info and latest versions from a npm registry",
4-
"version": "1.19.0",
4+
"version": "1.19.1",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)