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.
|
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
|
### 1.5.2 - 26 aug '22
|
||||||
- fix Editor background color
|
- fix Editor background color
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,9 @@ nav_order: 10
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
### 1.5.2 - 26 aug '22
|
||||||
- fix Editor background color
|
- fix Editor background color
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -11,4 +11,4 @@ mv gancio-$RELEASE.tgz releases/latest.tgz
|
||||||
cp gancio-$RELEASE.tgz.sig releases/
|
cp gancio-$RELEASE.tgz.sig releases/
|
||||||
mv gancio-$RELEASE.tgz.sig releases/latest.tgz.sig
|
mv gancio-$RELEASE.tgz.sig releases/latest.tgz.sig
|
||||||
yarn doc
|
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