From fd702c0a64543abb86eaaaefb4bb5ccf3c11130e Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Mon, 30 Oct 2023 11:16:39 +0000 Subject: [PATCH] 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 | 8 ++++++++ packages/vibrant-components/package.json | 2 +- packages/vibrant-core/CHANGELOG.md | 2 ++ packages/vibrant-core/package.json | 2 +- packages/vibrant-forms/CHANGELOG.md | 2 ++ packages/vibrant-forms/package.json | 2 +- packages/vibrant-icons/CHANGELOG.md | 7 +++++++ 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, 44 insertions(+), 11 deletions(-) diff --git a/packages/utils-eslint-config/CHANGELOG.md b/packages/utils-eslint-config/CHANGELOG.md index 061863347..ab1835e86 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.82.1](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.82.0...utils-eslint-config-0.82.1) (2023-10-30) + ## [0.82.0](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.81.4...utils-eslint-config-0.82.0) (2023-10-30) ### [0.81.4](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.81.3...utils-eslint-config-0.81.4) (2023-10-30) diff --git a/packages/utils-eslint-config/package.json b/packages/utils-eslint-config/package.json index d68917ff9..a0e6699ef 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.82.0", + "version": "0.82.1", "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 7f9d35297..d4e01c86c 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.85.1](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.85.0...vibrant-components-web-0.85.1) (2023-10-30) + ## [0.85.0](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.84.4...vibrant-components-web-0.85.0) (2023-10-30) ### [0.84.4](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.84.3...vibrant-components-web-0.84.4) (2023-10-30) diff --git a/packages/vibrant-components-web/package.json b/packages/vibrant-components-web/package.json index f3e54dc05..dd0136e88 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.85.0", + "version": "0.85.1", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-components/CHANGELOG.md b/packages/vibrant-components/CHANGELOG.md index 53a23d044..6bd4cae9e 100644 --- a/packages/vibrant-components/CHANGELOG.md +++ b/packages/vibrant-components/CHANGELOG.md @@ -2,6 +2,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.85.1](https://github.com/pedaling/opensource/compare/vibrant-components-0.85.0...vibrant-components-0.85.1) (2023-10-30) + + +### Features + +* **toast:** Add close param ([#882](https://github.com/pedaling/opensource/issues/882)) ([4177648](https://github.com/pedaling/opensource/commit/4177648b76730d221ca480d117a77386e0a43524)) +* 아이콘 size가 string 값을 받을 수 있게한다 ([#884](https://github.com/pedaling/opensource/issues/884)) ([17cb70d](https://github.com/pedaling/opensource/commit/17cb70d9cbcc5507c5733456e352947a2e7cd403)) + ## [0.85.0](https://github.com/pedaling/opensource/compare/vibrant-components-0.84.4...vibrant-components-0.85.0) (2023-10-30) ### [0.84.4](https://github.com/pedaling/opensource/compare/vibrant-components-0.84.3...vibrant-components-0.84.4) (2023-10-30) diff --git a/packages/vibrant-components/package.json b/packages/vibrant-components/package.json index 14b178f61..861bf2f46 100644 --- a/packages/vibrant-components/package.json +++ b/packages/vibrant-components/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/components", - "version": "0.85.0", + "version": "0.85.1", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-core/CHANGELOG.md b/packages/vibrant-core/CHANGELOG.md index 5948084bf..b57498c51 100644 --- a/packages/vibrant-core/CHANGELOG.md +++ b/packages/vibrant-core/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.85.1](https://github.com/pedaling/opensource/compare/vibrant-core-0.85.0...vibrant-core-0.85.1) (2023-10-30) + ## [0.85.0](https://github.com/pedaling/opensource/compare/vibrant-core-0.84.4...vibrant-core-0.85.0) (2023-10-30) ### [0.84.4](https://github.com/pedaling/opensource/compare/vibrant-core-0.84.3...vibrant-core-0.84.4) (2023-10-30) diff --git a/packages/vibrant-core/package.json b/packages/vibrant-core/package.json index 460c62cf5..fd5992926 100644 --- a/packages/vibrant-core/package.json +++ b/packages/vibrant-core/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/core", - "version": "0.85.0", + "version": "0.85.1", "private": false, "sideEffects": false, "react-native": "index.native", diff --git a/packages/vibrant-forms/CHANGELOG.md b/packages/vibrant-forms/CHANGELOG.md index c550664af..5964ea429 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.85.1](https://github.com/pedaling/opensource/compare/vibrant-forms-0.85.0...vibrant-forms-0.85.1) (2023-10-30) + ## [0.85.0](https://github.com/pedaling/opensource/compare/vibrant-forms-0.84.4...vibrant-forms-0.85.0) (2023-10-30) ### [0.84.4](https://github.com/pedaling/opensource/compare/vibrant-forms-0.84.3...vibrant-forms-0.84.4) (2023-10-30) diff --git a/packages/vibrant-forms/package.json b/packages/vibrant-forms/package.json index b5d7993ac..2b82a32cc 100644 --- a/packages/vibrant-forms/package.json +++ b/packages/vibrant-forms/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/forms", - "version": "0.85.0", + "version": "0.85.1", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-icons/CHANGELOG.md b/packages/vibrant-icons/CHANGELOG.md index 5de3e07b9..8cbe57dd8 100644 --- a/packages/vibrant-icons/CHANGELOG.md +++ b/packages/vibrant-icons/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.85.1](https://github.com/pedaling/opensource/compare/vibrant-icons-0.85.0...vibrant-icons-0.85.1) (2023-10-30) + + +### Features + +* 아이콘 size가 string 값을 받을 수 있게한다 ([#884](https://github.com/pedaling/opensource/issues/884)) ([17cb70d](https://github.com/pedaling/opensource/commit/17cb70d9cbcc5507c5733456e352947a2e7cd403)) + ## [0.85.0](https://github.com/pedaling/opensource/compare/vibrant-icons-0.84.4...vibrant-icons-0.85.0) (2023-10-30) ### [0.84.4](https://github.com/pedaling/opensource/compare/vibrant-icons-0.84.3...vibrant-icons-0.84.4) (2023-10-30) diff --git a/packages/vibrant-icons/package.json b/packages/vibrant-icons/package.json index 3f53017ad..b9a90d85b 100644 --- a/packages/vibrant-icons/package.json +++ b/packages/vibrant-icons/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/icons", - "version": "0.85.0", + "version": "0.85.1", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-layouts/CHANGELOG.md b/packages/vibrant-layouts/CHANGELOG.md index 6673b17e7..fad941f48 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.85.1](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.85.0...vibrant-layouts-0.85.1) (2023-10-30) + ## [0.85.0](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.84.4...vibrant-layouts-0.85.0) (2023-10-30) ### [0.84.4](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.84.3...vibrant-layouts-0.84.4) (2023-10-30) diff --git a/packages/vibrant-layouts/package.json b/packages/vibrant-layouts/package.json index 49069a3b3..8bb1902f7 100644 --- a/packages/vibrant-layouts/package.json +++ b/packages/vibrant-layouts/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/layouts", - "version": "0.85.0", + "version": "0.85.1", "private": false, "sideEffects": false, "react-native": "index.native", diff --git a/packages/vibrant-motion/CHANGELOG.md b/packages/vibrant-motion/CHANGELOG.md index bcf48dcef..c3d6ab069 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.85.1](https://github.com/pedaling/opensource/compare/vibrant-motion-0.85.0...vibrant-motion-0.85.1) (2023-10-30) + ## [0.85.0](https://github.com/pedaling/opensource/compare/vibrant-motion-0.84.4...vibrant-motion-0.85.0) (2023-10-30) ### [0.84.4](https://github.com/pedaling/opensource/compare/vibrant-motion-0.84.3...vibrant-motion-0.84.4) (2023-10-30) diff --git a/packages/vibrant-motion/package.json b/packages/vibrant-motion/package.json index f25a2e5f4..6bb26b460 100644 --- a/packages/vibrant-motion/package.json +++ b/packages/vibrant-motion/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/motion", - "version": "0.85.0", + "version": "0.85.1", "private": false, "sideEffects": false, "react-native": "index.native", diff --git a/packages/vibrant-theme/CHANGELOG.md b/packages/vibrant-theme/CHANGELOG.md index aab1f81ac..64e6f8b04 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.85.1](https://github.com/pedaling/opensource/compare/vibrant-theme-0.85.0...vibrant-theme-0.85.1) (2023-10-30) + ## [0.85.0](https://github.com/pedaling/opensource/compare/vibrant-theme-0.84.4...vibrant-theme-0.85.0) (2023-10-30) diff --git a/packages/vibrant-theme/package.json b/packages/vibrant-theme/package.json index e31698c53..20012114c 100644 --- a/packages/vibrant-theme/package.json +++ b/packages/vibrant-theme/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/theme", - "version": "0.85.0", + "version": "0.85.1", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-utils/CHANGELOG.md b/packages/vibrant-utils/CHANGELOG.md index c0b208929..d6131125f 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.85.1](https://github.com/pedaling/opensource/compare/vibrant-utils-0.85.0...vibrant-utils-0.85.1) (2023-10-30) + ## [0.85.0](https://github.com/pedaling/opensource/compare/vibrant-utils-0.84.4...vibrant-utils-0.85.0) (2023-10-30) ### [0.84.4](https://github.com/pedaling/opensource/compare/vibrant-utils-0.84.3...vibrant-utils-0.84.4) (2023-10-30) diff --git a/packages/vibrant-utils/package.json b/packages/vibrant-utils/package.json index e82666b9e..953d13ac2 100644 --- a/packages/vibrant-utils/package.json +++ b/packages/vibrant-utils/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/utils", - "version": "0.85.0", + "version": "0.85.1", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/workspace-plugin/CHANGELOG.md b/packages/workspace-plugin/CHANGELOG.md index f997ea0e9..e07cd9f8a 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.64.1](https://github.com/pedaling/opensource/compare/workspace-plugin-0.64.0...workspace-plugin-0.64.1) (2023-10-30) + ## [0.64.0](https://github.com/pedaling/opensource/compare/workspace-plugin-0.63.4...workspace-plugin-0.64.0) (2023-10-30) ### [0.63.4](https://github.com/pedaling/opensource/compare/workspace-plugin-0.63.3...workspace-plugin-0.63.4) (2023-10-30) diff --git a/packages/workspace-plugin/package.json b/packages/workspace-plugin/package.json index d4791acea..0f11dfb79 100644 --- a/packages/workspace-plugin/package.json +++ b/packages/workspace-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@class101/workspace-plugin", - "version": "0.64.0", + "version": "0.64.1", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json"