Skip to content

Commit

Permalink
2.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 1, 2022
1 parent 0b7138b commit 312383b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.7 / 01 May 2022
While this is an alpha release, new servers should use this rather than an older "stable" version.

Features:
* Add twitter emoji. (#2149)

Internal:
* Upgrade React to version 18. (#2271)
* Use UUIDs for chat message IDs. (#2311)
* Use react-virtual instead of react-window. (#2306)
* And many dependency updates.

## 2.0.0-alpha.6 / 20 Nov 2021
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.6",
"version": "2.0.0-alpha.7",
"author": "Renée Kooi <[email protected]>",
"bin": {
"u-wave-web": "bin/u-wave-web"
Expand Down

0 comments on commit 312383b

Please sign in to comment.