Skip to content

Commit

Permalink
chore(main): release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 21, 2022
1 parent 42b6dab commit f555f15
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# ChangeLog

## [0.18.0](https://github.com/shufo/vscode-blade-formatter/compare/v0.17.5...v0.18.0) (2022-09-21)


### Features

* 🎸 add runtime option `tailwindcssConfigPath` ([9fb09fd](https://github.com/shufo/vscode-blade-formatter/commit/9fb09fd352d121346fe44662634d4d4fe6fbec75))


### Miscellaneous

* πŸ€– add items to runtime schema ([9861ed2](https://github.com/shufo/vscode-blade-formatter/commit/9861ed2664e38d569aadd615af7e413064c4abcd))
* πŸ€– add tailwindcss to dependencies ([5632d9a](https://github.com/shufo/vscode-blade-formatter/commit/5632d9a055c089b4b8778cc88d3f8ca4e7620856))
* πŸ€– bump blade-formatter to 1.29.2 ([9de31d0](https://github.com/shufo/vscode-blade-formatter/commit/9de31d04340500221b06daf4bb9d2e409afb29ab))
* πŸ€– bump blade-formatter to 1.29.4 ([a37c67a](https://github.com/shufo/vscode-blade-formatter/commit/a37c67a1dfd42d841a9d25bb819a3b3babaf863a))
* πŸ€– bump blade-formatter to 1.29.5 ([5187964](https://github.com/shufo/vscode-blade-formatter/commit/5187964f7a889cd3130ee37f4697e5e70255e605))
* πŸ€– bump blade-formatter to 1.29.6 ([1820ad4](https://github.com/shufo/vscode-blade-formatter/commit/1820ad430b3cdab7355363d20a06ed22e0afe65c))
* πŸ€– update yarn.lock ([78bcf37](https://github.com/shufo/vscode-blade-formatter/commit/78bcf37b2f215441e86ce84c2a43f8d088b553fd))
* **deps:** update all minor update of dev dependencies ([848ffb2](https://github.com/shufo/vscode-blade-formatter/commit/848ffb225bcdf6e970b7f123d5e1496f71fb7231))


### Fixes

* πŸ› config changes are not reflecting due to cached config ([16318ab](https://github.com/shufo/vscode-blade-formatter/commit/16318ab4a116091726ae0069ff93a77f5cb88d67))
* πŸ› fallback to default config if tailwind config has error ([830e124](https://github.com/shufo/vscode-blade-formatter/commit/830e12431fbfcac3260166063716a342668b2216))
* πŸ› tailwind config ignored when extension config enabled ([faa113d](https://github.com/shufo/vscode-blade-formatter/commit/faa113ddfebbd653f9161b0f6fba4f11d70168e3))

## [0.17.5](https://github.com/shufo/vscode-blade-formatter/compare/v0.17.4...v0.17.5) (2022-09-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "shufo",
"displayName": "Laravel Blade formatter",
"description": "Laravel Blade formatter for VSCode",
"version": "0.17.5",
"version": "0.18.0",
"license": "MIT",
"engines": {
"vscode": "^1.57.0",
Expand Down

0 comments on commit f555f15

Please sign in to comment.