From ee260e671f18cbd73f8be37bffb72700a25bf3d5 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 17 Jun 2021 17:39:16 -0400 Subject: [PATCH] update version --- docs/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 3c21436a..5feb846a 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -6,7 +6,7 @@ Components with the Experimental badge _During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛 -## Next +## 2.0.0-beta.44 - 🚨 BREAKING: all `invalid` props on form controls now reflect validity before interaction [#455](https://github.com/shoelace-style/shoelace/issues/455) - Allow `null` to be passed to disable animations in `setDefaultAnimation()` and `setAnimation()`