Skip to content

Commit

Permalink
Update v13.26.2 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
triple-bot authored and mia-triple committed Jul 8, 2024
1 parent de056d6 commit 67dd160
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v13.26.2

```
### action-sheet
- [action-sheet] 액션 시트에서 lockScroll을 해제할 수 있도록 옵션 제공 [#3295](https://github.com/titicacadev/triple-frontend/pull/3295)
### react-contexts
- [react-hooks] user 타입에 email 필드를 추가합니다. [#3304](https://github.com/titicacadev/triple-frontend/pull/3304)
### react-hooks
- [react-hooks] user 타입에 email 필드를 추가합니다. [#3304](https://github.com/titicacadev/triple-frontend/pull/3304)
```

## v13.26.1

### review
Expand Down Expand Up @@ -4413,11 +4429,11 @@ SingleSlider, RangeSlider
```ts
interface ReviewLikesContextProps {
deriveCurrentStateAndCount: (currentState: {
reviewId: any
liked: boolean
likesCount: number
}) => { liked: boolean; likesCount: number }
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void
reviewId: any;
liked: boolean;
likesCount: number;
}) => { liked: boolean; likesCount: number };
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void;
}
```

Expand Down

0 comments on commit 67dd160

Please sign in to comment.