chore(media-scanner): release 0.23.0-alpha.29 (#1498)

This commit is contained in:
Christian Benincasa
2025-12-05 12:04:04 -05:00
committed by GitHub
parent e285655daf
commit 612f3c1829
7 changed files with 15 additions and 6 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## [0.23.0-alpha.29](https://github.com/chrisbenincasa/tunarr/compare/v0.23.0-alpha.28...v0.23.0-alpha.29) (2025-12-05)
### Bug Fixes
* actually delete smart collections when requested ([e285655](https://github.com/chrisbenincasa/tunarr/commit/e285655daf592bc4e13e4b6bacc2e8d68e094c5a))
* allow viewing slot schedulers even with missing programming ([7993bb5](https://github.com/chrisbenincasa/tunarr/commit/7993bb53c29d13b83b30169776698b837c7364c4))
* fix horizontal page scroll ([#1497](https://github.com/chrisbenincasa/tunarr/issues/1497)) ([308bf3d](https://github.com/chrisbenincasa/tunarr/commit/308bf3d5013364d0b173664ae0f45323978255d6))
## [0.23.0-alpha.28](https://github.com/chrisbenincasa/tunarr/compare/v0.23.0-alpha.27...v0.23.0-alpha.28) (2025-12-03)

View File

@@ -1,6 +1,6 @@
{
"name": "tunarr",
"version": "0.23.0-alpha.28",
"version": "0.23.0-alpha.29",
"description": "Create LiveTV channels from your Plex media",
"type": "module",
"author": "chrisbenincasa",

View File

@@ -1,3 +1,3 @@
{
".": "0.23.0-alpha.28"
".": "0.23.0-alpha.29"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/server",
"version": "0.23.0-alpha.28",
"version": "0.23.0-alpha.29",
"description": "Create LiveTV channels from your Plex media",
"license": "Zlib",
"private": true,

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/shared",
"version": "0.23.0-alpha.28",
"version": "0.23.0-alpha.29",
"description": "Utility functions shared between server and web",
"private": true,
"keywords": [],

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/types",
"version": "0.23.0-alpha.28",
"version": "0.23.0-alpha.29",
"description": "Type definitions and schemas shared between server and web",
"private": true,
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/web",
"version": "0.23.0-alpha.28",
"version": "0.23.0-alpha.29",
"private": true,
"type": "module",
"scripts": {