Add release date for 2.0.0 version

This commit is contained in:
Ryan Gossiaux
2023-06-11 14:47:37 -07:00
parent 4c9c62394c
commit 73c9355d92
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,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 |
| -------------------------- | ------------- | ------------------- | ----- |
| [2.0.0](../2.0) | 2023-06-11 | 1.4.2 | Switches to `bind:` for three components; renames transition events; uses `<svelte:element>` internally |
| [1.0.2](../1.0) | 2022-05-25 | 1.4.2 | Fixes TypeScript errors with some attributes |
| [1.0.1](../1.0) | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
| [1.0.0](../1.0) | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |

View File

@@ -62,7 +62,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 |
| -------------------------- | ------------- | ------------------- | ----- |
| [2.0.0](../2.0) | 2023-??-?? | 1.4.2 | Switches to `bind:` for three components; renames transition events; uses `<svelte:element>` internally |
| [2.0.0](../2.0) | 2023-06-11 | 1.4.2 | Switches to `bind:` for three components; renames transition events; uses `<svelte:element>` internally |
| [1.0.2](../1.0) | 2022-05-25 | 1.4.2 | Fixes TypeScript errors with some attributes |
| [1.0.1](../1.0) | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
| [1.0.0](../1.0) | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |