From c3ab2d99f4dcf58d935cd9245252f8c00f05f81a Mon Sep 17 00:00:00 2001 From: Heeryong Kang Date: Fri, 18 Oct 2024 13:51:16 +0900 Subject: [PATCH 1/2] v14.0.1 --- lerna.json | 2 +- packages/ab-experiments/package.json | 2 +- packages/constants/package.json | 2 +- packages/fetcher/package.json | 2 +- packages/i18n/package.json | 2 +- packages/intersection-observer/package.json | 2 +- packages/meta-tags/package.json | 2 +- packages/middlewares/package.json | 2 +- packages/react-hooks/package.json | 2 +- packages/router/package.json | 2 +- packages/scroll-to-element/package.json | 2 +- packages/standard-action-handler/package.json | 2 +- packages/tds-theme/package.json | 2 +- packages/tds-ui/package.json | 2 +- packages/tds-widget/package.json | 2 +- packages/triple-document/package.json | 2 +- packages/triple-email-document/package.json | 2 +- packages/triple-fallback-action/package.json | 2 +- packages/triple-header/package.json | 2 +- packages/triple-web-nextjs-pages/package.json | 2 +- packages/triple-web-nextjs/package.json | 2 +- packages/triple-web-test-utils/package.json | 2 +- packages/triple-web-utils/package.json | 2 +- packages/triple-web/package.json | 2 +- packages/type-definitions/package.json | 2 +- packages/view-utilities/package.json | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/lerna.json b/lerna.json index 25c1091878..df043e73e1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "pnpm", - "version": "14.0.0" + "version": "14.0.1" } diff --git a/packages/ab-experiments/package.json b/packages/ab-experiments/package.json index 06b68dec6a..efd66bb7e2 100644 --- a/packages/ab-experiments/package.json +++ b/packages/ab-experiments/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/ab-experiments", - "version": "14.0.0", + "version": "14.0.1", "description": "a/b experiments package", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/ab-experiments", diff --git a/packages/constants/package.json b/packages/constants/package.json index 9e14ab2fc2..878e6b36f3 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/constants", - "version": "14.0.0", + "version": "14.0.1", "description": "triple frontend constants definitions", "keywords": [ "triple", diff --git a/packages/fetcher/package.json b/packages/fetcher/package.json index 37c566ca04..77383e7eb3 100644 --- a/packages/fetcher/package.json +++ b/packages/fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/fetcher", - "version": "14.0.0", + "version": "14.0.1", "description": "Utilities for Triple view libraries and applications", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/fetcher", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 366a989032..310bfefee3 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/i18n", - "version": "14.0.0", + "version": "14.0.1", "description": "Triple-frontend Internalization", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/i18n", diff --git a/packages/intersection-observer/package.json b/packages/intersection-observer/package.json index f41aff15f8..9c5accb1e8 100644 --- a/packages/intersection-observer/package.json +++ b/packages/intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/intersection-observer", - "version": "14.0.0", + "version": "14.0.1", "description": "Shared IntersecionObserver component", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/intersection-observer", diff --git a/packages/meta-tags/package.json b/packages/meta-tags/package.json index 9318bc447f..12226a3939 100644 --- a/packages/meta-tags/package.json +++ b/packages/meta-tags/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/meta-tags", - "version": "14.0.0", + "version": "14.0.1", "description": "Triple Web Application Meta tag modules", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/meta-tags", diff --git a/packages/middlewares/package.json b/packages/middlewares/package.json index 7a12fb9064..55b396e806 100644 --- a/packages/middlewares/package.json +++ b/packages/middlewares/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/middlewares", - "version": "14.0.0", + "version": "14.0.1", "description": "Triple Web Application Middleware modules", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/middleware", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 18f289cc33..9c9b1e670b 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/react-hooks", - "version": "14.0.0", + "version": "14.0.1", "description": "triple frontend custom hooks", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/react-hooks", diff --git a/packages/router/package.json b/packages/router/package.json index a53e286589..eeb8a38bc3 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/router", - "version": "14.0.0", + "version": "14.0.1", "description": "Triple Universal Router Component and Functions", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/router", diff --git a/packages/scroll-to-element/package.json b/packages/scroll-to-element/package.json index bd01170558..895a240716 100644 --- a/packages/scroll-to-element/package.json +++ b/packages/scroll-to-element/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/scroll-to-element", - "version": "14.0.0", + "version": "14.0.1", "description": "Scroll Functions for Triple service applications", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/scroll-to-element", diff --git a/packages/standard-action-handler/package.json b/packages/standard-action-handler/package.json index 19c9e9c7a0..576387734f 100644 --- a/packages/standard-action-handler/package.json +++ b/packages/standard-action-handler/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/standard-action-handler", - "version": "14.0.0", + "version": "14.0.1", "description": "Standard action handler for Triple service applications", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/standard-action-handler", diff --git a/packages/tds-theme/package.json b/packages/tds-theme/package.json index 0df68949d5..3fdb521bf2 100644 --- a/packages/tds-theme/package.json +++ b/packages/tds-theme/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/tds-theme", - "version": "14.0.0", + "version": "14.0.1", "description": "TDS theme", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/tds-theme", diff --git a/packages/tds-ui/package.json b/packages/tds-ui/package.json index 4968edb49b..c28843e06a 100644 --- a/packages/tds-ui/package.json +++ b/packages/tds-ui/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/tds-ui", - "version": "14.0.0", + "version": "14.0.1", "description": "TDS ui", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/tds-ui", diff --git a/packages/tds-widget/package.json b/packages/tds-widget/package.json index e9a32ba2c3..563ba4a10d 100644 --- a/packages/tds-widget/package.json +++ b/packages/tds-widget/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/tds-widget", - "version": "14.0.0", + "version": "14.0.1", "description": "TDS widget", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/tds-widget", diff --git a/packages/triple-document/package.json b/packages/triple-document/package.json index 51f4def1f0..61473e42f0 100644 --- a/packages/triple-document/package.json +++ b/packages/triple-document/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-document", - "version": "14.0.0", + "version": "14.0.1", "description": "TripleDocument: Formatted Content System", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/triple-document", diff --git a/packages/triple-email-document/package.json b/packages/triple-email-document/package.json index bda8c97185..e64431aeae 100644 --- a/packages/triple-email-document/package.json +++ b/packages/triple-email-document/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-email-document", - "version": "14.0.0", + "version": "14.0.1", "description": "EmailDocument: Formatted Email System", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/triple-email-document", diff --git a/packages/triple-fallback-action/package.json b/packages/triple-fallback-action/package.json index fc06f88e38..664880d8a8 100644 --- a/packages/triple-fallback-action/package.json +++ b/packages/triple-fallback-action/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-fallback-action", - "version": "14.0.0", + "version": "14.0.1", "description": "Escape hatch for Javascript file loading failure in web pages", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/triple-fallback-action", diff --git a/packages/triple-header/package.json b/packages/triple-header/package.json index f5d7a5e82e..7b3fb2c4d2 100644 --- a/packages/triple-header/package.json +++ b/packages/triple-header/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-header", - "version": "14.0.0", + "version": "14.0.1", "description": "TripleHeader", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/triple-header", diff --git a/packages/triple-web-nextjs-pages/package.json b/packages/triple-web-nextjs-pages/package.json index de1d2dc951..879bdb3fa5 100644 --- a/packages/triple-web-nextjs-pages/package.json +++ b/packages/triple-web-nextjs-pages/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-web-nextjs-pages", - "version": "14.0.0", + "version": "14.0.1", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/triple-web-nextjs-pages", "repository": { diff --git a/packages/triple-web-nextjs/package.json b/packages/triple-web-nextjs/package.json index 2e2e94f27a..6e681c702c 100644 --- a/packages/triple-web-nextjs/package.json +++ b/packages/triple-web-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-web-nextjs", - "version": "14.0.0", + "version": "14.0.1", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/triple-web-nextjs", "repository": { diff --git a/packages/triple-web-test-utils/package.json b/packages/triple-web-test-utils/package.json index 69a2665d8c..47f00cef73 100644 --- a/packages/triple-web-test-utils/package.json +++ b/packages/triple-web-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-web-test-utils", - "version": "14.0.0", + "version": "14.0.1", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/triple-web-test-utils", "repository": { diff --git a/packages/triple-web-utils/package.json b/packages/triple-web-utils/package.json index 8d69b40624..073238a5de 100644 --- a/packages/triple-web-utils/package.json +++ b/packages/triple-web-utils/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-web-utils", - "version": "14.0.0", + "version": "14.0.1", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/triple-web-utils", "repository": { diff --git a/packages/triple-web/package.json b/packages/triple-web/package.json index af1dad09ac..4bfd93dd1a 100644 --- a/packages/triple-web/package.json +++ b/packages/triple-web/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-web", - "version": "14.0.0", + "version": "14.0.1", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/triple-web", "repository": { diff --git a/packages/type-definitions/package.json b/packages/type-definitions/package.json index 9dfdf459ad..4ea37a3c4a 100644 --- a/packages/type-definitions/package.json +++ b/packages/type-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/type-definitions", - "version": "14.0.0", + "version": "14.0.1", "description": "triple frontend global type definitions", "keywords": [ "triple", diff --git a/packages/view-utilities/package.json b/packages/view-utilities/package.json index 38be5977b6..0c8f49b3be 100644 --- a/packages/view-utilities/package.json +++ b/packages/view-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/view-utilities", - "version": "14.0.0", + "version": "14.0.1", "description": "Utilities for Triple view libraries and applications", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/view-utilities", From f83481d87ad1d185c0f05c6ece67388c355224d0 Mon Sep 17 00:00:00 2001 From: TRIPLE Bot Date: Fri, 18 Oct 2024 04:57:28 +0000 Subject: [PATCH 2/2] Update v14.0.1 CHANGELOG --- CHANGELOG.md | 110 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 105 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe340b860e..bb04949368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,105 @@ # CHANGELOG +## v14.0.1 + +### ab-experiments + +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) + +### fetcher + +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) + +### i18n + +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) + +### intersection-observer + +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) + +### meta-tags + +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) + +### middlewares + +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) + +### router + +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) + +### standard-action-handler + +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) + +### tds-theme + +- styled components에 transient prop 사용 [#3326](https://github.com/titicacadev/triple-frontend/pull/3326) + +### tds-ui + +- v13 변경사항 리베이스 [#3315](https://github.com/titicacadev/triple-frontend/pull/3315) +- styled components 6 prop forward warning 수정 [#3323](https://github.com/titicacadev/triple-frontend/pull/3323) +- styled components에 transient prop 사용 [#3326](https://github.com/titicacadev/triple-frontend/pull/3326) +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) +- FlickingCarousel을 원상복구 [#3359](https://github.com/titicacadev/triple-frontend/pull/3359) +- v14 버그 수정 [#3369](https://github.com/titicacadev/triple-frontend/pull/3369) + +### tds-widget + +- [v14] beforeScrapedChange prop 복구 [#3289](https://github.com/titicacadev/triple-frontend/pull/3289) +- querystring 대신 qs 모듈 사용 [#3314](https://github.com/titicacadev/triple-frontend/pull/3314) +- styled components 6 prop forward warning 수정 [#3323](https://github.com/titicacadev/triple-frontend/pull/3323) +- styled components에 transient prop 사용 [#3326](https://github.com/titicacadev/triple-frontend/pull/3326) +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) +- [v14] POI 대표 이미지 오류 수정 [#3356](https://github.com/titicacadev/triple-frontend/pull/3356) +- FlickingCarousel을 원상복구 [#3359](https://github.com/titicacadev/triple-frontend/pull/3359) +- [migration] v13.26.3 이후 변경사항 v14에 반영 [#3374](https://github.com/titicacadev/triple-frontend/pull/3374) +- [migration] v13.29.0~v13.31.0 변경사항을 v14에 반영합니다. [#3381](https://github.com/titicacadev/triple-frontend/pull/3381) +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) +- [v14] 캐러셀 관련 이슈 수정 [#3409](https://github.com/titicacadev/triple-frontend/pull/3409) + +### triple-document + +- styled components에 transient prop 사용 [#3326](https://github.com/titicacadev/triple-frontend/pull/3326) +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) + +### triple-email-document + +- styled components에 transient prop 사용 [#3326](https://github.com/titicacadev/triple-frontend/pull/3326) + +### triple-header + +- styled components에 transient prop 사용 [#3326](https://github.com/titicacadev/triple-frontend/pull/3326) +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) + +### triple-web + +- v13 변경사항 리베이스 [#3315](https://github.com/titicacadev/triple-frontend/pull/3315) +- v14 버그 수정 [#3369](https://github.com/titicacadev/triple-frontend/pull/3369) +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) + +### triple-web-nextjs + +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) +- v14 버그 수정 [#3369](https://github.com/titicacadev/triple-frontend/pull/3369) +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) + +### triple-web-nextjs-pages + +- 스토리북 8 업그레이드 [#3341](https://github.com/titicacadev/triple-frontend/pull/3341) +- v14 버그 수정 [#3369](https://github.com/titicacadev/triple-frontend/pull/3369) +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) + +### triple-web-test-utils + +- i18next 제거 & triple-web에 i18n context 추가 [#3387](https://github.com/titicacadev/triple-frontend/pull/3387) + ## v14 ### ab-experiments @@ -4742,11 +4842,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; } ```