diff --git a/package-lock.json b/package-lock.json index f17fb687..e1f8d24b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 8ec2e3d1..02db2696 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/routes/docs/version-history.svx b/src/routes/docs/version-history.svx index 671df3d3..4d2bf5c8 100644 --- a/src/routes/docs/version-history.svx +++ b/src/routes/docs/version-history.svx @@ -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 |