From d5f2022a39486a32c0326d4061e2b61b7c57cfba Mon Sep 17 00:00:00 2001 From: henbk Date: Sun, 2 Jul 2023 20:16:40 -0400 Subject: [PATCH 1/8] update single quotes to double quotes on all files to keep consistency --- snippets/histoire/histoire.code-snippets | 6 +++--- snippets/vue/vue.code-snippets | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/snippets/histoire/histoire.code-snippets b/snippets/histoire/histoire.code-snippets index 8be2135..6e37560 100644 --- a/snippets/histoire/histoire.code-snippets +++ b/snippets/histoire/histoire.code-snippets @@ -2,7 +2,7 @@ "Histoire story base": { "prefix": "hbase", "body": [ - "", "", @@ -17,7 +17,7 @@ "Histoire story base with variant": { "prefix": "hbase-variant", "body": [ - "", "", @@ -34,7 +34,7 @@ "Histoire story base with grid layout": { "prefix": "hbase-grid", "body": [ - "", "", diff --git a/snippets/vue/vue.code-snippets b/snippets/vue/vue.code-snippets index dae7bd4..3441846 100644 --- a/snippets/vue/vue.code-snippets +++ b/snippets/vue/vue.code-snippets @@ -2,7 +2,7 @@ "Vue SFC ", "", @@ -21,7 +21,7 @@ "Vue SFC ", "", @@ -40,7 +40,7 @@ "Vue SFC ", "", @@ -59,7 +59,7 @@ "Vue SFC ", "", @@ -78,7 +78,7 @@ "Vue SFC ", "", @@ -97,7 +97,7 @@ "Vue SFC ", "", @@ -116,7 +116,7 @@ "Vue SFC ", "", From 448ec41691be8ed5ae353ffaf5300da62639801d Mon Sep 17 00:00:00 2001 From: henbk Date: Sun, 2 Jul 2023 20:17:02 -0400 Subject: [PATCH 2/8] pump version of the package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b8239c..b464cf3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Vue 3 VS Code Snippets", "description": "Vue 3 snippets for VS Code", "icon": "images/vue-logo.png", - "version": "0.4.1", + "version": "0.4.2", "publisher": "exer7um", "repository": { "type": "git", From 13ececa3aa4333f320579378fa6c02b274178860 Mon Sep 17 00:00:00 2001 From: henbk Date: Sun, 2 Jul 2023 20:17:24 -0400 Subject: [PATCH 3/8] update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 020d512..84628ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the "vue3-vscode-snippets" extension will be documented in this file. +## v0.4.2 + +### Feature +* Update snippets to use double quotes for the value of the lang property in the `