From 92523382c4e81ff7eb572e879452e529726fdd7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:27:10 -0400 Subject: [PATCH] chore: release (next) (#2706) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + components/button/CHANGELOG.md | 6 ++++++ components/button/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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",