Skip to content

Commit bd7fbff

Browse files
committed
2.0.0-alpha.31
1 parent bbaef5f commit bd7fbff

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.0.0-alpha.31 / 18 Dec 2023
8+
While this is an alpha release, new servers should use this rather than an older "stable" version.
9+
10+
Fixes:
11+
* Further Typescript refactor for playlist state, addressing problems loading inactive playlists. (#2801)
12+
713
## 2.0.0-alpha.30 / 09 Dec 2023
814
While this is an alpha release, new servers should use this rather than an older "stable" version.
915

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "u-wave-web-build",
33
"description": "Web client for üWave servers.",
4-
"version": "2.0.0-alpha.30",
4+
"version": "2.0.0-alpha.31",
55
"author": "Renée Kooi <[email protected]>",
66
"type": "module",
77
"dependencies": {

0 commit comments

Comments
 (0)