Skip to content

Commit

Permalink
2.0.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 4, 2022
1 parent b5500e8 commit 197c6d9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

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

## 2.0.0-alpha.15 / 04 Nov 2022
While this is an alpha release, new servers should use this rather than an older "stable" version.

Features:
* Rework the admin panel with SWR. (#2544)

Bugfixes:
* Fix a crash in the admin user list when a user has an invalid join date.

Internal:
* Reduce unnecessary callback invalidation.
* Do not compile dependencies to ES2015 when targeting modern browsers.

## 2.0.0-alpha.14 / 31 Oct 2022
While this is an alpha release, new servers should use this rather than an older "stable" version.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "u-wave-web-build",
"description": "Web client for üWave servers.",
"version": "2.0.0-alpha.14",
"version": "2.0.0-alpha.15",
"author": "Renée Kooi <[email protected]>",
"bin": {
"u-wave-web": "bin/u-wave-web"
Expand Down

0 comments on commit 197c6d9

Please sign in to comment.