diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index 302d48e..f919dad 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -47,10 +47,10 @@ jobs: git config user.email "ci@github-actions" git config user.name "GitHub Actions" - - name: Bump minor version and push + - name: Bump patch version and push id: bump run: | - npm version minor --no-git-tag-version + npm version patch --no-git-tag-version VERSION=$(node -p "require('./package.json').version") echo "version=${VERSION}" >> $GITHUB_OUTPUT git add package.json package-lock.json diff --git a/src/components/questionaire/EntryExamples.vue b/src/components/questionaire/EntryExamples.vue new file mode 100644 index 0000000..473a1ef --- /dev/null +++ b/src/components/questionaire/EntryExamples.vue @@ -0,0 +1,82 @@ + + + + + diff --git a/src/components/questionaire/Questionnaire.vue b/src/components/questionaire/Questionnaire.vue index ca5edf4..4aaa50c 100644 --- a/src/components/questionaire/Questionnaire.vue +++ b/src/components/questionaire/Questionnaire.vue @@ -90,28 +90,36 @@ @@ -150,7 +158,8 @@
-
- Examples: - - - - - {{ example.label }} - , - -
+
@@ -372,8 +372,10 @@