From 312383b319d6ab4cdb51a63f96fad9ae5ca05460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sun, 1 May 2022 19:17:03 +0200 Subject: [PATCH] 2.0.0-alpha.7 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459f8fc34..e6f01f840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 825097205..fa1689fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "u-wave-web-build", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "u-wave-web-build", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "license": "MIT", "dependencies": { "@babel/runtime": "^7.14.0", diff --git a/package.json b/package.json index 7fe35f177..ffbe3f151 100644 --- a/package.json +++ b/package.json @@ -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 ", "bin": { "u-wave-web": "bin/u-wave-web"