Skip to content

Commit

Permalink
chore(changeset): apply missing changes (#1909)
Browse files Browse the repository at this point in the history
<!--
  How to write a good PR title:
- Follow [the Conventional Commits
specification](https://www.conventionalcommits.org/en/v1.0.0/).
  - Give as much context as necessary and as little as possible
  - Prefix it with [WIP] while it’s a work in progress
-->

## Self Checklist

- [x] I wrote a PR title in **English** and added an appropriate
**label** to the PR.
- [x] I wrote the commit message in **English** and to follow [**the
Conventional Commits
specification**](https://www.conventionalcommits.org/en/v1.0.0/).
- [x] I [added the
**changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md)
about the changes that needed to be released. (or didn't have to)
- [x] I wrote or updated **documentation** related to the changes. (or
didn't have to)
- [x] I wrote or updated **tests** related to the changes. (or didn't
have to)
- [x] I tested the changes in various browsers. (or didn't have to)
  - Windows: Chrome, Edge, (Optional) Firefox
  - macOS: Chrome, Edge, Safari, (Optional) Firefox

## Related Issue
<!-- Please link to issue if one exists -->

- #1906 

## Summary
<!-- Please brief explanation of the changes made -->

#1906 에서 누락된 변경 사항 적용
  • Loading branch information
sungik-choi authored Jan 12, 2024
1 parent 3af5d3a commit 99ea328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .changeset/hot-bobcats-develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"@channel.io/bezier-react": major
---

**Breaking Changes: Property updates in `Emoji` component**


No longer support `interpolation` property. Replace any usage of `interpolation` property with appropriate `style` or `className` implementations.
No longer support `as` and `interpolation` property. Replace any usage of `interpolation` property with appropriate `style` or `className` implementations.
4 changes: 2 additions & 2 deletions .changeset/sweet-suits-smoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"@channel.io/bezier-react": major
---

Changes in `Switch` components as following.
**Breaking Changes: Property updates in `Switch` component**

- It does not support `as` and `interpolation` props any more.
No longer support `as` and `interpolation` property. Replace any usage of `interpolation` property with appropriate `style` or `className` implementations.

0 comments on commit 99ea328

Please sign in to comment.