diff --git a/.changeset/six-crews-pay.md b/.changeset/six-crews-pay.md deleted file mode 100644 index 4f11bb335..000000000 --- a/.changeset/six-crews-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@appsmithorg/design-system": patch ---- - -fix: Updated popover content z-index diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index b1679ae6f..4f37ce9ea 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,11 @@ # @appsmithorg/design-system +## 2.1.38 + +### Patch Changes + +- [#725](https://github.com/appsmithorg/design-system/pull/725) [`f14136ed`](https://github.com/appsmithorg/design-system/commit/f14136edd6dc91f252c4cd7c4fbb95acdc52f393) Thanks [@albinAppsmith](https://github.com/albinAppsmith)! - fix: Updated popover content z-index + ## 2.1.37 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 957dd060a..02421791d 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system", - "version": "2.1.37", + "version": "2.1.38", "description": "This is the package for the design system that powers the Appsmith platform", "module": "build/index.js", "types": "build/index.d.ts",