Skip to content

Commit c0f6d1d

Browse files
Version Packages (#6609)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cfc3a6c commit c0f6d1d

File tree

11 files changed

+47
-12
lines changed

11 files changed

+47
-12
lines changed

workspaces/playlist/.changeset/version-bump-1-46-1.md

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

workspaces/playlist/packages/app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# app
22

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [52c9b7d]
8+
- @backstage-community/plugin-playlist@0.14.0
9+
310
## 0.0.18
411

512
### Patch Changes

workspaces/playlist/packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"private": true,
55
"bundled": true,
66
"repository": {

workspaces/playlist/packages/backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# backend
22

3+
## 0.0.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [52c9b7d]
8+
- @backstage-community/plugin-playlist-backend@0.16.0
9+
310
## 0.0.20
411

512
### Patch Changes

workspaces/playlist/packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"main": "dist/index.cjs.js",
55
"types": "src/index.ts",
66
"private": true,

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

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

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- 52c9b7d: Backstage version bump to v1.46.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [52c9b7d]
12+
- @backstage-community/plugin-playlist-common@0.13.0
13+
314
## 0.15.0
415

516
### Minor Changes

workspaces/playlist/plugins/playlist-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-playlist-backend",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"backstage": {
55
"role": "backend-plugin",
66
"pluginId": "playlist",

workspaces/playlist/plugins/playlist-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-playlist-common
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- 52c9b7d: Backstage version bump to v1.46.1
8+
39
## 0.12.0
410

511
### Minor Changes

workspaces/playlist/plugins/playlist-common/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-playlist-common",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Common functionalities for the playlist plugin",
55
"backstage": {
66
"role": "common-library",

workspaces/playlist/plugins/playlist/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- 52c9b7d: Backstage version bump to v1.46.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [52c9b7d]
12+
- @backstage-community/plugin-playlist-common@0.13.0
13+
314
## 0.13.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)