Skip to content

Commit f757e09

Browse files
authored
Merge pull request #901 from shufo/release-please--branches--main--components--blade-formatter
2 parents 8feb586 + 786795a commit f757e09

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.40.0](https://github.com/shufo/blade-formatter/compare/v1.38.6...v1.40.0) (2024-02-06)
4+
5+
6+
### Fixes
7+
8+
* 🐛 livewire params is formatted unexpectedly ([83a42dc](https://github.com/shufo/blade-formatter/commit/83a42dc260689fce5ff670346c3cc64c226eb3ed))
9+
* 🐛 make functions to be async ([29d3b4b](https://github.com/shufo/blade-formatter/commit/29d3b4ba1b43d8fc2c5e78b74714f0a8bc02a1d1))
10+
11+
12+
### Miscellaneous
13+
14+
* 🤖 add string-replace-async to dependencies ([5da8392](https://github.com/shufo/blade-formatter/commit/5da839223deed3811aa812faa80ca26b9664cc65))
15+
* 🤖 bump prettier to 3.2.5 ([04a0dcf](https://github.com/shufo/blade-formatter/commit/04a0dcf6fb247df646f3263aad27dbaf0ce069b2))
16+
* 🤖 bump prettier/plugin-php to 0.22.2 ([835a1e5](https://github.com/shufo/blade-formatter/commit/835a1e5c8be8802dfb2faab515f2d61095cce59c))
17+
* 🤖 revert vscode-oniguruma to 1.7.0 ([15b1608](https://github.com/shufo/blade-formatter/commit/15b1608e7b024edb8ac86071ff1d55655581f3c5))
18+
* 🤖 update yarn.lock file to latest state ([c0246ee](https://github.com/shufo/blade-formatter/commit/c0246ee24cb2eb37846b322b97f24027b43fe996))
19+
* release 1.40.0 ([7e65fda](https://github.com/shufo/blade-formatter/commit/7e65fda234abbfeff79587e01902cb911d183bb0))
20+
321
## [1.38.6](https://github.com/shufo/blade-formatter/compare/v1.38.5...v1.38.6) (2023-11-05)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"formatter",
99
"laravel"
1010
],
11-
"version": "1.38.6",
11+
"version": "1.40.0",
1212
"description": "An opinionated blade template formatter for Laravel",
1313
"main": "./dist/bundle.cjs",
1414
"types": "./dist/types/main.d.ts",

0 commit comments

Comments
 (0)