diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be51faf96..b1113b98b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # CHANGELOG +## v14.2.3 + +### router + +- feat: Add peer dependency of triple-web-to-native-interfaces [#3783](https://github.com/titicacadev/triple-frontend/pull/3783) + +### standard-action-handler + +- feat: Add peer dependency of triple-web-to-native-interfaces [#3783](https://github.com/titicacadev/triple-frontend/pull/3783) + +### tds-widget + +- feat: Add peer dependency of triple-web-to-native-interfaces [#3783](https://github.com/titicacadev/triple-frontend/pull/3783) +- feat: 놀 파트너 쿠폰 신규 추가 [#3788](https://github.com/titicacadev/triple-frontend/pull/3788) + +### triple-web + +- feat: Add peer dependency of triple-web-to-native-interfaces [#3783](https://github.com/titicacadev/triple-frontend/pull/3783) + ## v14.2.2 ``` diff --git a/lerna.json b/lerna.json index a69d3424b3..6e653e461c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "pnpm", - "version": "14.2.2" + "version": "14.2.3" } diff --git a/packages/ab-experiments/package.json b/packages/ab-experiments/package.json index bc8ae3ea9d..d477dfaf48 100644 --- a/packages/ab-experiments/package.json +++ b/packages/ab-experiments/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/ab-experiments", - "version": "14.2.2", + "version": "14.2.3", "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 070987d3c5..2700ab296b 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/constants", - "version": "14.2.2", + "version": "14.2.3", "description": "triple frontend constants definitions", "keywords": [ "triple", diff --git a/packages/fetcher/package.json b/packages/fetcher/package.json index e6ceee0e9e..171be0c4e6 100644 --- a/packages/fetcher/package.json +++ b/packages/fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/fetcher", - "version": "14.2.2", + "version": "14.2.3", "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 38fc60a401..a01622d2af 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/i18n", - "version": "14.2.2", + "version": "14.2.3", "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 7ac8d412af..6ec2d269af 100644 --- a/packages/intersection-observer/package.json +++ b/packages/intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/intersection-observer", - "version": "14.2.2", + "version": "14.2.3", "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 9e871dfa3d..dd263ccf9f 100644 --- a/packages/meta-tags/package.json +++ b/packages/meta-tags/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/meta-tags", - "version": "14.2.2", + "version": "14.2.3", "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 e1b1210e61..7bc679c8af 100644 --- a/packages/middlewares/package.json +++ b/packages/middlewares/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/middlewares", - "version": "14.2.2", + "version": "14.2.3", "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 faf6c9216a..e697677daa 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/react-hooks", - "version": "14.2.2", + "version": "14.2.3", "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 5609730923..651bdff605 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/router", - "version": "14.2.2", + "version": "14.2.3", "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 a16e0a7c79..e2569d6e25 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.2.2", + "version": "14.2.3", "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 a528704231..b707715235 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.2.2", + "version": "14.2.3", "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 64d94cb7fb..c0abc8d853 100644 --- a/packages/tds-theme/package.json +++ b/packages/tds-theme/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/tds-theme", - "version": "14.2.2", + "version": "14.2.3", "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 3a60dddf25..b8b9fa0159 100644 --- a/packages/tds-ui/package.json +++ b/packages/tds-ui/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/tds-ui", - "version": "14.2.2", + "version": "14.2.3", "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 867ca8be6b..37d7265441 100644 --- a/packages/tds-widget/package.json +++ b/packages/tds-widget/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/tds-widget", - "version": "14.2.2", + "version": "14.2.3", "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 c4bb8f3a62..50900f4a07 100644 --- a/packages/triple-document/package.json +++ b/packages/triple-document/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-document", - "version": "14.2.2", + "version": "14.2.3", "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 89ba0f1dd3..8e12fa2682 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.2.2", + "version": "14.2.3", "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 0d8b63f35a..1577ed8264 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.2.2", + "version": "14.2.3", "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 9436fb0ffb..1cd35d0726 100644 --- a/packages/triple-header/package.json +++ b/packages/triple-header/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-header", - "version": "14.2.2", + "version": "14.2.3", "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 3dc6c0a2b5..c881215eb9 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.2.2", + "version": "14.2.3", "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 fb3369ce0d..1ba2a51551 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.2.2", + "version": "14.2.3", "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 8e8d3dc1d4..bb3813b819 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.2.2", + "version": "14.2.3", "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 63b63ad342..46929633ce 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.2.2", + "version": "14.2.3", "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 217b7ad4c3..90e6e93652 100644 --- a/packages/triple-web/package.json +++ b/packages/triple-web/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-web", - "version": "14.2.2", + "version": "14.2.3", "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 74b4bf17c4..326f7a3a83 100644 --- a/packages/type-definitions/package.json +++ b/packages/type-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/type-definitions", - "version": "14.2.2", + "version": "14.2.3", "description": "triple frontend global type definitions", "keywords": [ "triple", diff --git a/packages/view-utilities/package.json b/packages/view-utilities/package.json index e907042daa..8226986b47 100644 --- a/packages/view-utilities/package.json +++ b/packages/view-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/view-utilities", - "version": "14.2.2", + "version": "14.2.3", "description": "Utilities for Triple view libraries and applications", "license": "MIT", "homepage": "https://github.com/titicacadev/triple-frontend/tree/main/packages/view-utilities",