Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-10-17 14:22:00 +0300
committerGitHub <noreply@github.com>2022-10-17 14:22:00 +0300
commit999f033e326c59461e6b00d3d0b258155b8443c0 (patch)
tree9866ad01b8c2a9c08125d0026388f916f5e64a5b
parent0b4467be01faa5e3450fe94315608a301ad53db3 (diff)
parentce525374f24189d852caa020d50225b520a5362f (diff)
Merge pull request #7442 from nextcloud/release/v2.0.2v2.0.2
Release v2.0.2
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13e584549..a391d7fe2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.0.2 – 2022-10-17
+### Fixed
+- Modal glitches on Firefox when toggling autoresponder
+
## 2.0.1 – 2022-10-13
### Fixed
- Int value out of range when accepting calendar invitation
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 49f3b19d3..542eb58a3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.
- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<licence>agpl</licence>
<author>Greta Doçi</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
diff --git a/package-lock.json b/package-lock.json
index 68627a3a2..442633c06 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "2.0.1",
+ "version": "2.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "2.0.1",
+ "version": "2.0.2",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.1.0",
diff --git a/package.json b/package.json
index 6029be91c..27c5eb5aa 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "2.0.1",
+ "version": "2.0.2",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,