Skip to content

Version Packages#104

Merged
noahluftyang merged 1 commit intomainfrom
changeset-release/main
Jan 14, 2025
Merged

Version Packages#104
noahluftyang merged 1 commit intomainfrom
changeset-release/main

Conversation

@noahluftyang
Copy link
Copy Markdown
Collaborator

@noahluftyang noahluftyang commented Jan 14, 2025

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

@sipe-team/card@0.1.0

Minor Changes

  • 9903559: add custom ratio in card component

@sipe-team/side@0.2.2

Patch Changes

  • Updated dependencies [9903559]
    • @sipe-team/card@0.1.0
    • @sipe-team/flex@0.1.1

Summary by CodeRabbit

  • 새로운 기능

    • 카드 컴포넌트에 사용자 정의 비율 기능 추가
  • 의존성 업데이트

    • @sipe-team/card 패키지를 0.1.0으로 업그레이드
    • @sipe-team/flex 패키지를 0.1.1로 업그레이드
  • 버전 변경

    • @sipe-team/card 패키지 버전을 0.0.2에서 0.1.0으로 업데이트
    • @sipe-team/side 패키지 버전을 0.2.1에서 0.2.2로 업데이트

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 14, 2025

워크스루

이 풀 리퀘스트는 @sipe-team/card 패키지의 마이너 버전 업데이트를 포함하고 있습니다. 버전이 0.0.2에서 0.1.0으로 변경되었으며, 카드 컴포넌트에 커스텀 비율 기능이 추가되었습니다. 또한 @sipe-team/side 패키지도 0.2.1에서 0.2.2로 업데이트되어 의존성이 변경되었습니다.

변경 사항

파일 변경 요약
.changeset/eighty-apricots-punch.md 삭제된 체인지셋 파일
packages/card/CHANGELOG.md 버전 0.1.0 추가, 커스텀 비율 기능 반영
packages/card/package.json 버전을 0.0.2에서 0.1.0으로 업데이트
packages/side/CHANGELOG.md 버전 0.2.2 추가, 의존성 업데이트 (@sipe-team/card@0.1.0, @sipe-team/flex@0.1.1)
packages/side/package.json 버전을 0.2.1에서 0.2.2로 업데이트

아마도 관련된 PR들

제안된 레이블

enhancement

제안된 리뷰어

  • froggy1014
  • bae-sh
  • hy57in
  • developerjhp
  • synuns
  • kimdaeyeobbb

토끼의 시

🐰 카드의 비율, 자유롭게
작은 변화로 큰 기쁨을
코드는 춤추고 기능은 노래해
업데이트의 멋진 하모니! 🎉


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9903559 and 4dc1af5.

📒 Files selected for processing (5)
  • .changeset/eighty-apricots-punch.md (0 hunks)
  • packages/card/CHANGELOG.md (1 hunks)
  • packages/card/package.json (1 hunks)
  • packages/side/CHANGELOG.md (1 hunks)
  • packages/side/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/eighty-apricots-punch.md
✅ Files skipped from review due to trivial changes (2)
  • packages/side/package.json
  • packages/card/package.json
🔇 Additional comments (2)
packages/card/CHANGELOG.md (1)

3-8: 변경 사항이 올바르게 문서화되었습니다!

새로운 기능(custom ratio)에 대한 마이너 버전 업데이트가 적절하게 반영되었으며, 커밋 해시도 정확하게 포함되어 있습니다.

packages/side/CHANGELOG.md (1)

3-10: 의존성 업데이트가 정확하게 반영되었습니다!

패치 버전 업데이트가 적절하게 이루어졌으며, 의존성 패키지들(@sipe-team/card, @sipe-team/flex)의 버전이 올바르게 명시되어 있습니다.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

@noahluftyang noahluftyang enabled auto-merge (squash) January 14, 2025 14:05
Copy link
Copy Markdown
Member

@synuns synuns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@noahluftyang noahluftyang merged commit e6f8d5d into main Jan 14, 2025
@noahluftyang noahluftyang deleted the changeset-release/main branch January 14, 2025 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants