Skip to content

Commit d3df1e0

Browse files
committed
1.0.1
1 parent 219d289 commit d3df1e0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"license": "MIT",
1717
"repository": "github:rgossiaux/svelte-headlessui",
18-
"version": "1.0.0",
18+
"version": "1.0.1",
1919
"scripts": {
2020
"dev": "svelte-kit dev",
2121
"build": "svelte-kit build",

src/routes/docs/version-history.svx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ This is the release history of Svelte Headless UI and the correspondence with ve
33

44
| Svelte Headless UI version | Date released | Headless UI version | Notes |
55
| -------------------------- | ------------- | ------------------- | ----- |
6+
| 1.0.1 | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
67
| 1.0.0 | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |
78
| 1.0.0-beta.12 | 2022-03-07 | 1.4.2 | Hotfix to replace an incorrect fix in 1.0.0-beta.11 |
89
| 1.0.0-beta.11 | 2022-03-06 | 1.4.2 | |

0 commit comments

Comments
 (0)