Skip to content

Commit 8cff0d7

Browse files
Version Packages (next) (#598)
* Version Packages (next) * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sean Lynch <[email protected]>
1 parent 4acf4db commit 8cff0d7

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
"svelte-ux": "1.0.0"
66
},
77
"changesets": [
8+
"clear-regions-listen",
89
"cuddly-coins-tease",
910
"fair-bugs-carry",
11+
"four-bears-join",
1012
"green-maps-bathe",
1113
"loose-baths-make",
1214
"major-turkeys-ask",
1315
"nice-onions-sell",
16+
"open-hats-arrive",
1417
"ready-planets-deny",
1518
"wide-months-rescue",
1619
"witty-spies-divide"

packages/svelte-ux/CHANGELOG.md

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

3+
## 2.0.0-next.6
4+
5+
### Patch Changes
6+
7+
- fix(MultiSelect): Fix reactivity scope for filteredSelectedOptions and filteredUnselectedOptions. Issue #594 ([#571](https://github.com/techniq/svelte-ux/pull/571))
8+
9+
- fix: Update deps including @layerstack/utils with improved format ([#571](https://github.com/techniq/svelte-ux/pull/571))
10+
11+
- fix(DateRangeField): Include year when displaying month selection ([#571](https://github.com/techniq/svelte-ux/pull/571))
12+
313
## 2.0.0-next.5
414

515
### 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.5",
7+
"version": "2.0.0-next.6",
88
"scripts": {
99
"dev": "vite dev --port 3001",
1010
"build": "vite build",

0 commit comments

Comments
 (0)