Skip to content

Commit d4720cc

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

File tree

13 files changed

+51
-22
lines changed

13 files changed

+51
-22
lines changed

workspaces/playlist/.changeset/hungry-countries-judge.md

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

workspaces/playlist/.changeset/rotten-jeans-kneel.md

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

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

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

workspaces/playlist/packages/app/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6c0f6ee]
8+
- Updated dependencies [79ebcc3]
9+
- @backstage-community/plugin-playlist@0.7.0
10+
311
## 0.0.11
412

513
### 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.11",
3+
"version": "0.0.12",
44
"private": true,
55
"bundled": true,
66
"repository": {

workspaces/playlist/packages/backend/CHANGELOG.md

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

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a52f5c1]
8+
- Updated dependencies [79ebcc3]
9+
- @backstage-community/plugin-playlist-backend@0.9.0
10+
311
## 0.0.12
412

513
### 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.12",
3+
"version": "0.0.13",
44
"main": "dist/index.cjs.js",
55
"types": "src/index.ts",
66
"private": true,

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

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 79ebcc3: Backstage version bump to v1.38.1
8+
9+
### Patch Changes
10+
11+
- a52f5c1: Heavily improved the speed of querying entities for a playlist
12+
- Updated dependencies [79ebcc3]
13+
- @backstage-community/plugin-playlist-common@0.6.0
14+
315
## 0.8.0
416

517
### 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.8.0",
3+
"version": "0.9.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.6.0
4+
5+
### Minor Changes
6+
7+
- 79ebcc3: Backstage version bump to v1.38.1
8+
39
## 0.5.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.5.0",
3+
"version": "0.6.0",
44
"description": "Common functionalities for the playlist plugin",
55
"backstage": {
66
"role": "common-library",

workspaces/playlist/plugins/playlist/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 79ebcc3: Backstage version bump to v1.38.1
8+
9+
### Patch Changes
10+
11+
- 6c0f6ee: Update README links to point to community-plugins repository.
12+
- Updated dependencies [79ebcc3]
13+
- @backstage-community/plugin-playlist-common@0.6.0
14+
315
## 0.6.1
416

517
### Patch Changes

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

0 commit comments

Comments
 (0)