From 3559d9fbb1cf23ad8e943f02894e85fc29d0a375 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 May 2024 11:03:41 +0000 Subject: [PATCH 1/3] 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", From 023af4f84817583b683a66634ad04a57d95db84a Mon Sep 17 00:00:00 2001 From: albinAppsmith <87797149+albinAppsmith@users.noreply.github.com> Date: Wed, 15 May 2024 15:11:14 +0530 Subject: [PATCH 2/3] feat: text wrap change --- packages/design-system/src/__theme__/default/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/design-system/src/__theme__/default/index.css b/packages/design-system/src/__theme__/default/index.css index 6905b0af8..504f6f165 100644 --- a/packages/design-system/src/__theme__/default/index.css +++ b/packages/design-system/src/__theme__/default/index.css @@ -219,5 +219,5 @@ body{ -webkit-font-smoothing: auto; letter-spacing: -0.1px; font-feature-settings: "ss03"; - text-wrap: balance; + text-wrap: pretty; } From 56cd05b764a867a0c2adef0348ebcdbd55214df6 Mon Sep 17 00:00:00 2001 From: albinAppsmith <87797149+albinAppsmith@users.noreply.github.com> Date: Wed, 15 May 2024 15:12:52 +0530 Subject: [PATCH 3/3] Create grumpy-turtles-tan.md --- .changeset/grumpy-turtles-tan.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/grumpy-turtles-tan.md diff --git a/.changeset/grumpy-turtles-tan.md b/.changeset/grumpy-turtles-tan.md new file mode 100644 index 000000000..b6d0704ad --- /dev/null +++ b/.changeset/grumpy-turtles-tan.md @@ -0,0 +1,5 @@ +--- +"@appsmithorg/design-system": patch +--- + +feat: Text wrap fix