diff --git a/.changeset/mean-sheep-cover.md b/.changeset/mean-sheep-cover.md deleted file mode 100644 index b919d2d65e4..00000000000 --- a/.changeset/mean-sheep-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kaizen/components": patch ---- - - - Allow mobile actions menu to auto hide when user clicks a menu item diff --git a/.changeset/spotty-lemons-trade.md b/.changeset/spotty-lemons-trade.md deleted file mode 100644 index f7af9ed6701..00000000000 --- a/.changeset/spotty-lemons-trade.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@kaizen/components": patch ---- - -``: accept id in props and pass it to child button/link -`` - - Add constant ids for TitleBlockZen's secondary menu and other actions menu in mobile view - - accept id in props to be assigned to the root div \ No newline at end of file diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 91eb91302ea..2b4ac838082 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.38.6 + +### Patch Changes + +- [#4471](https://github.com/cultureamp/kaizen-design-system/pull/4471) [`af8329e55eb27763d042608c0f353ea622a1ade8`](https://github.com/cultureamp/kaizen-design-system/commit/af8329e55eb27763d042608c0f353ea622a1ade8) - - Allow mobile actions menu to auto hide when user clicks a menu item + +- [#4469](https://github.com/cultureamp/kaizen-design-system/pull/4469) [`aebd4d30a1d8aa96d9377eedc4952152b2777d70`](https://github.com/cultureamp/kaizen-design-system/commit/aebd4d30a1d8aa96d9377eedc4952152b2777d70) - ``: accept id in props and pass it to child button/link + `` + - Add constant ids for TitleBlockZen's secondary menu and other actions menu in mobile view + - accept id in props to be assigned to the root div + ## 1.38.5 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 98a2bd90287..f87d3495237 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@kaizen/components", - "version": "1.38.5", + "version": "1.38.6", "description": "Kaizen component library", "author": "Geoffrey Chong ", "homepage": "https://cultureamp.design",