Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8484143

Browse files
chore(release): 🚀 publish v0.5.1
1 parent fc61ed5 commit 8484143

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

‎CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,50 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.0...v0.5.1) (2020年08月11日)
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
* **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)
12+
13+
14+
### 📦 Code Refactoring
15+
16+
* **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))
17+
18+
19+
### 📚 Documentation
20+
21+
* **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))
22+
* **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)
23+
24+
25+
26+
27+
28+
## [0.5.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.0...v0.5.1) (2020年08月11日)
29+
30+
31+
### 🐛 Bug Fixes
32+
33+
* **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)
34+
35+
36+
### 📦 Code Refactoring
37+
38+
* **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))
39+
40+
41+
### 📚 Documentation
42+
43+
* **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))
44+
* **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)
45+
46+
47+
48+
49+
650
# [0.5.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.4.0...v0.5.0) (2020年08月10日)
751

852

‎lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["."],
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"changelogPreset": "metahub",
55
"npmClient": "yarn",
66
"registry": "https://registry.npmjs.org/",

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-css-snippets",
33
"displayName": "VSCode CSS Snippets",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"description": "CSS Snippets for fast prototyping",
66
"categories": [
77
"Snippets"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /