Skip to content

Commit

Permalink
chore(release): 🚀 publish v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Aug 11, 2020
1 parent fc61ed5 commit 8484143
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,50 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.0...v0.5.1) (2020-08-11)


### 🐛 Bug Fixes

* **snippets:** 🐛 fix no negative margins and readme typo ([#44](https://github.com/navin-moorthy/vscode-css-snippets/issues/44)) ([fc61ed5](https://github.com/navin-moorthy/vscode-css-snippets/commit/fc61ed5b1c4b0c8083177ddd7cab9aa5685b8b7d)), closes [#43](https://github.com/navin-moorthy/vscode-css-snippets/issues/43)


### 📦 Code Refactoring

* **snippets:** ♻️ move space snippets to individual files ([#38](https://github.com/navin-moorthy/vscode-css-snippets/issues/38)) ([#40](https://github.com/navin-moorthy/vscode-css-snippets/issues/40)) ([bceaef2](https://github.com/navin-moorthy/vscode-css-snippets/commit/bceaef2ad4a430f93cb745b90ceeef401550032d))


### 📚 Documentation

* **gifs:** 📝 add intro gif for tailwind snippets added ([#41](https://github.com/navin-moorthy/vscode-css-snippets/issues/41)) ([#42](https://github.com/navin-moorthy/vscode-css-snippets/issues/42)) ([d494e71](https://github.com/navin-moorthy/vscode-css-snippets/commit/d494e711020fd9d90e6df714f6b3bd3a56ea6565))
* **refactor:** 📝 better arrangment of docs for Tailwind ([#39](https://github.com/navin-moorthy/vscode-css-snippets/issues/39)) ([b5ab1a8](https://github.com/navin-moorthy/vscode-css-snippets/commit/b5ab1a8ae32615960e0f026267737adb50b1bce2)), closes [#37](https://github.com/navin-moorthy/vscode-css-snippets/issues/37)





## [0.5.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.0...v0.5.1) (2020-08-11)


### 🐛 Bug Fixes

* **snippets:** 🐛 fix no negative margins and readme typo ([#44](https://github.com/navin-moorthy/vscode-css-snippets/issues/44)) ([fc61ed5](https://github.com/navin-moorthy/vscode-css-snippets/commit/fc61ed5b1c4b0c8083177ddd7cab9aa5685b8b7d)), closes [#43](https://github.com/navin-moorthy/vscode-css-snippets/issues/43)


### 📦 Code Refactoring

* **snippets:** ♻️ move space snippets to individual files ([#38](https://github.com/navin-moorthy/vscode-css-snippets/issues/38)) ([#40](https://github.com/navin-moorthy/vscode-css-snippets/issues/40)) ([bceaef2](https://github.com/navin-moorthy/vscode-css-snippets/commit/bceaef2ad4a430f93cb745b90ceeef401550032d))


### 📚 Documentation

* **gifs:** 📝 add intro gif for tailwind snippets added ([#41](https://github.com/navin-moorthy/vscode-css-snippets/issues/41)) ([#42](https://github.com/navin-moorthy/vscode-css-snippets/issues/42)) ([d494e71](https://github.com/navin-moorthy/vscode-css-snippets/commit/d494e711020fd9d90e6df714f6b3bd3a56ea6565))
* **refactor:** 📝 better arrangment of docs for Tailwind ([#39](https://github.com/navin-moorthy/vscode-css-snippets/issues/39)) ([b5ab1a8](https://github.com/navin-moorthy/vscode-css-snippets/commit/b5ab1a8ae32615960e0f026267737adb50b1bce2)), closes [#37](https://github.com/navin-moorthy/vscode-css-snippets/issues/37)





# [0.5.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.4.0...v0.5.0) (2020-08-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["."],
"version": "0.5.0",
"version": "0.5.1",
"changelogPreset": "metahub",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-css-snippets",
"displayName": "VSCode CSS Snippets",
"version": "0.5.0",
"version": "0.5.1",
"description": "CSS Snippets for fast prototyping",
"categories": [
"Snippets"
Expand Down

0 comments on commit 8484143

Please sign in to comment.