Skip to content

Commit 59135e0

Browse files
ci(changesets): version packages (alpha) (#2019)
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 alpha, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `alpha` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `alpha`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @channel.io/[email protected] ### Patch Changes - Fix `ListItem`'s left icon color specificity issue. ([#2018](#2018)) by @sungik-choi Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ce53920 commit 59135e0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"tame-news-yawn",
9494
"ten-plants-remain",
9595
"tender-years-camp",
96+
"thin-games-add",
9697
"thirty-dodos-push",
9798
"three-mirrors-hunt",
9899
"tough-lions-change",

packages/bezier-react/CHANGELOG.md

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

3+
## 2.0.0-alpha.15
4+
5+
### Patch Changes
6+
7+
- Fix `ListItem`'s left icon color specificity issue. ([#2018](https://github.com/channel-io/bezier-react/pull/2018)) by @sungik-choi
8+
39
## 2.0.0-alpha.14
410

511
### Patch 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": "2.0.0-alpha.14",
3+
"version": "2.0.0-alpha.15",
44
"description": "React components library that implements Bezier design system.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)