From 6bf6b23438b83dab23c86ae5c82dcd1be24e8d62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 May 2023 10:36:44 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/tame-donuts-enjoy.md | 7 ------- packages/design-system-old/CHANGELOG.md | 7 +++++++ packages/design-system-old/package.json | 2 +- packages/design-system/CHANGELOG.md | 7 +++++++ packages/design-system/package.json | 2 +- 5 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 .changeset/tame-donuts-enjoy.md diff --git a/.changeset/tame-donuts-enjoy.md b/.changeset/tame-donuts-enjoy.md deleted file mode 100644 index 00c27b9d7..000000000 --- a/.changeset/tame-donuts-enjoy.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@appsmithorg/design-system-old": patch -"@appsmithorg/design-system": patch ---- - -fixes for - old toast, datepicker -Added new icons for layout and js file diff --git a/packages/design-system-old/CHANGELOG.md b/packages/design-system-old/CHANGELOG.md index b380aa068..6e28e15fc 100644 --- a/packages/design-system-old/CHANGELOG.md +++ b/packages/design-system-old/CHANGELOG.md @@ -1,5 +1,12 @@ # @appsmithorg/design-system +## 1.1.8 + +### Patch Changes + +- [#479](https://github.com/appsmithorg/design-system/pull/479) [`c2c09b6c`](https://github.com/appsmithorg/design-system/commit/c2c09b6c7e6bb674c97b4613d87e359054dd98a8) Thanks [@tanvibhakta](https://github.com/tanvibhakta)! - fixes for - old toast, datepicker + Added new icons for layout and js file + ## 1.1.7 ### Patch Changes diff --git a/packages/design-system-old/package.json b/packages/design-system-old/package.json index f1bd0fcd4..aa35fd0d8 100644 --- a/packages/design-system-old/package.json +++ b/packages/design-system-old/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system-old", - "version": "1.1.7", + "version": "1.1.8", "description": "This is the package for the Appsmith design system components", "module": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index e0a780b04..c574063a1 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,12 @@ # @appsmithorg/design-system +## 2.1.10 + +### Patch Changes + +- [#479](https://github.com/appsmithorg/design-system/pull/479) [`c2c09b6c`](https://github.com/appsmithorg/design-system/commit/c2c09b6c7e6bb674c97b4613d87e359054dd98a8) Thanks [@tanvibhakta](https://github.com/tanvibhakta)! - fixes for - old toast, datepicker + Added new icons for layout and js file + ## 2.1.9 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 7c9d534b7..66d077374 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system", - "version": "2.1.9", + "version": "2.1.10", "description": "This is the package for the design system that powers the Appsmith platform", "module": "build/index.js", "types": "build/index.d.ts",