feat(divider): add vertical divider and border utility support#31
Merged
Seungwoo321 merged 9 commits intomainfrom Mar 9, 2026
Merged
feat(divider): add vertical divider and border utility support#31Seungwoo321 merged 9 commits intomainfrom
Seungwoo321 merged 9 commits intomainfrom
Conversation
chore: sync release from main [skip ci]
의존받는 패키지 테이블에 배포 정보 컬럼을 추가하고, 버전을 ^2.6.0으로 업데이트했습니다. language-data 패키지를 제거하고 admin과 examples 패키지를 추가했습니다.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
의존성 버전을 고정하기 위한 pnpm-lock.yaml 파일을 추가했습니다.
PR 생성 방식에서 직접 merge 방식으로 변경하여 워크플로우를 간소화했습니다. theirs 전략을 사용하여 main 브랜치의 변경사항을 develop에 자동으로 병합합니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
vertical플래그 추가 및 AST 타입 업데이트.wf-border유틸리티 클래스 추가Test Plan