Skip to content

Commit

Permalink
Version Packages (#3079)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
backstage-service and github-actions[bot] authored Mar 1, 2025
1 parent 76f6976 commit f3c141b
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 10 deletions.
6 changes: 0 additions & 6 deletions workspaces/linkerd/.changeset/version-bump-1-36-1.md

This file was deleted.

7 changes: 7 additions & 0 deletions workspaces/linkerd/packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app

## 0.0.13

### Patch Changes

- Updated dependencies [540a375]
- @backstage-community/plugin-linkerd@0.6.0

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/linkerd/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"bundled": true,
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions workspaces/linkerd/packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# backend

## 0.0.16

### Patch Changes

- Updated dependencies [540a375]
- @backstage-community/plugin-linkerd-backend@0.6.0
- [email protected]

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/linkerd/packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.15",
"version": "0.0.16",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions workspaces/linkerd/plugins/linkerd-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backstage-community/plugin-linkerd-backend

## 0.6.0

### Minor Changes

- 540a375: Backstage version bump to v1.36.1

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/linkerd/plugins/linkerd-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-linkerd-backend",
"version": "0.5.1",
"version": "0.6.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/linkerd/plugins/linkerd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backstage-community/plugin-linkerd

## 0.6.0

### Minor Changes

- 540a375: Backstage version bump to v1.36.1

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/linkerd/plugins/linkerd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-linkerd",
"version": "0.5.0",
"version": "0.6.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit f3c141b

Please sign in to comment.