From 293d2c505976bd61dcca225c12d49d0b7cc9e368 Mon Sep 17 00:00:00 2001 From: Navin Moorthy Date: Thu, 1 Oct 2020 19:47:49 +0530 Subject: [PATCH 1/2] =?UTF-8?q?feat(scss):=20=E2=9C=A8=20=20add=20support?= =?UTF-8?q?=20for=20scss=20files=20(#47)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #46 --- package.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/package.json b/package.json index 180dfe8..13b5b66 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,50 @@ { "language": "css", "path": "./snippets/contributions/snippet.json" + }, + { + "language": "scss", + "path": "./snippets/css-reset.json" + }, + { + "language": "scss", + "path": "./snippets/pseudo.json" + }, + { + "language": "scss", + "path": "./snippets/breakpoints.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/layout.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/flexbox.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/grid.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/spacing/padding.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/spacing/margin.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/spacing/space-between.json" + }, + { + "language": "scss", + "path": "./snippets/1linelayouts/snippets.json" + }, + { + "language": "scss", + "path": "./snippets/contributions/snippet.json" } ] }, From 585769d1a8ba3676be502a16795825fd3460d902 Mon Sep 17 00:00:00 2001 From: Navin Date: Thu, 1 Oct 2020 19:58:15 +0530 Subject: [PATCH 2/2] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20publish=20?= =?UTF-8?q?v0.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 ++++++++++++++++++++++ lerna.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75b519..a61632e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.2...v0.6.0) (2020-10-01) + + +### ✨ Features + +* **scss:** ✨ add support for scss files ([#47](https://github.com/navin-moorthy/vscode-css-snippets/issues/47)) ([293d2c5](https://github.com/navin-moorthy/vscode-css-snippets/commit/293d2c505976bd61dcca225c12d49d0b7cc9e368)), closes [#46](https://github.com/navin-moorthy/vscode-css-snippets/issues/46) + + + + + +# [0.6.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.2...v0.6.0) (2020-10-01) + + +### ✨ Features + +* **scss:** ✨ add support for scss files ([#47](https://github.com/navin-moorthy/vscode-css-snippets/issues/47)) ([293d2c5](https://github.com/navin-moorthy/vscode-css-snippets/commit/293d2c505976bd61dcca225c12d49d0b7cc9e368)), closes [#46](https://github.com/navin-moorthy/vscode-css-snippets/issues/46) + + + + + ## [0.5.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.1...v0.5.2) (2020-10-01) diff --git a/lerna.json b/lerna.json index 1293e2b..7c76ab3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["."], - "version": "0.5.2", + "version": "0.6.0", "changelogPreset": "metahub", "npmClient": "yarn", "registry": "https://registry.npmjs.org/", diff --git a/package.json b/package.json index 13b5b66..b41c174 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-css-snippets", "displayName": "VSCode CSS Snippets", - "version": "0.5.2", + "version": "0.6.0", "description": "CSS Snippets for fast prototyping", "categories": [ "Snippets"