From e69de863cc2400c4ff6edf40369995d18e28e3cd Mon Sep 17 00:00:00 2001 From: Navin Date: Mon, 20 Jul 2020 12:14:07 +0530 Subject: [PATCH 1/3] =?UTF-8?q?chore(changelog):=20=E2=9C=8F=EF=B8=8F=20?= =?UTF-8?q?=20fix=20double=20generated=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97d9eb..a625cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,29 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [0.2.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.1.2...v0.2.0) (2020-07-20) - - -### ✨ Features - -* **snippets:** ✨ add 1linelayouts to the snippets list ([#19](https://github.com/navin-moorthy/vscode-css-snippets/issues/19)) ([1bacd02](https://github.com/navin-moorthy/vscode-css-snippets/commit/1bacd0218eb422fc5e03844b1955c278eeed148d)), closes [#18](https://github.com/navin-moorthy/vscode-css-snippets/issues/18) - - -### 📚 Documentation - -* **readme:** ✏️ add https gif and fix typo in description ([#21](https://github.com/navin-moorthy/vscode-css-snippets/issues/21)) ([bac3b45](https://github.com/navin-moorthy/vscode-css-snippets/commit/bac3b450466b5243e8bfe6cce7a75259d1388805)), closes [#20](https://github.com/navin-moorthy/vscode-css-snippets/issues/20) -* **readme:** ✏️ change highlight to template literals ([#23](https://github.com/navin-moorthy/vscode-css-snippets/issues/23)) ([f44f3d7](https://github.com/navin-moorthy/vscode-css-snippets/commit/f44f3d7c8d076ee1c26c47152eed787a7c8c3b35)), closes [#22](https://github.com/navin-moorthy/vscode-css-snippets/issues/22) -* **readme:** 📝 add attributions with links ([#25](https://github.com/navin-moorthy/vscode-css-snippets/issues/25)) ([ffe0c1e](https://github.com/navin-moorthy/vscode-css-snippets/commit/ffe0c1edd1b3d8a7c2202aae1fe584fff3ec96c6)), closes [#24](https://github.com/navin-moorthy/vscode-css-snippets/issues/24) - - -### ♻️ Chores - -* **changelog:** ✏️ remove double generated changelog ([a9d3f87](https://github.com/navin-moorthy/vscode-css-snippets/commit/a9d3f87e7b2c53d571df0613245bd578218436d5)) - - - - - ## [0.1.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.1.1...v0.1.2) (2020-07-19) From a6b5a0db87f0cc58f1a263417481a36f08c1bdd1 Mon Sep 17 00:00:00 2001 From: Navin Date: Mon, 20 Jul 2020 12:23:57 +0530 Subject: [PATCH 2/3] =?UTF-8?q?docs(readme):=20=E2=9C=8F=EF=B8=8F=20=20fix?= =?UTF-8?q?=20emoji=20and=20local=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7e1b005..3f17bef 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ Collection of CSS Snippets to make your life easier by auto-completing [common](#common) css rules, Tailwind utility classes as css rules - -[Tailwind](#tailwind-layout) and -[1 line layouts](https://1linelayouts.glitch.me/) +[Tailwind](#tailwind-layout) and [1 line layouts](#1-line-layouts) It's not debatable, most of us got used to utility classes from [Tailwind](https://tailwindcss.com/), [BootStrap](https://getbootstrap.com/) @@ -322,5 +321,5 @@ for detailed guidance. - [Chakra UI](https://github.com/chakra-ui/chakra-ui/blob/master/CONTRIBUTING.md) by [Segun Adebayo](https://twitter.com/thesegunadebayo) -**Huge thanks :pray:** to _above wonderful persons_ for creating awesome -projects which helped me build this project. +**Huge thanks 🙏:** to _above wonderful persons_ for creating awesome projects +which helped me build this project. From 9d013f9661ed7d1f6676e28902ce6c59fa73ec9c Mon Sep 17 00:00:00 2001 From: Navin Date: Mon, 20 Jul 2020 12:25:05 +0530 Subject: [PATCH 3/3] chore(release): publish v0.2.1 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ lerna.json | 2 +- package.json | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a625cd2..fa93b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.2.0...v0.2.1) (2020-07-20) + + +### 📚 Documentation + +* **readme:** ✏️ fix emoji and local navigation ([a6b5a0d](https://github.com/navin-moorthy/vscode-css-snippets/commit/a6b5a0db87f0cc58f1a263417481a36f08c1bdd1)) + + +### ♻️ Chores + +* **changelog:** ✏️ fix double generated changelog ([e69de86](https://github.com/navin-moorthy/vscode-css-snippets/commit/e69de863cc2400c4ff6edf40369995d18e28e3cd)) + + + + + +## [0.2.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.2.0...v0.2.1) (2020-07-20) + + +### 📚 Documentation + +* **readme:** ✏️ fix emoji and local navigation ([a6b5a0d](https://github.com/navin-moorthy/vscode-css-snippets/commit/a6b5a0db87f0cc58f1a263417481a36f08c1bdd1)) + + +### ♻️ Chores + +* **changelog:** ✏️ fix double generated changelog ([e69de86](https://github.com/navin-moorthy/vscode-css-snippets/commit/e69de863cc2400c4ff6edf40369995d18e28e3cd)) + + + + + # [0.2.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.1.2...v0.2.0) (2020-07-20) diff --git a/lerna.json b/lerna.json index 3f64a1f..6a9bcde 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["."], - "version": "0.2.0", + "version": "0.2.1", "changelogPreset": "metahub", "npmClient": "yarn", "registry": "https://registry.npmjs.org/", diff --git a/package.json b/package.json index 2b2a9ac..6c33387 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-css-snippets", "displayName": "VSCode CSS Snippets", - "version": "0.2.0", + "version": "0.2.1", "description": "CSS Snippets for fast prototyping", "categories": [ "Snippets"