From 9736f053d99772bb1cfbe778b8d010272260b235 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 31 Jul 2023 15:15:54 -0400 Subject: [PATCH] update version --- docs/pages/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index 1c84bf95..3698347b 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -12,7 +12,7 @@ Components with the Experimental bad New versions of Shoelace are released as-needed and generally occur when a critical mass of changes have accumulated. At any time, you can see what's coming in the next release by visiting [next.shoelace.style](https://next.shoelace.style). -## Next +## 2.6.0 - Added JSDoc comments to React Wrappers for better documentation when hovering a component. [#1450] - Added `displayName` to React Wrappers for better debugging. [#1450]