Skip to content

Commit f18da8b

Browse files
Version Packages (next) (#572)
* 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 <techniq35@gmail.com>
1 parent 5d8d38b commit f18da8b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"initialVersions": {
55
"svelte-ux": "1.0.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"easy-adults-march",
9+
"ready-planets-deny"
10+
]
811
}

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.0
4+
5+
### Major Changes
6+
7+
- Tailwind 4 support ([#571](https://github.com/techniq/svelte-ux/pull/571))
8+
9+
### Patch Changes
10+
11+
- 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))
12+
313
## 1.0.2
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 <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "1.0.2",
7+
"version": "2.0.0-next.0",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)