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

v13.40.0 변경사항을 적용합니다. #3545

Merged
merged 2 commits into from
Jan 17, 2025
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
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

## 14.0.10

```
### triple-web

- [triple-web] 웹뷰에서는 nativeTrackScreen만 실행하도록 수정합니다. [#3536](https://github.com/titicacadev/triple-frontend/pull/3536)
```
- [triple-web] 웹뷰에서는 nativeTrackScreen만 실행하도록 수정합니다. [#3536](https://github.com/titicacadev/triple-frontend/pull/3536)

## 14.0.9

Expand Down Expand Up @@ -529,6 +527,12 @@ v13.38.1 변경사항을 적용합니다. [#3521](https://github.com/titicacadev
- styled-components 6 업그레이드 [#3268](https://github.com/titicacadev/triple-frontend/pull/3268)
- ES Module 빌드 [#3275](https://github.com/titicacadev/triple-frontend/pull/3275)

## 13.40.0

### footer

- [footer] 푸터 내 문의메일 정보 변경 [#3543](https://github.com/titicacadev/triple-frontend/pull/3543)

## 13.39.0

### triple-email-document
Expand Down Expand Up @@ -5100,11 +5104,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
2 changes: 1 addition & 1 deletion packages/tds-widget/src/footer/company-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export function CompanyInfo({
경기도 성남시 수정구 금토로 70 (금토동, 텐엑스타워)
<br />
항공, 숙소 및 투어·티켓 문의 1588-2539 <br />
help@triple-corp.com
help.triple@nol-universe.com
</Text>
</AccordionContent>
</Accordion>
Expand Down
Loading