Skip to content

Commit 69bc282

Browse files
Version Packages (next) (#617)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8389da2 commit 69bc282

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
@@ -8,6 +8,7 @@
88
"breezy-bushes-admire",
99
"bright-crabs-play",
1010
"clear-regions-listen",
11+
"common-bushes-move",
1112
"cool-teams-judge",
1213
"cuddly-coins-tease",
1314
"cuddly-snakes-tie",
@@ -23,6 +24,7 @@
2324
"nice-onions-sell",
2425
"open-hats-arrive",
2526
"ready-planets-deny",
27+
"true-fans-crash",
2628
"violet-books-sneeze",
2729
"wide-months-rescue",
2830
"witty-spies-divide"

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.14
4+
5+
### Minor Changes
6+
7+
- feat: Setup default icons on settings() for easy overriding. Change default to lucide (from mdi) ([#616](https://github.com/techniq/svelte-ux/pull/616))
8+
9+
- feat: Support component icons (Unplugin icons, etc) ([#616](https://github.com/techniq/svelte-ux/pull/616))
10+
311
## 2.0.0-next.13
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.13",
7+
"version": "2.0.0-next.14",
88
"scripts": {
99
"dev": "vite dev --port 3001",
1010
"build": "vite build",

0 commit comments

Comments
 (0)