Skip to content

Commit 236d979

Browse files
committed
Merge branch 'next' of https://github.com/techniq/svelte-ux into next
2 parents bd0cf22 + 9b3a55d commit 236d979

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"breezy-bushes-admire",
9+
"bright-crabs-play",
910
"clear-regions-listen",
1011
"cuddly-coins-tease",
1112
"cuddly-snakes-tie",
@@ -21,6 +22,7 @@
2122
"nice-onions-sell",
2223
"open-hats-arrive",
2324
"ready-planets-deny",
25+
"violet-books-sneeze",
2426
"wide-months-rescue",
2527
"witty-spies-divide"
2628
]

packages/svelte-ux/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte-ux
22

3+
## 2.0.0-next.12
4+
5+
### Patch Changes
6+
7+
- feat(TableOfContents): Simplify base styling and provide greater control via `classes`, `props`, `itemIndent` and `linkIndent` props and `link` slot. ([#571](https://github.com/techniq/svelte-ux/pull/571))
8+
9+
- feat(TreeList): Support passing `props` to underlying ul/li elements. Add `data-level` attribute to li for CSS targeting ([#571](https://github.com/techniq/svelte-ux/pull/571))
10+
311
## 2.0.0-next.11
412

513
### Patch Changes

packages/svelte-ux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "2.0.0-next.11",
7+
"version": "2.0.0-next.12",
88
"scripts": {
99
"dev": "vite dev --port 3001",
1010
"build": "vite build",

0 commit comments

Comments
 (0)