From 3559d9fbb1cf23ad8e943f02894e85fc29d0a375 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 May 2024 11:03:41 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/calm-radios-joke.md | 6 ------ packages/design-system-old/CHANGELOG.md | 6 ++++++ packages/design-system-old/package.json | 2 +- packages/design-system/CHANGELOG.md | 6 ++++++ packages/design-system/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/calm-radios-joke.md diff --git a/.changeset/calm-radios-joke.md b/.changeset/calm-radios-joke.md deleted file mode 100644 index 59dddff95..000000000 --- a/.changeset/calm-radios-joke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@appsmithorg/design-system-old": patch -"@appsmithorg/design-system": patch ---- - -feat: Added PT root UI font diff --git a/packages/design-system-old/CHANGELOG.md b/packages/design-system-old/CHANGELOG.md index 4c2caebc0..bd3b3d496 100644 --- a/packages/design-system-old/CHANGELOG.md +++ b/packages/design-system-old/CHANGELOG.md @@ -1,5 +1,11 @@ # @appsmithorg/design-system +## 1.1.17 + +### Patch Changes + +- [#731](https://github.com/appsmithorg/design-system/pull/731) [`b843c841`](https://github.com/appsmithorg/design-system/commit/b843c84119b8a078109f232d1edfe59e5f42226f) Thanks [@albinAppsmith](https://github.com/albinAppsmith)! - feat: Added PT root UI font + ## 1.1.16 ### Patch Changes diff --git a/packages/design-system-old/package.json b/packages/design-system-old/package.json index 8406f0201..e4ee3f37d 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.16", + "version": "1.1.17", "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 36c3f647c..dc13ca4db 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,11 @@ # @appsmithorg/design-system +## 2.1.40 + +### Patch Changes + +- [#731](https://github.com/appsmithorg/design-system/pull/731) [`b843c841`](https://github.com/appsmithorg/design-system/commit/b843c84119b8a078109f232d1edfe59e5f42226f) Thanks [@albinAppsmith](https://github.com/albinAppsmith)! - feat: Added PT root UI font + ## 2.1.39 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 7fbf68c84..08b4f7bbc 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system", - "version": "2.1.39", + "version": "2.1.40", "description": "This is the package for the design system that powers the Appsmith platform", "module": "build/index.js", "types": "build/index.d.ts",