Skip to content

Commit

Permalink
Update 13.42.0 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
triple-bot authored and dia-triple committed Jan 24, 2025
1 parent 8dcc4f1 commit 64fd954
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 13.42.0

```
### chat
- (chat) 트리플 앱 디펜던시 제거 [#3554](https://github.com/titicacadev/triple-frontend/pull/3554)
```

## v13.41.0

```
Expand Down Expand Up @@ -4642,11 +4650,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 64fd954

Please sign in to comment.