Skip to content

Commit 4b12d5d

Browse files
Version Packages (#322)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent baf5f6c commit 4b12d5d

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

.changeset/forty-falcons-exercise.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs
22

3+
## 0.0.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [baf5f6c]
8+
- @sopt-makers/ui@2.9.0
9+
310
## 0.0.37
411

512
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"private": true,
4-
"version": "0.0.37",
4+
"version": "0.0.38",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/ui/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @sopt-makers/ui
22

3+
## 2.9.0
4+
5+
### Minor Changes
6+
7+
- baf5f6c: feat(Dialog): cancelButton과 approveButton에 onClick 핸들러 추가
8+
9+
Dialog 컴포넌트의 typeOptions에 onCancel과 onApprove 핸들러를 추가했습니다.
10+
11+
- typeOptions에 onApprove, onCancel 핸들러 추가
12+
- cancelButton 클릭 시 커스텀 로직 실행 가능
13+
- 기존 buttonFunction은 deprecated 처리 (하위 호환성 유지)
14+
315
## 2.8.12
416

517
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sopt-makers/ui",
3-
"version": "2.8.12",
3+
"version": "2.9.0",
44
"description": "sopt-makers의 frontend repository에 사용되는 ui를 제공해요.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)