From 0bd9f14a7cc9d4017927f054b512e7c45d4bdfe0 Mon Sep 17 00:00:00 2001
From: Henrique Kubenda <42653917+HenBK@users.noreply.github.com>
Date: Mon, 3 Jul 2023 14:49:42 -0400
Subject: [PATCH 1/2] feat: Use double quotes in `vue` file snippets (#50)
* update single quotes to double quotes on all files to keep consistency
* pump version of the package
* update CHANGELOG
* update CHANGELOG
* add pull request link to CHANGELOG
* update CHANGELOG
* update CHANGELOG
* revert CHANGELOG changes and version bump
---
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 41f3aa29332e1b3da8dbafb09fa84885d082027b Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Mon, 3 Jul 2023 18:52:00 +0000
Subject: [PATCH 2/2] release: `v0.5.0`
---
CHANGELOG.md | 13 +++++++++++++
package.json | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 020d512..924ce5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.
+## v0.5.0
+
+[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.4.1...v0.5.0)
+
+
+### 🚀 Enhancements
+
+ - Use double quotes in `vue` file snippets ([#50](https://github.com/ExEr7um/vue3-vscode-snippets/pull/50))
+
+### ❤️ Contributors
+
+- Henrique Kubenda
+
## v0.4.1
[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.4.0...v0.4.1)
diff --git a/package.json b/package.json
index 3b8239c..d8428c7 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.5.0",
"publisher": "exer7um",
"repository": {
"type": "git",