Skip to content

Commit 73c9355

Browse files
committed
Add release date for 2.0.0 version
1 parent 4c9c623 commit 73c9355

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/routes/docs/1.0/version-history.svx

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

33
| Svelte Headless UI version | Date released | Headless UI version | Notes |
44
| -------------------------- | ------------- | ------------------- | ----- |
5+
| [2.0.0](../2.0) | 2023-06-11 | 1.4.2 | Switches to `bind:` for three components; renames transition events; uses `<svelte:element>` internally |
56
| [1.0.2](../1.0) | 2022-05-25 | 1.4.2 | Fixes TypeScript errors with some attributes |
67
| [1.0.1](../1.0) | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
78
| [1.0.0](../1.0) | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |

src/routes/docs/2.0/version-history.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This is the release history of Svelte Headless UI and the correspondence with ve
6262

6363
| Svelte Headless UI version | Date released | Headless UI version | Notes |
6464
| -------------------------- | ------------- | ------------------- | ----- |
65-
| [2.0.0](../2.0) | 2023-??-?? | 1.4.2 | Switches to `bind:` for three components; renames transition events; uses `<svelte:element>` internally |
65+
| [2.0.0](../2.0) | 2023-06-11 | 1.4.2 | Switches to `bind:` for three components; renames transition events; uses `<svelte:element>` internally |
6666
| [1.0.2](../1.0) | 2022-05-25 | 1.4.2 | Fixes TypeScript errors with some attributes |
6767
| [1.0.1](../1.0) | 2022-05-16 | 1.4.2 | Fixes a SSR error when using the `as` prop on buttons |
6868
| [1.0.0](../1.0) | 2022-05-06 | 1.4.2 | Much improved TypeScript support; much smaller bundle size |

0 commit comments

Comments
 (0)