diff --git a/.changeset/weak-jokes-explode.md b/.changeset/weak-jokes-explode.md deleted file mode 100644 index b6616aa32..000000000 --- a/.changeset/weak-jokes-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@appsmithorg/design-system": patch ---- - -feat: Added flex and grid component diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index b1735ed88..a461ddfc8 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,11 @@ # @appsmithorg/design-system +## 2.1.24 + +### Patch Changes + +- [#647](https://github.com/appsmithorg/design-system/pull/647) [`4b554c29`](https://github.com/appsmithorg/design-system/commit/4b554c29d0404a44dd8052997fec85d262bdc9de) Thanks [@albinAppsmith](https://github.com/albinAppsmith)! - feat: Added flex and grid component + ## 2.1.23 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 56234fce0..4f271b551 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system", - "version": "2.1.23", + "version": "2.1.24", "description": "This is the package for the design system that powers the Appsmith platform", "module": "build/index.js", "types": "build/index.d.ts",