From 73c9355d92195130a413f5d921076adf2bed1be4 Mon Sep 17 00:00:00 2001 From: Ryan Gossiaux Date: Sun, 11 Jun 2023 14:47:37 -0700 Subject: [PATCH] Add release date for 2.0.0 version --- src/routes/docs/1.0/version-history.svx | 1 + src/routes/docs/2.0/version-history.svx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/docs/1.0/version-history.svx b/src/routes/docs/1.0/version-history.svx index ba12bb8..79410bd 100644 --- a/src/routes/docs/1.0/version-history.svx +++ b/src/routes/docs/1.0/version-history.svx @@ -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 `` 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 | diff --git a/src/routes/docs/2.0/version-history.svx b/src/routes/docs/2.0/version-history.svx index d60d99a..6419827 100644 --- a/src/routes/docs/2.0/version-history.svx +++ b/src/routes/docs/2.0/version-history.svx @@ -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 `` internally | +| [2.0.0](../2.0) | 2023-06-11 | 1.4.2 | Switches to `bind:` for three components; renames transition events; uses `` 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 |