Skip to content

Commit

Permalink
2.0.0-alpha.29
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 6, 2023
1 parent 7326436 commit 1135dab
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 102 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.29 / 06 Dec 2023
While this is an alpha release, new servers should use this rather than an older "stable" version.

Features:
* Typescript refactor. (#2685)

Fixes:
* Fix overflows in autocomplete with long emote names. (#2674)

Internal:
* Build emoji files and shortcodes map in a vite plugin. (#2789)

## 2.0.0-alpha.24 / 13 Mar 2023
While this is an alpha release, new servers should use this rather than an older "stable" version.

Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "u-wave-web",
"version": "2.0.0-alpha.28",
"version": "2.0.0-alpha.29",
"description": "Web client for üWave servers.",
"author": "Renée Kooi <[email protected]>",
"license": "MIT",
Expand Down
172 changes: 72 additions & 100 deletions package-lock.json

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

Loading

0 comments on commit 1135dab

Please sign in to comment.