Skip to content

Commit 9af0b8a

Browse files
feat: release version 1.3.0
1 parent 6f27844 commit 9af0b8a

File tree

8 files changed

+13
-6
lines changed

8 files changed

+13
-6
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roue-emotions",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Une roue pour identifier ses émotions, ses besoins et les solutions pour aller mieux.",
55
"productName": "Ma roue des émotions",
66
"author": "Sébastien Prud'homme <sebastien.prudhomme@gmail.com>",

src-cordova/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.cowboysysop.roue_emotions" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.cowboysysop.roue_emotions" version="1.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Ma roue des émotions</name>
44
<description>Une roue pour identifier ses émotions, ses besoins et les solutions pour aller mieux.</description>
55
<author email="dev@cordova.apache.org" href="http://cordova.io">

src-cordova/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-cordova/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.cowboysysop.roue_emotions",
33
"displayName": "Ma roue des émotions",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "A sample Apache Cordova application that responds to the deviceready event.",
66
"main": "index.js",
77
"scripts": {

src/components/DialogWelcome.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ export default {
5656
'1.0.1',
5757
'1.0.2',
5858
'1.1.0',
59-
'1.2.0'
59+
'1.2.0',
60+
'1.3.0'
6061
]
6162
}
6263
},

src/i18n/en-us/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ export default {
7979
'1_2_0': [
8080
'Added the configuration of my emotions',
8181
'Added new icons for my emotions'
82+
],
83+
'1_3_0': [
84+
'Added PDF export'
8285
]
8386
},
8487
remove: 'Remove',

src/i18n/fr/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ export default {
7979
'1_2_0': [
8080
'Ajout de la configuration de mes émotions',
8181
'Ajout de nouveaux icônes pour mes émotions'
82+
],
83+
'1_3_0': [
84+
'Ajout de l\'export PDF'
8285
]
8386
},
8487
remove: 'Supprimer',

0 commit comments

Comments
 (0)