From e0d3b107a5677fee0f98dad9bbc5d2b384a5c0dc Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 6 Sep 2022 21:58:06 +0200 Subject: [PATCH] v1.5.4 - Update webcomponent deps - Refactor datime display in webcomponent - Force flyer download - Restore range events on calendar - Fix limit/max events for mariadb #183 - Fix endtime selection - Fix microdata address # On branch master # Your branch is up to date with 'origin/master'. # # Changes to be committed: # (use "git restore --staged ..." to unstage) # modified: CHANGELOG # modified: docs/changelog.md # modified: package.json # # Untracked files: # (use "git add ..." to include in what will be committed) # gancio_plugins/ # yunohost/ # # diff --git a/CHANGELOG b/CHANGELOG # index 954e339..0a7c66d 100644 # --- a/CHANGELOG # +++ b/CHANGELOG # @@ -1,5 +1,14 @@ # All notable changes to this project will be documented in this file. # # +### 1.5.4 - 6 set '22 # + - Update webcomponent deps # + - Refactor datime display in webcomponent # + - Force flyer download # + - Restore range events on calendar # + - Fix limit/max events for mariadb #183 # + - Fix endtime selection # + - Fix microdata address # + # ### 1.5.3 - 30 aug '22 # - Fix end time selection when it's in the next day # # diff --git a/docs/changelog.md b/docs/changelog.md # index 59d95e1..d441d93 100644 # --- a/docs/changelog.md # +++ b/docs/changelog.md # @@ -8,6 +8,16 @@ nav_order: 10 # # All notable changes to this project will be documented in this file. # # +### 1.5.4 - 6 set '22 # + - Update webcomponent deps # + - Refactor datime display in webcomponent # + - Force flyer download # + - Restore range events on calendar # + - Fix limit/max events for mariadb #183 # + - Fix endtime selection # + - Fix microdata address # + # + # ### 1.5.3 - 30 aug '22 # - Fix end time selection when it's in the next day # # diff --git a/package.json b/package.json # index 40ed9eb..776596b 100644 # --- a/package.json # +++ b/package.json # @@ -1,6 +1,6 @@ # { # "name": "gancio", # - "version": "1.5.3", # + "version": "1.5.4", # "description": "A shared agenda for local communities", # "author": "lesion", # "scripts": { --- CHANGELOG | 9 +++++++++ docs/changelog.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 954e339d..0a7c66d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ All notable changes to this project will be documented in this file. +### 1.5.4 - 6 set '22 + - Update webcomponent deps + - Refactor datime display in webcomponent + - Force flyer download + - Restore range events on calendar + - Fix limit/max events for mariadb #183 + - Fix endtime selection + - Fix microdata address + ### 1.5.3 - 30 aug '22 - Fix end time selection when it's in the next day diff --git a/docs/changelog.md b/docs/changelog.md index 59d95e1f..d441d93a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,16 @@ nav_order: 10 All notable changes to this project will be documented in this file. +### 1.5.4 - 6 set '22 + - Update webcomponent deps + - Refactor datime display in webcomponent + - Force flyer download + - Restore range events on calendar + - Fix limit/max events for mariadb #183 + - Fix endtime selection + - Fix microdata address + + ### 1.5.3 - 30 aug '22 - Fix end time selection when it's in the next day diff --git a/package.json b/package.json index 40ed9eb1..776596b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.5.3", + "version": "1.5.4", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {