summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-21 09:10:02 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-21 09:27:29 +0200
commit44cae63727990b51da58a0ad0cd59e96e545ea34 (patch)
treeb3eded566d6340b5b55856ab7b7e53bf93df0155
parent4d9fc5f8f6658fa8bd2101e745193e2a5f31f931 (diff)
4.0.0-beta.3v4.0.0-beta.3
-rw-r--r--CHANGELOG.md14
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 18 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 293cb103..9f4671e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [v4.0.0-beta.3](https://github.com/nextcloud/contacts/tree/v4.0.0-beta.3) (2021-06-21)
+
+[Full Changelog](https://github.com/nextcloud/contacts/compare/v4.0.0-beta.2...v4.0.0-beta.3)
+
+### Enhancements
+- Comply to new resizeable list feature
+ [\#2246](https://github.com/nextcloud/contacts/pull/2246) ([skjnldsv](https://github.com/skjnldsv))
+
+### Fixed
+- Fix Circle class name comparison
+ [\#2287](https://github.com/nextcloud/contacts/pull/2287) ([skjnldsv](https://github.com/skjnldsv))
+- Fix chain condition of responses
+ [\#2286](https://github.com/nextcloud/contacts/pull/2286) ([skjnldsv](https://github.com/skjnldsv))
+
## [v4.0.0-beta.2](https://github.com/nextcloud/contacts/tree/v4.0.0-beta.2) (2021-06-17)
[Full Changelog](https://github.com/nextcloud/contacts/compare/v4.0.0-beta.1...v4.0.0-beta.2)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9a4e061d..e1669d48 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>4.0.0-beta.2</version>
+ <version>4.0.0-beta.3</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
diff --git a/package-lock.json b/package-lock.json
index eb93f5fd..3701e30d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "contacts",
- "version": "4.0.0-beta.2",
+ "version": "4.0.0-beta.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "4.0.0-beta.2",
+ "version": "4.0.0-beta.3",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.3.1",
diff --git a/package.json b/package.json
index ca5af689..0f36c0ab 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
- "version": "4.0.0-beta.2",
+ "version": "4.0.0-beta.3",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",