Skip to content

Commit e5bc633

Browse files
Version Packages (#406)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8e2c169 commit e5bc633

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/serious-dodos-speak.md

-5
This file was deleted.

.changeset/thin-roses-fix.md

-5
This file was deleted.

packages/svelte-ux/CHANGELOG.md

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

3+
## 0.69.2
4+
5+
### Patch Changes
6+
7+
- [Pagination] Pass current pagination value as slot prop to simplify creating custom controls ([`671fc2a69081aace18b2fe69b8582fed0a7697ae`](https://github.com/techniq/svelte-ux/commit/671fc2a69081aace18b2fe69b8582fed0a7697ae))
8+
9+
- [paginationStore] Clamp page between valid values ([`6adc3f29e3b3a8c8de9a9f265849c8ce42aad0ad`](https://github.com/techniq/svelte-ux/commit/6adc3f29e3b3a8c8de9a9f265849c8ce42aad0ad))
10+
311
## 0.69.1
412

513
### 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.69.1",
7+
"version": "0.69.2",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)