Skip to content
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

Docs: Update CHANGELOG.md #25

Merged
merged 2 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ui/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Minor Changes

- ebed896: - [x] **`ui-common`** 패키지 생성 및 초기 환경 설정
- ebed896: **`ui-common`** 패키지 생성 및 초기 환경 설정
- [x] **`Box`** 컴포넌트 구현 및 테스트 코드 추가
- [x] **`Container`** 컴포넌트 구현 및 테스트 코드 추가
- [x] **`Flex`** 컴포넌트 구현 및 테스트 코드 추가
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

### Patch Changes

- ebed896: - [x] 타입 참조 & 타입명 변경 (_RestrictedOmit_ → **_OmitStrict_**)
- ebed896: 타입 참조 & 타입명 변경 (_RestrictedOmit_ → **_OmitStrict_**)

## 0.2.0

### Minor Changes

- 3a32587:
- 3a32587: TailwindCSS 환경 설정
- [x] TailwindCSS 커스텀 변수 (_xs_, _scrollbar_, _slider_, _progress_) 추가
- [x] TailwindCSS 커스텀 유틸리티 스타일 객체화 리팩토링 & 테스트 코드 추가
Loading