From 468ffc2967d250e8363240a165aa6f8a696849e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Oct 2023 05:24:30 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/perfect-mice-refuse.md | 5 ----- .changeset/stale-parrots-learn.md | 5 ----- packages/design-system/CHANGELOG.md | 8 ++++++++ packages/design-system/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/perfect-mice-refuse.md delete mode 100644 .changeset/stale-parrots-learn.md diff --git a/.changeset/perfect-mice-refuse.md b/.changeset/perfect-mice-refuse.md deleted file mode 100644 index 045cba87b..000000000 --- a/.changeset/perfect-mice-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@appsmithorg/design-system": patch ---- - -feat: allow react node for start icon in ListItem diff --git a/.changeset/stale-parrots-learn.md b/.changeset/stale-parrots-learn.md deleted file mode 100644 index 6805fad91..000000000 --- a/.changeset/stale-parrots-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@appsmithorg/design-system": patch ---- - -feat: Added form control diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index a461ddfc8..a951614ed 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,13 @@ # @appsmithorg/design-system +## 2.1.25 + +### Patch Changes + +- [#657](https://github.com/appsmithorg/design-system/pull/657) [`46ff5a31`](https://github.com/appsmithorg/design-system/commit/46ff5a31f91e322c5d1d64782943c0e8cb2eb0c1) Thanks [@akash-codemonk](https://github.com/akash-codemonk)! - feat: allow react node for start icon in ListItem + +- [#654](https://github.com/appsmithorg/design-system/pull/654) [`a5d82e3b`](https://github.com/appsmithorg/design-system/commit/a5d82e3b57ba602d49ada69ed9edaf0f6cb0b6a7) Thanks [@albinAppsmith](https://github.com/albinAppsmith)! - feat: Added form control + ## 2.1.24 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 4f271b551..1da3a03a9 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system", - "version": "2.1.24", + "version": "2.1.25", "description": "This is the package for the design system that powers the Appsmith platform", "module": "build/index.js", "types": "build/index.d.ts",