-
Notifications
You must be signed in to change notification settings - Fork 51
Icon update PR made by bezier-asset main #2659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: b84eb6e The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Walkthrough이번 변경은 "@channel.io/bezier-icons" 패키지의 아이콘 에셋을 업데이트하는 것으로, 기존 9개의 SVG 아이콘 파일이 수정되고 3개의 새로운 SVG 아이콘 파일이 추가되었습니다. 코드나 로직 변경 없이 에셋 파일에만 변경이 이루어졌습니다. Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.changeset/icon-update-1751336426407.md (1)
5-23
: Changeset 본문을 조금 더 구체적으로 작성해주세요.
"Update icons"
한 줄 설명만으로는 어떤 아이콘이 추가/변경되었는지 바로 파악하기 어렵습니다.- Changeset-bot이 생성하는 CHANGELOG 가독성을 높이기 위해, 예시처럼 섹션 헤더를 넣어주시면 좋습니다.
-Update icons - -Modified - -- app-check.svg ... -Added - -- curved.svg ... +### Added +• curved.svg +• straight.svg +• team-ai.svg + +### Changed +• app-check.svg +• bot.svg +• chat-suggestion.svg +• google-play.svg +• receipt.svg +• skip-filled.svg +• voice-wave-missed.svg +• wifi-poor.svg +• wifi-weak.svg이 정도만 추가해도 CHANGELOG 를 보는 사용자들이 한눈에 변경 내역을 파악할 수 있습니다.
기능적인 문제는 아니므로 병합은 가능하지만, 사소한 문서 품질 개선을 위해 반영을 권장드립니다.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (12)
packages/bezier-icons/icons/app-check.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/bot.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/chat-suggestion.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/curved.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/google-play.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/receipt.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/skip-filled.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/straight.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/team-ai.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/voice-wave-missed.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/wifi-poor.svg
is excluded by!**/*.svg
packages/bezier-icons/icons/wifi-weak.svg
is excluded by!**/*.svg
📒 Files selected for processing (1)
.changeset/icon-update-1751336426407.md
(1 hunks)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2659 +/- ##
=======================================
Coverage 79.22% 79.22%
=======================================
Files 145 145
Lines 2869 2869
Branches 914 914
=======================================
Hits 2273 2273
Misses 562 562
Partials 34 34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Chromatic Report🚀 Congratulations! Your build was successful! |
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 main, this PR will be updated. # Releases ## @channel.io/[email protected] ### Minor Changes - Update icons ([#2659](#2659)) by @ch-builder Modified - app-check.svg - bot.svg - chat-suggestion.svg - google-play.svg - receipt.svg - skip-filled.svg - voice-wave-missed.svg - wifi-poor.svg - wifi-weak.svg Added - curved.svg - straight.svg - team-ai.svg ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **새로운 기능** * 여러 기존 아이콘이 업데이트되고 신규 아이콘(예: curved, straight, team-ai)이 추가되었습니다. * **기타** * 관련 패키지의 아이콘 라이브러리 버전이 0.45.0으로 업데이트되었습니다. * 의존성 및 버전 정보가 최신 상태로 반영되었습니다. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Icon update is ready to be merged! 🎉
Summary by CodeRabbit
New Features
Style