Skip to content

Commit 1bbacb9

Browse files
Version Packages (#465)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1ffa403 commit 1bbacb9

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/fast-actors-tease-1.md

-5
This file was deleted.

.changeset/fast-actors-tease-2.md

-5
This file was deleted.

.changeset/fifty-mirrors-wink.md

-5
This file was deleted.

packages/svelte-ux/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte-ux
22

3+
## 0.74.4
4+
5+
### Patch Changes
6+
7+
- Refactor `close` method in `Dialog` and `Drawer` and expose as a slot prop across all props ([#464](https://github.com/techniq/svelte-ux/pull/464))
8+
9+
- Remove `close-attempt` on `Dialog` and `Drawer` ([#464](https://github.com/techniq/svelte-ux/pull/464))
10+
11+
- [intersection action] Use closest scrollable parent/ancestor for InterSectionObserver root or `null` to use viewport ([#463](https://github.com/techniq/svelte-ux/pull/463))
12+
313
## 0.74.3
414

515
### Patch Changes

packages/svelte-ux/package.json

+1-1
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": "0.74.3",
7+
"version": "0.74.4",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)