From ba897f71e24d21e9c93cb56d70a5a4be6f288971 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:14:08 -0800 Subject: [PATCH] ci: release (#441) Co-authored-by: github-actions[bot] --- .changeset/honest-parents-remember.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/honest-parents-remember.md diff --git a/.changeset/honest-parents-remember.md b/.changeset/honest-parents-remember.md deleted file mode 100644 index 6b922f0f..00000000 --- a/.changeset/honest-parents-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ebay/ui-core-react": patch ---- - -fix(EbayFakeMenuButton): use btn-cell to add margin with chevron and action content diff --git a/CHANGELOG.md b/CHANGELOG.md index c0da232c..de419014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ebay/ui-core-react +## 8.0.2 + +### Patch Changes + +- [#440](https://github.com/eBay/ebayui-core-react/pull/440) [`dbc5f54`](https://github.com/eBay/ebayui-core-react/commit/dbc5f545f5afcaa1362703bcc2196983b34b668d) Thanks [@HenriqueLimas](https://github.com/HenriqueLimas)! - fix(EbayFakeMenuButton): use btn-cell to add margin with chevron and action content + ## 8.0.1 ### Patch Changes diff --git a/package.json b/package.json index e491819d..0eb676da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ebay/ui-core-react", - "version": "8.0.1", + "version": "8.0.2", "description": "Skin components build off React", "publishConfig": { "registry": "https://registry.npmjs.org",