Skip to content
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
9 changes: 0 additions & 9 deletions .changeset/typography-line-height-fix.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bezier-figma-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bezier-figma-plugin

## 0.4.17

### Patch Changes

- Updated dependencies
- @channel.io/[email protected]

## 0.4.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-figma-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bezier-figma-plugin",
"version": "0.4.16",
"version": "0.4.17",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @channel.io/bezier-react

## 1.20.1

### Patch Changes

- fix(typography): update line-height for Size16 and Size17 from Lh22 to Lh24 ([#2703](https://github.com/channel-io/bezier-react/pull/2703)) by @dinohan

- Update Size16 line-height from Lh22 to Lh24
- Update Size17 line-height from Lh22 to Lh24
- This change improves text readability and spacing consistency

## 1.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/bezier-react",
"version": "1.20.0",
"version": "1.20.1",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down