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

Chore: Version changeset #27

Merged
merged 1 commit 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
11 changes: 0 additions & 11 deletions .changeset/curvy-needles-collect.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @herokwon/ui

## 0.1.0

### Minor Changes

- 87c7cbc: `@herokwon/ui` 패키지 0.1.0 업데이트

- [x] 패키지 환경설정 업데이트
- [x] Typescript 환경설정 적용 범위 추가 설정 (`src` 폴더)
- [x] tsup 환경설정 외부 패키지 종속성 추가 설정 (`next`, `react-icons`)
- [x] Babel 환경설정 파일 확장자 재설정 (js → json)
- [x] 모듈 및 스타일 통합 구성 내보내기 추가 설정 (from. `common`, `config`)
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@herokwon/ui",
"version": "0.0.0",
"version": "0.1.0",
"private": false,
"type": "module",
"main": "dist/index.cjs",
Expand Down
Loading