v1.5.3
This commit is contained in:
parent
fcae78f427
commit
098e0202c9
4 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### 1.5.3 - 30 aug '22
|
||||
- Fix end time selection when it's in the next day
|
||||
|
||||
### 1.5.2 - 26 aug '22
|
||||
- fix Editor background color
|
||||
|
||||
|
|
|
@ -8,6 +8,9 @@ nav_order: 10
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### 1.5.3 - 30 aug '22
|
||||
- Fix end time selection when it's in the next day
|
||||
|
||||
### 1.5.2 - 26 aug '22
|
||||
- fix Editor background color
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gancio",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"description": "A shared agenda for local communities",
|
||||
"author": "lesion",
|
||||
"scripts": {
|
||||
|
|
|
@ -11,4 +11,4 @@ mv gancio-$RELEASE.tgz releases/latest.tgz
|
|||
cp gancio-$RELEASE.tgz.sig releases/
|
||||
mv gancio-$RELEASE.tgz.sig releases/latest.tgz.sig
|
||||
yarn doc
|
||||
rsync -a docs/_site/ gancio.org:/var/www/gancio/
|
||||
rsync -a docs/_site/ gancio.org:/var/www/gancio/
|
||||
|
|
Loading…
Reference in a new issue