Skip to content

Commit 59ef8e0

Browse files
committedMar 10, 2025
Version package to 1.0.3 (pnpm changeset:version)
1 parent 6c2efa2 commit 59ef8e0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎.changeset/easy-adults-march.md

-5
This file was deleted.

‎packages/svelte-ux/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- fix(Progress): Fix `TypeError: Failed to set the 'value' property on 'HTMLProgressElement': The provided double value is non-finite.` ([`6c2efa2`](https://github.com/techniq/svelte-ux/commit/6c2efa2d6d5b1a7ccf2b99c1826bc1232c51d2cc))
8+
39
## 1.0.2
410

511
### 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 <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "1.0.2",
7+
"version": "1.0.3",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)