diff --git a/CHANGELOG.md b/CHANGELOG.md index f97d9eb..fa93b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,24 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.2.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.1.2...v0.2.0) (2020-07-20) +## [0.2.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.2.0...v0.2.1) (2020-07-20) -### ✨ Features +### 📚 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)) -* **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) + + + + +## [0.2.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.2.0...v0.2.1) (2020-07-20) ### 📚 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) +* **readme:** ✏️ fix emoji and local navigation ([a6b5a0d](https://github.com/navin-moorthy/vscode-css-snippets/commit/a6b5a0db87f0cc58f1a263417481a36f08c1bdd1)) ### ♻️ Chores -* **changelog:** ✏️ remove double generated changelog ([a9d3f87](https://github.com/navin-moorthy/vscode-css-snippets/commit/a9d3f87e7b2c53d571df0613245bd578218436d5)) +* **changelog:** ✏️ fix double generated changelog ([e69de86](https://github.com/navin-moorthy/vscode-css-snippets/commit/e69de863cc2400c4ff6edf40369995d18e28e3cd)) 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. 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"