From 4be67f46eff4e103094cec4cd4068258c6cf952b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Prud=27homme?= Date: Thu, 3 Mar 2022 22:38:26 +0100 Subject: [PATCH] feat: release version 1.4.0 --- package-lock.json | 2 +- package.json | 2 +- src-cordova/config.xml | 2 +- src-cordova/package-lock.json | 2 +- src-cordova/package.json | 2 +- src/components/AppDialogWelcome.vue | 3 ++- src/i18n/en-US/index.js | 3 +++ src/i18n/fr/index.js | 3 +++ 8 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25a44eb..9f94751 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "roue-emotions", - "version": "1.3.2", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0709932..c009aa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roue-emotions", - "version": "1.3.2", + "version": "1.4.0", "description": "Une roue pour identifier ses émotions, ses besoins et les solutions pour aller mieux.", "productName": "Ma roue des émotions", "author": "Sébastien Prud'homme ", diff --git a/src-cordova/config.xml b/src-cordova/config.xml index a5b02a4..b7158c3 100644 --- a/src-cordova/config.xml +++ b/src-cordova/config.xml @@ -1,5 +1,5 @@ - + Ma roue des émotions Une roue pour identifier ses émotions, ses besoins et les solutions pour aller mieux. diff --git a/src-cordova/package-lock.json b/src-cordova/package-lock.json index 4eb27d7..baae43b 100644 --- a/src-cordova/package-lock.json +++ b/src-cordova/package-lock.json @@ -1,6 +1,6 @@ { "name": "com.cowboysysop.roue_emotions", - "version": "1.3.2", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src-cordova/package.json b/src-cordova/package.json index ca2a9e2..ea22b01 100644 --- a/src-cordova/package.json +++ b/src-cordova/package.json @@ -1,7 +1,7 @@ { "name": "com.cowboysysop.roue_emotions", "displayName": "Ma roue des émotions", - "version": "1.3.2", + "version": "1.4.0", "description": "A sample Apache Cordova application that responds to the deviceready event.", "main": "index.js", "scripts": { diff --git a/src/components/AppDialogWelcome.vue b/src/components/AppDialogWelcome.vue index 5897674..6faa9fb 100644 --- a/src/components/AppDialogWelcome.vue +++ b/src/components/AppDialogWelcome.vue @@ -64,7 +64,8 @@ export default defineComponent({ '1.2.0', '1.3.0', '1.3.1', - '1.3.2' + '1.3.2', + '1.4.0' ] } }, diff --git a/src/i18n/en-US/index.js b/src/i18n/en-US/index.js index a0af42d..3b6f065 100644 --- a/src/i18n/en-US/index.js +++ b/src/i18n/en-US/index.js @@ -86,6 +86,9 @@ export default { ], '1_3_0': [ 'Added PDF export' + ], + '1_4_0': [ + 'Added configuration profiles' ] }, remove: 'Remove', diff --git a/src/i18n/fr/index.js b/src/i18n/fr/index.js index 73a646a..8674e24 100644 --- a/src/i18n/fr/index.js +++ b/src/i18n/fr/index.js @@ -86,6 +86,9 @@ export default { ], '1_3_0': [ 'Ajout de l\'export PDF' + ], + '1_4_0': [ + 'Ajout de profils de configuration' ] }, remove: 'Supprimer',