-
Notifications
You must be signed in to change notification settings - Fork 51
ci(changesets): version packages #2660
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
Walkthrough이번 변경에서는 Changes
Possibly related PRs
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)
packages/bezier-figma-plugin/package.json (1)
41-42
: 의존성 범위 일치 확인플러그인 런타임에서
@channel.io/bezier-icons
를 직접 임포트한다면 peerDependency 로도 선언하는 편이 소비자 프로젝트(예: Figma Community 설치) 충돌을 줄이는 데 도움이 됩니다.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
📒 Files selected for processing (6)
.changeset/icon-update-1751336426407.md
(0 hunks)packages/bezier-figma-plugin/CHANGELOG.md
(1 hunks)packages/bezier-figma-plugin/package.json
(2 hunks)packages/bezier-icons/CHANGELOG.md
(1 hunks)packages/bezier-icons/package.json
(1 hunks)packages/bezier-react/package.json
(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/icon-update-1751336426407.md
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: CI
- GitHub Check: CodeQL-Build
🔇 Additional comments (5)
packages/bezier-figma-plugin/CHANGELOG.md (1)
3-8
: CHANGELOG 항목 형식 문제 없음버전·헤더·의존성 표기가 일관적으로 작성되어 있습니다. 추가 조치 필요 없어 보입니다.
packages/bezier-react/package.json (1)
66-66
: lockfile 동기화 여부 확인 필요devDependencies 에서
@channel.io/bezier-icons
0.45.0으로 상향됐습니다. ‑yarn.lock
(또는pnpm-lock.yaml
)이 레포에 포함돼 있다면 같이 커밋됐는지 확인해 주세요.packages/bezier-figma-plugin/package.json (1)
3-3
: 패키지 버전만 갱신된 상태
version
만 0.7.1로 증분되었습니다. Figma 플러그인의manifest.json
내 버전 필드가 별도로 존재한다면 동기화가 필요한지 검토 바랍니다.packages/bezier-icons/package.json (1)
3-3
: 버전 증분 OK단순 버전 업으로, 추가 검토 사항 없습니다.
packages/bezier-icons/CHANGELOG.md (1)
3-26
: 아이콘 변경 내역 명확추가·수정된 SVG 목록이 상세히 기재돼 있어 추후 추적이 용이합니다. 👍
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2660 +/- ##
=======================================
Coverage 79.22% 79.22%
=======================================
Files 145 145
Lines 2869 2869
Branches 914 920 +6
=======================================
Hits 2273 2273
Misses 562 562
Partials 34 34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR was opened by the Changesets release 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/bezier-icons@0.45.0
Minor Changes
Update icons (#2659) by @ch-builder
Modified
Added
bezier-figma-plugin@0.7.1
Patch Changes
Summary by CodeRabbit
새로운 기능
기타