This commit is contained in:
lesion 2022-08-14 15:06:08 +02:00
parent c003259e28
commit 6612c95ee0
No known key found for this signature in database
GPG key ID: 352918250B012177
4 changed files with 19 additions and 11 deletions

View file

@ -1,5 +1,9 @@
All notable changes to this project will be documented in this file.
### 1.5.1 - 14 aug '22
- fix regression with hidden recurrent events
### 1.5.0 - 8 aug '22
##### :warning: **BREAKING CHANGES**:
- supported nodejs version >=14 <=16 (nodejs 12 reached End-of-Life on 30 April 2022)

View file

@ -8,6 +8,10 @@ nav_order: 10
All notable changes to this project will be documented in this file.
### 1.5.1 - 14 aug '22
- fix regression with hidden recurrent events
### 1.5.0 - 8 aug '22
##### :warning: **BREAKING CHANGES**:
- supported nodejs version >=14 <=16 (nodejs 12 reached End-of-Life on 30 April 2022)

View file

@ -1,6 +1,6 @@
{
"name": "gancio",
"version": "1.5.0",
"version": "1.5.1",
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {
@ -43,7 +43,7 @@
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dayjs": "^1.11.4",
"dayjs": "^1.11.5",
"dompurify": "^2.3.10",
"email-templates": "^8.0.9",
"express": "^4.18.1",
@ -76,7 +76,7 @@
"vue": "2.7.8",
"vue-i18n": "^8.26.7",
"vue-template-compiler": "2.7.8",
"vuetify": "2.6.8",
"vuetify": "2.6.9",
"winston": "^3.8.1",
"winston-daily-rotate-file": "^4.7.1",
"yargs": "^17.5.0"

View file

@ -4730,10 +4730,10 @@ dayjs@^1.10.6:
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.8.tgz#267df4bc6276fcb33c04a6735287e3f429abec41"
integrity sha512-wbNwDfBHHur9UOzNUjeKUOJ0fCb0a52Wx0xInmQ7Y8FstyajiV1NmK1e00cxsr9YrE9r7yAChE0VvpuY5Rnlow==
dayjs@^1.11.4:
version "1.11.4"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.4.tgz#3b3c10ca378140d8917e06ebc13a4922af4f433e"
integrity sha512-Zj/lPM5hOvQ1Bf7uAvewDaUcsJoI6JmNqmHhHl3nyumwe0XHwt8sWdOVAPACJzCebL8gQCi+K49w7iKWnGwX9g==
dayjs@^1.11.5:
version "1.11.5"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.5.tgz#00e8cc627f231f9499c19b38af49f56dc0ac5e93"
integrity sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA==
de-indent@^1.0.2:
version "1.0.2"
@ -12954,10 +12954,10 @@ vuetify-loader@^1.7.3:
file-loader "^6.2.0"
loader-utils "^2.0.0"
vuetify@2.6.8:
version "2.6.8"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.8.tgz#3f4cfa56b7eff4bad1818cd1812b47f6754e140a"
integrity sha512-CbJsIGfye++an5/I5ypmYgf74vxt5j0NJ/7UUIDXRYXZsM9YuEpnqo97Ob4LD6QEli1gJa6WXWS8pXLWk0ArPQ==
vuetify@2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.9.tgz#abd3884bee9947c4a5b1dd560ad832bc4d8fccbf"
integrity sha512-f4jy/DWCwyrkgbbArg0ugSX70aHfv7oO3zz2nuXqoD3W0X8AgunrakzKkt0H+BnuZgesoit9NzLoJNj1GY5DWw==
vuetify@^2.6:
version "2.6.3"