diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 567bf089..04f48b70 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -8,7 +8,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti _During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛 -## Next +## 2.0.0-beta.79 - 🚨 BREAKING: improved accessibility of ``, ``, and `` in screen readers - Removed `checked` and `invalid` attributes from `` and `` (use `value` on `` to set the checked state) diff --git a/package-lock.json b/package-lock.json index 25b7b430..161e0818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shoelace-style/shoelace", - "version": "2.0.0-beta.78", + "version": "2.0.0-beta.79", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@shoelace-style/shoelace", - "version": "2.0.0-beta.78", + "version": "2.0.0-beta.79", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.0.0", diff --git a/package.json b/package.json index 9962ae9a..8ed53a5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shoelace-style/shoelace", "description": "A forward-thinking library of web components.", - "version": "2.0.0-beta.78", + "version": "2.0.0-beta.79", "homepage": "https://github.com/shoelace-style/shoelace", "author": "Cory LaViska", "license": "MIT",