Skip to content

Commit

Permalink
ci(changesets): version packages (alpha) (#2012)
Browse files Browse the repository at this point in the history
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

- Fixes issue with `ModalBody`, `ModalFooter` not applying styling
correctly when wrapped in other elements.
([#2017](#2017)) by
@sungik-choi

- Add `overflow: hidden` to `ListItem` component
([#2013](#2013)) by
@yangwooseong

- Update background color of `TextField`'s secondary variant.
([#2016](#2016)) by
@sungik-choi

- Mute the error of `smoothCornerScript` when called twice.
([#2010](#2010)) by
@chaejunlee

- Fix invalid style migrations of `Tabs` component.
([#2014](#2014)) by
@sungik-choi

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 26, 2024
1 parent 27ab0b1 commit c4735df
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
"eight-hounds-smoke",
"eighty-crabs-argue",
"eighty-steaks-play",
"empty-jars-shop",
"famous-melons-juggle",
"famous-trees-wash",
"five-plants-rescue",
"fluffy-dolphins-relax",
"friendly-avocados-love",
"funny-peaches-report",
Expand All @@ -50,10 +52,12 @@
"long-birds-attend",
"long-turtles-enjoy",
"loud-feet-melt",
"many-shrimps-float",
"metal-planets-peel",
"mighty-balloons-drum",
"mighty-hornets-promise",
"modern-cups-nail",
"modern-days-cross",
"modern-houses-give",
"moody-snakes-rhyme",
"neat-badgers-arrive",
Expand All @@ -75,6 +79,7 @@
"sixty-cows-fetch",
"slimy-lobsters-sparkle",
"small-readers-compare",
"smart-geese-provide",
"soft-months-film",
"sour-dogs-sin",
"stale-nails-study",
Expand Down
14 changes: 14 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @channel.io/bezier-react

## 2.0.0-alpha.14

### Patch Changes

- Fixes issue with `ModalBody`, `ModalFooter` not applying styling correctly when wrapped in other elements. ([#2017](https://github.com/channel-io/bezier-react/pull/2017)) by @sungik-choi

- Add `overflow: hidden` to `ListItem` component ([#2013](https://github.com/channel-io/bezier-react/pull/2013)) by @yangwooseong

- Update background color of `TextField`'s secondary variant. ([#2016](https://github.com/channel-io/bezier-react/pull/2016)) by @sungik-choi

- Mute the error of `smoothCornerScript` when called twice. ([#2010](https://github.com/channel-io/bezier-react/pull/2010)) by @chaejunlee

- Fix invalid style migrations of `Tabs` component. ([#2014](https://github.com/channel-io/bezier-react/pull/2014)) by @sungik-choi

## 2.0.0-alpha.13

### Patch 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": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c4735df

Please sign in to comment.