From d3df1e094751503c091cae58ef003a28fdc581ea Mon Sep 17 00:00:00 2001 From: Ryan Gossiaux Date: Mon, 16 May 2022 13:21:40 -0700 Subject: [PATCH] 1.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- src/routes/docs/version-history.svx | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e305b0d5..91dcc0f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rgossiaux/svelte-headlessui", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rgossiaux/svelte-headlessui", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@babel/cli": "^7.16.0", diff --git a/package.json b/package.json index 97992b02..96babb53 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "MIT", "repository": "github:rgossiaux/svelte-headlessui", - "version": "1.0.0", + "version": "1.0.1", "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 3c564eb0..671df3d3 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.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 | | 1.0.0-beta.11 | 2022-03-06 | 1.4.2 | |