diff --git a/.changeset/few-experts-live.md b/.changeset/few-experts-live.md deleted file mode 100644 index 2ecae5435..000000000 --- a/.changeset/few-experts-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@appsmithorg/design-system": patch ---- - -feat: Added events and defer prop to ScrollArea diff --git a/.changeset/smart-socks-learn.md b/.changeset/smart-socks-learn.md deleted file mode 100644 index 9fdf86555..000000000 --- a/.changeset/smart-socks-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@appsmithorg/design-system": patch ---- - -fix: Updated sm size for DatePicker, Input, Number Input, and Search Input diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index 5882ecb61..01994c05d 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,13 @@ # @appsmithorg/design-system +## 2.1.43 + +### Patch Changes + +- [#744](https://github.com/appsmithorg/design-system/pull/744) [`4a92d080`](https://github.com/appsmithorg/design-system/commit/4a92d0806fc0c0174f57fbcfdd33f5d37ccb1b37) Thanks [@albinAppsmith](https://github.com/albinAppsmith)! - feat: Added events and defer prop to ScrollArea + +- [#746](https://github.com/appsmithorg/design-system/pull/746) [`4b94af20`](https://github.com/appsmithorg/design-system/commit/4b94af2001728d0169b2b377d1d2f90db685a2a0) Thanks [@albinAppsmith](https://github.com/albinAppsmith)! - fix: Updated sm size for DatePicker, Input, Number Input, and Search Input + ## 2.1.42 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 60a1f49c7..e4c4c6ef4 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system", - "version": "2.1.42", + "version": "2.1.43", "description": "This is the package for the design system that powers the Appsmith platform", "module": "build/index.js", "types": "build/index.d.ts",