This commit is contained in:
Ryan Gossiaux
2022-05-25 14:33:57 -07:00
parent 4b4e08d13b
commit 0314c69d20
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@rgossiaux/svelte-headlessui",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@rgossiaux/svelte-headlessui",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.16.0",

View File

@@ -15,7 +15,7 @@
},
"license": "MIT",
"repository": "github:rgossiaux/svelte-headlessui",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",

View File

@@ -3,6 +3,7 @@ This is the release history of Svelte Headless UI and the correspondence with ve
| Svelte Headless UI version | Date released | Headless UI version | Notes |
| -------------------------- | ------------- | ------------------- | ----- |
| 1.0.2 | 2022-05-25 | 1.4.2 | Fixes TypeScript errors with some attributes |
| 1.0.1 | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
| 1.0.0 | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |
| 1.0.0-beta.12 | 2022-03-07 | 1.4.2 | Hotfix to replace an incorrect fix in 1.0.0-beta.11 |