Skip to content

Commit 8038b09

Browse files
Version Packages (next) (#585)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent adc1bbc commit 8038b09

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
@@ -7,7 +7,10 @@
77
"changesets": [
88
"fair-bugs-carry",
99
"green-maps-bathe",
10+
"major-turkeys-ask",
11+
"nice-onions-sell",
1012
"ready-planets-deny",
13+
"wide-months-rescue",
1114
"witty-spies-divide"
1215
]
1316
}

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.4
4+
5+
### Patch Changes
6+
7+
- fix(Menu): Support `bind:open` (underlying Popover) ([#584](https://github.com/techniq/svelte-ux/pull/584))
8+
9+
- feat(DateRangeField): Add `quickPresets` support ([#584](https://github.com/techniq/svelte-ux/pull/584))
10+
11+
- fix(DateRange): Fix selection gradient ([#584](https://github.com/techniq/svelte-ux/pull/584))
12+
313
## 2.0.0-next.3
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.3",
7+
"version": "2.0.0-next.4",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)