From d0e391f58ac0c13843465dcc7a27743924c89f01 Mon Sep 17 00:00:00 2001 From: Alexis G Date: Wed, 20 Mar 2024 15:06:22 +0100 Subject: [PATCH] chore: Bump to 3.3.5 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ manifest.webapp | 2 +- package.json | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6037fd93..aeda8115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ +# 3.3.5 + # 3.3.4 +### ✨ Features + +* Upgrade cozy-bar 7.27.0 to 12.0.0 +* upgrade cozy-sharing 10.2.0 to 10.4.1 +* Upgrade cozy-ui 103.8.0 to 105.0.2 +* Upgrade cozy-client 45.14.0 to 46.0.0 +* Upgrade cozy-flags 3.0.1 to 3.2.0 +* Upgrade cozy-mespapiers-lib 80.0.0 to 88.0.0 + * Add `editText` on `pay_sheet` attributes ([11994d9](https://github.com/cozy/cozy-libs/commit/11994d9a850e4dbf9003e6c10fe00cb3e9757321)) + * Add `netSocialAmount` in search ([f1266d7](https://github.com/cozy/cozy-libs/commit/f1266d7360b4be43a98baf87437184a9d51217bc)) + * Add `pay_sheet` step ([7a36680](https://github.com/cozy/cozy-libs/commit/7a366801755b5752a0677b1cd58bd27cf1d9a669)) + * Add ref tax number on multiple papers ([104bdaa](https://github.com/cozy/cozy-libs/commit/104bdaa3a697371cfb3391d8d6a5b3134ad65e58)) + * Add translated `pay_sheet` number in flexsearch ([d953623](https://github.com/cozy/cozy-libs/commit/d9536236456bca260a57cd11c2196f761dcc4c95)) + * Add foreign `national_id_card` ([90b9449](https://github.com/cozy/cozy-libs/commit/90b9449d16f41fbfca54ea596319437a878e6be8)) + * Adjust buttons styles for Viewer ([dcad271](https://github.com/cozy/cozy-libs/commit/dcad271401654a0ac7c77b88dfe706877d7b7c08)) + * Add support for `,` and `.` in input type number ([6fbe07d](https://github.com/cozy/cozy-libs/commit/6fbe07d77aa483875b2be3414760f91aa5287904)) + +### 🐛 Bug Fixes + +* ExpirationNotification should use the `en` locale by default +* By updating cozy-mespapiers-lib: + * Add `metadata.netSocialAmount` into query select ([73d75a2](https://github.com/cozy/cozy-libs/commit/73d75a2307faee9f436d1baeb36b34a09de3f83c)) + * Change type of the `variant` Alert ([ed3a07e](https://github.com/cozy/cozy-libs/commit/ed3a07e3fc074b64e1a5d4c6ab3e88dfc84d523e)) + # 3.3.3 ### ✨ Features diff --git a/manifest.webapp b/manifest.webapp index 82e02ee3..4fa7a488 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -3,7 +3,7 @@ "slug": "mespapiers", "icon": "icon.svg", "categories": [], - "version": "3.3.4", + "version": "3.3.5", "licence": "AGPL-3.0", "editor": "Cozy", "source": "https://github.com/cozy/mespapiers.git@build", diff --git a/package.json b/package.json index 64500848..3fbc3d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mespapiers", - "version": "3.3.4", + "version": "3.3.5", "engines": { "node": "~16 || ~20" },