Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

feat: Text wrap fix #735

Merged
merged 5 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/calm-radios-joke.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/grumpy-turtles-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@appsmithorg/design-system": patch
---

feat: Text wrap fix
6 changes: 6 additions & 0 deletions packages/design-system-old/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system-old/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/src/__theme__/default/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ body{
-webkit-font-smoothing: auto;
letter-spacing: -0.1px;
font-feature-settings: "ss03";
text-wrap: balance;
text-wrap: pretty;
}
Loading