From 482d296606743433ce3db66299b7686e09c664de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ann=20=28=EC=95=A4=29?= <33626219+jhn3981@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:55:45 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20key?= =?UTF-8?q?=EA=B0=80=20=EC=A4=91=EB=B3=B5=EB=90=98=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=EB=A5=BC=20=ED=95=B4=EA=B2=B0=ED=95=9C=EB=8B=A4=20(#9?= =?UTF-8?q?46)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/vibrant-core/src/lib/Image/Image.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/vibrant-core/src/lib/Image/Image.tsx b/packages/vibrant-core/src/lib/Image/Image.tsx index c7ab11d66..8d837b8bf 100644 --- a/packages/vibrant-core/src/lib/Image/Image.tsx +++ b/packages/vibrant-core/src/lib/Image/Image.tsx @@ -21,9 +21,9 @@ export const Image = withImageVariation( if (ImageComponent) { return ( <> - {imageProps.map(({ src, display }) => ( + {imageProps.map(({ src, display }, index) => ( - {imageProps.map(({ src, display }) => ( + {imageProps.map(({ src, display }, index) => ( Date: Thu, 7 Mar 2024 07:04:42 +0000 Subject: [PATCH 2/2] chore: release versions --- packages/utils-eslint-config/CHANGELOG.md | 2 ++ packages/utils-eslint-config/package.json | 2 +- packages/vibrant-components-web/CHANGELOG.md | 2 ++ packages/vibrant-components-web/package.json | 2 +- packages/vibrant-components/CHANGELOG.md | 2 ++ packages/vibrant-components/package.json | 2 +- packages/vibrant-core/CHANGELOG.md | 7 +++++++ packages/vibrant-core/package.json | 2 +- packages/vibrant-forms/CHANGELOG.md | 2 ++ packages/vibrant-forms/package.json | 2 +- packages/vibrant-icons/CHANGELOG.md | 2 ++ packages/vibrant-icons/package.json | 2 +- packages/vibrant-layouts/CHANGELOG.md | 2 ++ packages/vibrant-layouts/package.json | 2 +- packages/vibrant-motion/CHANGELOG.md | 2 ++ packages/vibrant-motion/package.json | 2 +- packages/vibrant-theme/CHANGELOG.md | 2 ++ packages/vibrant-theme/package.json | 2 +- packages/vibrant-utils/CHANGELOG.md | 2 ++ packages/vibrant-utils/package.json | 2 +- packages/workspace-plugin/CHANGELOG.md | 2 ++ packages/workspace-plugin/package.json | 2 +- 22 files changed, 38 insertions(+), 11 deletions(-) diff --git a/packages/utils-eslint-config/CHANGELOG.md b/packages/utils-eslint-config/CHANGELOG.md index 7fb6018db..510b21e8e 100644 --- a/packages/utils-eslint-config/CHANGELOG.md +++ b/packages/utils-eslint-config/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.89.8](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.89.7...utils-eslint-config-0.89.8) (2024-03-07) + ### [0.89.7](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.89.6...utils-eslint-config-0.89.7) (2024-03-06) ### [0.89.6](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.89.5...utils-eslint-config-0.89.6) (2024-02-29) diff --git a/packages/utils-eslint-config/package.json b/packages/utils-eslint-config/package.json index acbbfd398..7ea3a808a 100644 --- a/packages/utils-eslint-config/package.json +++ b/packages/utils-eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@class101/eslint-config", - "version": "0.89.7", + "version": "0.89.8", "private": false, "sideEffects": false, "main": "src/index.js", diff --git a/packages/vibrant-components-web/CHANGELOG.md b/packages/vibrant-components-web/CHANGELOG.md index 33ead9d72..d595fd644 100644 --- a/packages/vibrant-components-web/CHANGELOG.md +++ b/packages/vibrant-components-web/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.92.8](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.92.7...vibrant-components-web-0.92.8) (2024-03-07) + ### [0.92.7](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.92.6...vibrant-components-web-0.92.7) (2024-03-06) ### [0.92.6](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.92.5...vibrant-components-web-0.92.6) (2024-02-29) diff --git a/packages/vibrant-components-web/package.json b/packages/vibrant-components-web/package.json index 53f8239b4..48fb1a429 100644 --- a/packages/vibrant-components-web/package.json +++ b/packages/vibrant-components-web/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/components-web", - "version": "0.92.7", + "version": "0.92.8", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-components/CHANGELOG.md b/packages/vibrant-components/CHANGELOG.md index e5f55234c..2eb5f6ae0 100644 --- a/packages/vibrant-components/CHANGELOG.md +++ b/packages/vibrant-components/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.92.8](https://github.com/pedaling/opensource/compare/vibrant-components-0.92.7...vibrant-components-0.92.8) (2024-03-07) + ### [0.92.7](https://github.com/pedaling/opensource/compare/vibrant-components-0.92.6...vibrant-components-0.92.7) (2024-03-06) diff --git a/packages/vibrant-components/package.json b/packages/vibrant-components/package.json index dd27d5633..b8d3d40fd 100644 --- a/packages/vibrant-components/package.json +++ b/packages/vibrant-components/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/components", - "version": "0.92.7", + "version": "0.92.8", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-core/CHANGELOG.md b/packages/vibrant-core/CHANGELOG.md index 1c24f6d13..3d6abafbc 100644 --- a/packages/vibrant-core/CHANGELOG.md +++ b/packages/vibrant-core/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.92.8](https://github.com/pedaling/opensource/compare/vibrant-core-0.92.7...vibrant-core-0.92.8) (2024-03-07) + + +### Bug Fixes + +* 이미지 key가 중복되는 문제를 해결한다 ([#946](https://github.com/pedaling/opensource/issues/946)) ([482d296](https://github.com/pedaling/opensource/commit/482d296606743433ce3db66299b7686e09c664de)) + ### [0.92.7](https://github.com/pedaling/opensource/compare/vibrant-core-0.92.6...vibrant-core-0.92.7) (2024-03-06) ### [0.92.6](https://github.com/pedaling/opensource/compare/vibrant-core-0.92.5...vibrant-core-0.92.6) (2024-02-29) diff --git a/packages/vibrant-core/package.json b/packages/vibrant-core/package.json index a92d89b60..c19c6be90 100644 --- a/packages/vibrant-core/package.json +++ b/packages/vibrant-core/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/core", - "version": "0.92.7", + "version": "0.92.8", "private": false, "sideEffects": false, "react-native": "index.native", diff --git a/packages/vibrant-forms/CHANGELOG.md b/packages/vibrant-forms/CHANGELOG.md index 1335e4c43..8acfd1347 100644 --- a/packages/vibrant-forms/CHANGELOG.md +++ b/packages/vibrant-forms/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.92.8](https://github.com/pedaling/opensource/compare/vibrant-forms-0.92.7...vibrant-forms-0.92.8) (2024-03-07) + ### [0.92.7](https://github.com/pedaling/opensource/compare/vibrant-forms-0.92.6...vibrant-forms-0.92.7) (2024-03-06) ### [0.92.6](https://github.com/pedaling/opensource/compare/vibrant-forms-0.92.5...vibrant-forms-0.92.6) (2024-02-29) diff --git a/packages/vibrant-forms/package.json b/packages/vibrant-forms/package.json index fa024237a..2987b1a50 100644 --- a/packages/vibrant-forms/package.json +++ b/packages/vibrant-forms/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/forms", - "version": "0.92.7", + "version": "0.92.8", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-icons/CHANGELOG.md b/packages/vibrant-icons/CHANGELOG.md index 13175cc24..ca09d13a8 100644 --- a/packages/vibrant-icons/CHANGELOG.md +++ b/packages/vibrant-icons/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.92.8](https://github.com/pedaling/opensource/compare/vibrant-icons-0.92.7...vibrant-icons-0.92.8) (2024-03-07) + ### [0.92.7](https://github.com/pedaling/opensource/compare/vibrant-icons-0.92.6...vibrant-icons-0.92.7) (2024-03-06) ### [0.92.6](https://github.com/pedaling/opensource/compare/vibrant-icons-0.92.5...vibrant-icons-0.92.6) (2024-02-29) diff --git a/packages/vibrant-icons/package.json b/packages/vibrant-icons/package.json index 5b7109796..48b3c6815 100644 --- a/packages/vibrant-icons/package.json +++ b/packages/vibrant-icons/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/icons", - "version": "0.92.7", + "version": "0.92.8", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-layouts/CHANGELOG.md b/packages/vibrant-layouts/CHANGELOG.md index ff9cebd4f..57d2ae3ed 100644 --- a/packages/vibrant-layouts/CHANGELOG.md +++ b/packages/vibrant-layouts/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.92.8](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.92.7...vibrant-layouts-0.92.8) (2024-03-07) + ### [0.92.7](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.92.6...vibrant-layouts-0.92.7) (2024-03-06) ### [0.92.6](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.92.5...vibrant-layouts-0.92.6) (2024-02-29) diff --git a/packages/vibrant-layouts/package.json b/packages/vibrant-layouts/package.json index 12fd5d7c8..12a67628c 100644 --- a/packages/vibrant-layouts/package.json +++ b/packages/vibrant-layouts/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/layouts", - "version": "0.92.7", + "version": "0.92.8", "private": false, "sideEffects": false, "react-native": "index.native", diff --git a/packages/vibrant-motion/CHANGELOG.md b/packages/vibrant-motion/CHANGELOG.md index 9cf1d397b..2d2c8db4c 100644 --- a/packages/vibrant-motion/CHANGELOG.md +++ b/packages/vibrant-motion/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.92.8](https://github.com/pedaling/opensource/compare/vibrant-motion-0.92.7...vibrant-motion-0.92.8) (2024-03-07) + ### [0.92.7](https://github.com/pedaling/opensource/compare/vibrant-motion-0.92.6...vibrant-motion-0.92.7) (2024-03-06) ### [0.92.6](https://github.com/pedaling/opensource/compare/vibrant-motion-0.92.5...vibrant-motion-0.92.6) (2024-02-29) diff --git a/packages/vibrant-motion/package.json b/packages/vibrant-motion/package.json index 49c6784f8..3b89515ea 100644 --- a/packages/vibrant-motion/package.json +++ b/packages/vibrant-motion/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/motion", - "version": "0.92.7", + "version": "0.92.8", "private": false, "sideEffects": false, "react-native": "index.native", diff --git a/packages/vibrant-theme/CHANGELOG.md b/packages/vibrant-theme/CHANGELOG.md index bf28d1171..e4fca3766 100644 --- a/packages/vibrant-theme/CHANGELOG.md +++ b/packages/vibrant-theme/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.92.8](https://github.com/pedaling/opensource/compare/vibrant-theme-0.92.7...vibrant-theme-0.92.8) (2024-03-07) + ### [0.92.7](https://github.com/pedaling/opensource/compare/vibrant-theme-0.92.6...vibrant-theme-0.92.7) (2024-03-06) ### [0.92.6](https://github.com/pedaling/opensource/compare/vibrant-theme-0.92.5...vibrant-theme-0.92.6) (2024-02-29) diff --git a/packages/vibrant-theme/package.json b/packages/vibrant-theme/package.json index 79b2d366c..d84441092 100644 --- a/packages/vibrant-theme/package.json +++ b/packages/vibrant-theme/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/theme", - "version": "0.92.7", + "version": "0.92.8", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-utils/CHANGELOG.md b/packages/vibrant-utils/CHANGELOG.md index 94c37648b..49a19c198 100644 --- a/packages/vibrant-utils/CHANGELOG.md +++ b/packages/vibrant-utils/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.92.8](https://github.com/pedaling/opensource/compare/vibrant-utils-0.92.7...vibrant-utils-0.92.8) (2024-03-07) + ### [0.92.7](https://github.com/pedaling/opensource/compare/vibrant-utils-0.92.6...vibrant-utils-0.92.7) (2024-03-06) ### [0.92.6](https://github.com/pedaling/opensource/compare/vibrant-utils-0.92.5...vibrant-utils-0.92.6) (2024-02-29) diff --git a/packages/vibrant-utils/package.json b/packages/vibrant-utils/package.json index d4fff384a..eb368eea7 100644 --- a/packages/vibrant-utils/package.json +++ b/packages/vibrant-utils/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/utils", - "version": "0.92.7", + "version": "0.92.8", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/workspace-plugin/CHANGELOG.md b/packages/workspace-plugin/CHANGELOG.md index a79eb6523..ac4c588ed 100644 --- a/packages/workspace-plugin/CHANGELOG.md +++ b/packages/workspace-plugin/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.71.8](https://github.com/pedaling/opensource/compare/workspace-plugin-0.71.7...workspace-plugin-0.71.8) (2024-03-07) + ### [0.71.7](https://github.com/pedaling/opensource/compare/workspace-plugin-0.71.6...workspace-plugin-0.71.7) (2024-03-06) ### [0.71.6](https://github.com/pedaling/opensource/compare/workspace-plugin-0.71.5...workspace-plugin-0.71.6) (2024-02-29) diff --git a/packages/workspace-plugin/package.json b/packages/workspace-plugin/package.json index 77bf870a0..7e9dfd27d 100644 --- a/packages/workspace-plugin/package.json +++ b/packages/workspace-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@class101/workspace-plugin", - "version": "0.71.7", + "version": "0.71.8", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json"