diff --git a/CHANGELOG.md b/CHANGELOG.md index e50da3d3..3fcee105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.36.2] - 2025-02-28 ### Added diff --git a/docs/playlet-web-api.yml b/docs/playlet-web-api.yml index 6c344ee5..80dba755 100644 --- a/docs/playlet-web-api.yml +++ b/docs/playlet-web-api.yml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Playlet Web API - version: 0.36.1 + version: 0.36.2 description: Playlet Web API is a RESTful API for controlling the Playlet app on Roku devices. The API is intended to be used by the Playlet web app, but can diff --git a/package-lock.json b/package-lock.json index 9295b520..9fc95faa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playlet", - "version": "0.36.1", + "version": "0.36.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playlet", - "version": "0.36.1", + "version": "0.36.2", "hasInstallScript": true, "devDependencies": { "@rokucommunity/bslint": "^0.8.28", diff --git a/package.json b/package.json index 06f7edf0..46d9e779 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playlet", - "version": "0.36.1", + "version": "0.36.2", "description": "Unofficial YouTube client for Roku", "devDependencies": { "@rokucommunity/bslint": "^0.8.28", diff --git a/playlet-app/package-lock.json b/playlet-app/package-lock.json index 89ae73a9..af6d365c 100644 --- a/playlet-app/package-lock.json +++ b/playlet-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "playlet-app", - "version": "0.36.1", + "version": "0.36.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "playlet-app", - "version": "0.36.1" + "version": "0.36.2" } } } diff --git a/playlet-app/package.json b/playlet-app/package.json index 7d519217..ca0b3c6e 100644 --- a/playlet-app/package.json +++ b/playlet-app/package.json @@ -1,6 +1,6 @@ { "name": "playlet-app", - "version": "0.36.1", + "version": "0.36.2", "description": "Unofficial YouTube client for Roku", "scripts": { "prebuild": "rm -rf ../build/playlet-app", diff --git a/playlet-app/src/manifest b/playlet-app/src/manifest index 2e75350d..ebda3eb1 100644 --- a/playlet-app/src/manifest +++ b/playlet-app/src/manifest @@ -3,7 +3,7 @@ title=Playlet # Do not update version manually, it is auto updated from package.json major_version=0 minor_version=36 -build_version=00001 +build_version=00002 ui_resolutions=hd uri_resolution_autosub=$$RES$$,480p,720p,1080p diff --git a/playlet-lib/package-lock.json b/playlet-lib/package-lock.json index 3d1a16a6..c79bff83 100644 --- a/playlet-lib/package-lock.json +++ b/playlet-lib/package-lock.json @@ -1,12 +1,12 @@ { "name": "playlet-lib", - "version": "0.36.1", + "version": "0.36.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "playlet-lib", - "version": "0.36.1" + "version": "0.36.2" } } } diff --git a/playlet-lib/package.json b/playlet-lib/package.json index 80848524..73a62e32 100644 --- a/playlet-lib/package.json +++ b/playlet-lib/package.json @@ -1,6 +1,6 @@ { "name": "playlet-lib", - "version": "0.36.1", + "version": "0.36.2", "description": "Unofficial YouTube client for Roku", "scripts": { "prebuild": "rm -rf ../build/playlet-lib", diff --git a/playlet-lib/src/manifest b/playlet-lib/src/manifest index 8c2d9ac6..080fe7ef 100644 --- a/playlet-lib/src/manifest +++ b/playlet-lib/src/manifest @@ -3,7 +3,7 @@ title=PlayletLib # Do not update version manually, it is auto updated from package.json major_version=0 minor_version=36 -build_version=00001 +build_version=00002 ui_resolutions=hd uri_resolution_autosub=$$RES$$,480p,720p,1080p diff --git a/playlet-web/package-lock.json b/playlet-web/package-lock.json index af191031..45634a5c 100644 --- a/playlet-web/package-lock.json +++ b/playlet-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "playlet-web", - "version": "0.36.1", + "version": "0.36.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playlet-web", - "version": "0.36.1", + "version": "0.36.2", "devDependencies": { "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tailwindcss/typography": "^0.5.16", diff --git a/playlet-web/package.json b/playlet-web/package.json index 403e288c..978c03cf 100644 --- a/playlet-web/package.json +++ b/playlet-web/package.json @@ -1,6 +1,6 @@ { "name": "playlet-web", - "version": "0.36.1", + "version": "0.36.2", "type": "module", "scripts": { "dev": "vite",