diff --git a/CHANGELOG b/CHANGELOG index f78be025..d2226939 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ All notable changes to this project will be documented in this file. -### 1.6.12 - 12 mag '23 +### 1.6.12 - 12 may '23 - Fixed a bad bug in end time calculation that would sometimes hide the event from the homepage the day it occurred - map marker is now draggable - update locales (Basque, Galician, Italian, Spanish, Catalan) diff --git a/docs/changelog.md b/docs/changelog.md index e5d7fcbe..d542b20c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,7 +8,7 @@ nav_order: 10 All notable changes to this project will be documented in this file. -### 1.6.12 - 12 mag '23 +### 1.6.12 - 12 may '23 - Fixed a bad bug in end time calculation that would sometimes hide the event from the homepage the day it occurred - update locales (Basque, Galician, Italian, Spanish, Catalan) - [fix multiline event description breaks ICS export](https://framagit.org/les/gancio/-/issues/234) diff --git a/docs/index.md b/docs/index.md index 2ffc29d0..035a296c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ permalink: / A shared agenda for local communities. {: .fs-6 } -Last release **[1.6.11 - 21 Apr 2023](/changelog#1611---21-apr-23)** +Last release **[1.6.12 - 12 May 2023](/changelog#1612---12-may-23)** [Install]({% link install/install.md %}){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [Demo](https://demo.gancio.org){: .btn .btn-green .fs-5 .mb-4 .mb-md-0 .mr-2 } diff --git a/package.json b/package.json index b4c4f026..a5e55d2f 100644 --- a/package.json +++ b/package.json @@ -113,6 +113,10 @@ "jest": { "testEnvironment": "jsdom" }, + "resolutions": { + "vue": "2.7.14", + "vue-template-compiler": "2.7.14" + }, "bin": { "gancio": "server/cli.js" }, diff --git a/yarn.lock b/yarn.lock index 1362648b..b1d1b426 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13203,7 +13203,7 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.3: hash-sum "^1.0.2" loader-utils "^1.0.2" -vue-template-compiler@^2.6.14, vue-template-compiler@^2.7.14: +vue-template-compiler@2.7.14, vue-template-compiler@^2.6.14, vue-template-compiler@^2.7.14: version "2.7.14" resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz#4545b7dfb88090744c1577ae5ac3f964e61634b1" integrity sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ== @@ -13221,7 +13221,7 @@ vue2-leaflet@^2.7.1: resolved "https://registry.yarnpkg.com/vue2-leaflet/-/vue2-leaflet-2.7.1.tgz#2f95c287621bf778f10804c88223877f5c049257" integrity sha512-K7HOlzRhjt3Z7+IvTqEavIBRbmCwSZSCVUlz9u4Rc+3xGCLsHKz4TAL4diAmfHElCQdPPVdZdJk8wPUt2fu6WQ== -vue@^2.7.10: +vue@2.7.14, vue@^2.7.10: version "2.7.14" resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.14.tgz#3743dcd248fd3a34d421ae456b864a0246bafb17" integrity sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==