Skip to content

Commit 53246ea

Browse files
github-actions[bot]mikededo
authored andcommitted
chore(release): v0.1.0-next.6 (next)
1 parent ff5fd4d commit 53246ea

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@
66
},
77
"changesets": [
88
"beige-toys-drive",
9+
"chilly-berries-smile",
910
"forty-tools-count",
1011
"fresh-owls-live",
1112
"gold-hounds-own",
13+
"hip-toys-draw",
1214
"late-mails-walk",
1315
"mean-brooms-marry",
1416
"old-crabs-leave",
17+
"real-cougars-turn",
18+
"rude-beans-fly",
1519
"selfish-otters-jump",
20+
"small-crabs-accept",
1621
"sour-kings-matter",
1722
"tricky-avocados-doubt"
1823
]

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# eslint-plugin-svelte-tailwindcss
22

3+
## 0.1.0-next.6
4+
5+
### Minor Changes
6+
7+
- Improve `sort-classes` implementation as well as fixing a couple of issues with ([#19](https://github.com/mikededo/eslint-plugin-svelte-tailwindcss/pull/19))
8+
`CallExpressions` inside the `html` code of the template.
9+
10+
- Support `CallExpression` for `sort-classes` rule ([#15](https://github.com/mikededo/eslint-plugin-svelte-tailwindcss/pull/15))
11+
12+
### Patch Changes
13+
14+
- Tests improvements, docs fixes and other small fixes/improvements. ([#19](https://github.com/mikededo/eslint-plugin-svelte-tailwindcss/pull/19))
15+
16+
- Remove unnecessary configuration inherited from `eslint-plugin-tailwindcss`. ([#19](https://github.com/mikededo/eslint-plugin-svelte-tailwindcss/pull/19))
17+
18+
- Add `@typescript-eslint/types` in `externals` ([#16](https://github.com/mikededo/eslint-plugin-svelte-tailwindcss/pull/16))
19+
320
## 0.1.0-next.5
421

522
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-svelte-tailwindcss",
33
"type": "module",
4-
"version": "0.1.0-next.5",
4+
"version": "0.1.0-next.6",
55
"packageManager": "[email protected]",
66
"description": "ESLint plugin for Svelte and Tailwind CSS",
77
"author": "Miquel De Domingo",

0 commit comments

Comments
 (0)