Skip to content

Commit

Permalink
Add version matchup to stylelint-bezier (#2491)
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 -->

<!-- Fixes #0000 -->

- None

## Summary

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

- `stylelint-bezier` 패키지에 version matchup 을 추가합니다.
`[email protected]`에서 토큰 이름이 바뀌는 breaking change가 있었습니다.
`[email protected]`를 처음으로 사용하는 `[email protected]`와
`[email protected]`을 테이블에 추가했습니다.

## Details

<!-- Please elaborate description of the changes -->

- None

### Breaking change? (Yes/No)

<!-- If Yes, please describe the impact and migration path for users -->

- no

## References

<!-- Please list any other resources or points the reviewer should be
aware of -->

- https://github.com/channel-io/bezier-react/releases
  • Loading branch information
yangwooseong authored Nov 8, 2024
1 parent 6c24949 commit 5c31d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stylelint-bezier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ Disallows use of tokens not in bezier-tokens. If you want to use css variable ot
| @channel.io/stylelint-bezier | @channel.io/bezier-react |
| ---------------------------- | ------------------------ |
| 0.1.0 | 2.2.4 |
| 0.2.4 | 2.3.3 |

0 comments on commit 5c31d14

Please sign in to comment.