diff --git a/.changeset/six-tools-serve.md b/.changeset/six-tools-serve.md deleted file mode 100644 index ed12cbcc6..000000000 --- a/.changeset/six-tools-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@appsmithorg/design-system": patch ---- - -feat: Added Scrollbar component diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index 4f37ce9ea..36c3f647c 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,11 @@ # @appsmithorg/design-system +## 2.1.39 + +### Patch Changes + +- [#728](https://github.com/appsmithorg/design-system/pull/728) [`d40db1a4`](https://github.com/appsmithorg/design-system/commit/d40db1a45da6e2a6adba9cf05859f2bb599acd32) Thanks [@albinAppsmith](https://github.com/albinAppsmith)! - feat: Added Scrollbar component + ## 2.1.38 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index f3cb524be..30c1112e6 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system", - "version": "2.1.38", + "version": "2.1.39", "description": "This is the package for the design system that powers the Appsmith platform", "module": "build/index.js", "types": "build/index.d.ts",