Skip to content

Commit

Permalink
Update v13.14.2 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
triple-bot authored and dongoc committed Dec 15, 2023
1 parent 06e07b3 commit fa4cb97
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v13.14.2

### react-contexts

- [react-contexts] 틱톡 픽셀의 누락된 track 메소드를 추가합니다. [#3064](https://github.com/titicacadev/triple-frontend/pull/3064)

## v13.14.1

### resource-list-element
Expand Down Expand Up @@ -4146,11 +4152,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 fa4cb97

Please sign in to comment.