Skip to content

Commit 2542392

Browse files
ci(changesets): version packages (#2706)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to v1, this PR will be updated. # Releases ## @channel.io/[email protected] ### Patch Changes - fix(typography): update line-height for Size16 and Size17 from Lh22 to Lh24 ([#2703](#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 ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e3ec28a commit 2542392

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

.changeset/typography-line-height-fix.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/bezier-figma-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# bezier-figma-plugin
22

3+
## 0.4.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/[email protected]
9+
310
## 0.4.16
411

512
### Patch Changes

packages/bezier-figma-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bezier-figma-plugin",
3-
"version": "0.4.16",
3+
"version": "0.4.17",
44
"private": true,
55
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
66
"repository": {

packages/bezier-react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @channel.io/bezier-react
22

3+
## 1.20.1
4+
5+
### Patch Changes
6+
7+
- 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
8+
9+
- Update Size16 line-height from Lh22 to Lh24
10+
- Update Size17 line-height from Lh22 to Lh24
11+
- This change improves text readability and spacing consistency
12+
313
## 1.20.0
414

515
### Minor Changes

packages/bezier-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/bezier-react",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
44
"description": "React components library that implements Bezier design system.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)