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 <christoph@winzerhof-wurst.at>2022-10-13 18:11:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-10-13 18:11:40 +0300
commit620fa90a3b7cbe79d2df87b553d77e6b2790ead5 (patch)
tree8f64ce79cdaf9308abe5efde28a844979cad3dd5
parentd3b0c6f917183f7ed1e78bd445ecadbb4d61721c (diff)
v1.14.1v1.14.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a047a1c45..7ba5494ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 1.14.0 - 2022-09-20
+## 1.14.1 - 2022-10-13
+### Changed
+- Updated Vue component library to v6
+## 1.14.0 - 2022-09-20
### Added
- Migrate icons to material design icons
- Show primary color dot in subject line for unread messages in envelope list
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0a2a1e6bb..0ff95743c 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>1.14.0</version>
+ <version>1.14.1</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 08fdc6a50..1b80434a3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.14.0-rc.2",
+ "version": "1.14.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.14.0-rc.2",
+ "version": "1.14.1",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.0.1",
diff --git a/package.json b/package.json
index e669fc9f8..892da6cf0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.14.0-rc.2",
+ "version": "1.14.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,