diff --git a/.changeset/pre.json b/.changeset/pre.json index c6122db3f51..06309bf8446 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -100,6 +100,7 @@ "@spectrum-css/ui-icons": "1.1.2" }, "changesets": [ + "perfect-dogs-smash", "pretty-parents-drum" ] } diff --git a/components/button/CHANGELOG.md b/components/button/CHANGELOG.md index 7a472736e45..7673fcf31c0 100644 --- a/components/button/CHANGELOG.md +++ b/components/button/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 14.0.0-next.5 + +### Patch Changes + +- [#2700](https://github.com/adobe/spectrum-css/pull/2700) [`fd0fbc2`](https://github.com/adobe/spectrum-css/commit/fd0fbc28ab944afdbfdc615e1108bc941beb93d5) Thanks [@castastrophe](https://github.com/castastrophe)! - chore: run branch through formatter + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/components/button/package.json b/components/button/package.json index 2b2b2420334..d8468cf0785 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/button", - "version": "14.0.0-next.4", + "version": "14.0.0-next.5", "description": "The Spectrum CSS button component", "license": "Apache-2.0", "author": "Adobe",