From 9a2b63e47782c69cec9e46dad7435edbc6566562 Mon Sep 17 00:00:00 2001 From: Lucas Nascimento Date: Thu, 16 Oct 2025 15:33:05 -0300 Subject: [PATCH 1/2] =?UTF-8?q?Atualiza=20vers=C3=A3o=20do=20projeto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f4de6a3..ff87d3e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sysvale/cuida", - "version": "3.148.0", + "version": "3.148.2", "description": "A design system built by Sysvale, using storybook and Vue components", "repository": { "type": "git", From 6b72c6c89506167ca1b87008dd555d32b871a7c5 Mon Sep 17 00:00:00 2001 From: Lucas Nascimento Date: Thu, 16 Oct 2025 15:33:29 -0300 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20Impede=20que=20seja=20selecionado=20?= =?UTF-8?q?um=20m=C3=AAs=20inv=C3=A1lido=20atrav=C3=A9s=20da=20sele=C3=A7?= =?UTF-8?q?=C3=A3o=20do=20ano?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MonthAndYearPicker.vue | 34 ++++++++++++++++++--------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/src/components/MonthAndYearPicker.vue b/src/components/MonthAndYearPicker.vue index 3c9485da..f2a5d877 100644 --- a/src/components/MonthAndYearPicker.vue +++ b/src/components/MonthAndYearPicker.vue @@ -31,12 +31,12 @@ @mousedown.prevent="handleCalendarMouseDown" >