From 1def9fb0884acf47c5a5b3ed4e9a5d53b73fca32 Mon Sep 17 00:00:00 2001 From: bae-unidev Date: Fri, 6 Dec 2024 19:02:44 +0900 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 | 2 ++ packages/vibrant-components/package.json | 3 ++- .../ModalBottomSheet/ModalBottomSheet.native.tsx | 8 ++++++++ packages/vibrant-core/CHANGELOG.md | 2 ++ packages/vibrant-core/package.json | 4 ++-- 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 | 4 ++-- packages/vibrant-motion/CHANGELOG.md | 2 ++ packages/vibrant-motion/package.json | 4 ++-- packages/vibrant-motion/project.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 +- tools/config/rollup-config.js | 14 ++++++-------- 25 files changed, 52 insertions(+), 23 deletions(-) diff --git a/packages/utils-eslint-config/CHANGELOG.md b/packages/utils-eslint-config/CHANGELOG.md index 271919fd6..3ace1af99 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.91.3](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.91.2...utils-eslint-config-0.91.3) (2024-12-06) + ## [0.91.2](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.91.1...utils-eslint-config-0.91.2) (2024-12-06) ## [0.91.1](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.91.0...utils-eslint-config-0.91.1) (2024-12-06) diff --git a/packages/utils-eslint-config/package.json b/packages/utils-eslint-config/package.json index 28b494e78..3364b4e01 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.91.2", + "version": "0.91.3", "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 717e5f14f..5f6119a56 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.94.3](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.94.2...vibrant-components-web-0.94.3) (2024-12-06) + ## [0.94.2](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.94.1...vibrant-components-web-0.94.2) (2024-12-06) ## [0.94.1](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.94.0...vibrant-components-web-0.94.1) (2024-12-06) diff --git a/packages/vibrant-components-web/package.json b/packages/vibrant-components-web/package.json index f1e18692c..72f998aa2 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.94.2", + "version": "0.94.3", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-components/CHANGELOG.md b/packages/vibrant-components/CHANGELOG.md index d10f52816..c3fc28e07 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.94.3](https://github.com/pedaling/opensource/compare/vibrant-components-0.94.2...vibrant-components-0.94.3) (2024-12-06) + ## [0.94.2](https://github.com/pedaling/opensource/compare/vibrant-components-0.94.1...vibrant-components-0.94.2) (2024-12-06) ## [0.94.1](https://github.com/pedaling/opensource/compare/vibrant-components-0.94.0...vibrant-components-0.94.1) (2024-12-06) diff --git a/packages/vibrant-components/package.json b/packages/vibrant-components/package.json index 1167b7c4a..c3af75597 100644 --- a/packages/vibrant-components/package.json +++ b/packages/vibrant-components/package.json @@ -1,8 +1,9 @@ { "name": "@vibrant-ui/components", - "version": "0.94.2", + "version": "0.94.3", "private": false, "sideEffects": false, + "react-native": "index.native.cjs", "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", "react": "^17.0.0 || ^18.0.0", diff --git a/packages/vibrant-components/src/lib/ModalBottomSheet/ModalBottomSheet.native.tsx b/packages/vibrant-components/src/lib/ModalBottomSheet/ModalBottomSheet.native.tsx index 25e606529..269738366 100644 --- a/packages/vibrant-components/src/lib/ModalBottomSheet/ModalBottomSheet.native.tsx +++ b/packages/vibrant-components/src/lib/ModalBottomSheet/ModalBottomSheet.native.tsx @@ -120,11 +120,15 @@ export const ModalBottomSheet = withModalBottomSheetVariation( () => Gesture.Pan() .onChange(event => { + 'worklet'; + if (event.translationY > 0) { offset.value = event.translationY; } }) .onFinalize(event => { + 'worklet'; + if ( Math.abs(event.translationX) < 10 && Math.abs(event.translationY) < 10 && @@ -153,11 +157,15 @@ export const ModalBottomSheet = withModalBottomSheetVariation( () => Gesture.Pan() .onChange(event => { + 'worklet'; + if (event.translationY > 0) { offset.value = event.translationY; } }) .onFinalize(event => { + 'worklet'; + if ( event.translationY > containerHeight * native_swipeToCloseThreshold || event.velocityY > native_swipeToCloseVelocity diff --git a/packages/vibrant-core/CHANGELOG.md b/packages/vibrant-core/CHANGELOG.md index f4652822e..857b2443a 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.94.3](https://github.com/pedaling/opensource/compare/vibrant-core-0.94.2...vibrant-core-0.94.3) (2024-12-06) + ## [0.94.2](https://github.com/pedaling/opensource/compare/vibrant-core-0.94.1...vibrant-core-0.94.2) (2024-12-06) ## [0.94.1](https://github.com/pedaling/opensource/compare/vibrant-core-0.94.0...vibrant-core-0.94.1) (2024-12-06) diff --git a/packages/vibrant-core/package.json b/packages/vibrant-core/package.json index de31ab57b..84be56c9d 100644 --- a/packages/vibrant-core/package.json +++ b/packages/vibrant-core/package.json @@ -1,9 +1,9 @@ { "name": "@vibrant-ui/core", - "version": "0.94.2", + "version": "0.94.3", "private": false, "sideEffects": false, - "react-native": "index.native", + "react-native": "index.native.cjs", "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", "react": "^17.0.0 || ^18.0.0", diff --git a/packages/vibrant-forms/CHANGELOG.md b/packages/vibrant-forms/CHANGELOG.md index b14741982..d51b85993 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.94.3](https://github.com/pedaling/opensource/compare/vibrant-forms-0.94.2...vibrant-forms-0.94.3) (2024-12-06) + ## [0.94.2](https://github.com/pedaling/opensource/compare/vibrant-forms-0.94.1...vibrant-forms-0.94.2) (2024-12-06) ## [0.94.1](https://github.com/pedaling/opensource/compare/vibrant-forms-0.94.0...vibrant-forms-0.94.1) (2024-12-06) diff --git a/packages/vibrant-forms/package.json b/packages/vibrant-forms/package.json index a52c70fed..7269e5f6a 100644 --- a/packages/vibrant-forms/package.json +++ b/packages/vibrant-forms/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/forms", - "version": "0.94.2", + "version": "0.94.3", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-icons/CHANGELOG.md b/packages/vibrant-icons/CHANGELOG.md index c8c6dbd77..cbfae04ea 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.94.3](https://github.com/pedaling/opensource/compare/vibrant-icons-0.94.2...vibrant-icons-0.94.3) (2024-12-06) + ## [0.94.2](https://github.com/pedaling/opensource/compare/vibrant-icons-0.94.1...vibrant-icons-0.94.2) (2024-12-06) ## [0.94.1](https://github.com/pedaling/opensource/compare/vibrant-icons-0.94.0...vibrant-icons-0.94.1) (2024-12-06) diff --git a/packages/vibrant-icons/package.json b/packages/vibrant-icons/package.json index 116f247c9..dcb21770a 100644 --- a/packages/vibrant-icons/package.json +++ b/packages/vibrant-icons/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/icons", - "version": "0.94.2", + "version": "0.94.3", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-layouts/CHANGELOG.md b/packages/vibrant-layouts/CHANGELOG.md index 1aaa97aa8..8642bc073 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.94.3](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.94.2...vibrant-layouts-0.94.3) (2024-12-06) + ## [0.94.2](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.94.1...vibrant-layouts-0.94.2) (2024-12-06) ## [0.94.1](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.94.0...vibrant-layouts-0.94.1) (2024-12-06) diff --git a/packages/vibrant-layouts/package.json b/packages/vibrant-layouts/package.json index 1805f0122..511766dcc 100644 --- a/packages/vibrant-layouts/package.json +++ b/packages/vibrant-layouts/package.json @@ -1,9 +1,9 @@ { "name": "@vibrant-ui/layouts", - "version": "0.94.2", + "version": "0.94.3", "private": false, "sideEffects": false, - "react-native": "index.native", + "react-native": "index.native.cjs", "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", "react": "^17.0.0 || ^18.0.0", diff --git a/packages/vibrant-motion/CHANGELOG.md b/packages/vibrant-motion/CHANGELOG.md index 44c95866e..457e07e79 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.94.3](https://github.com/pedaling/opensource/compare/vibrant-motion-0.94.2...vibrant-motion-0.94.3) (2024-12-06) + ## [0.94.2](https://github.com/pedaling/opensource/compare/vibrant-motion-0.94.1...vibrant-motion-0.94.2) (2024-12-06) ## [0.94.1](https://github.com/pedaling/opensource/compare/vibrant-motion-0.94.0...vibrant-motion-0.94.1) (2024-12-06) diff --git a/packages/vibrant-motion/package.json b/packages/vibrant-motion/package.json index 3e1155254..63bea38b0 100644 --- a/packages/vibrant-motion/package.json +++ b/packages/vibrant-motion/package.json @@ -1,9 +1,9 @@ { "name": "@vibrant-ui/motion", - "version": "0.94.2", + "version": "0.94.3", "private": false, "sideEffects": false, - "react-native": "index.native", + "react-native": "index.native.cjs", "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", "react": "^17.0.0 || ^18.0.0", diff --git a/packages/vibrant-motion/project.json b/packages/vibrant-motion/project.json index 35cec6aef..5ffd42b3d 100644 --- a/packages/vibrant-motion/project.json +++ b/packages/vibrant-motion/project.json @@ -42,7 +42,7 @@ "outputPath": "dist/packages/vibrant-motion", "tsConfig": "packages/vibrant-motion/tsconfig.native.json", "project": "packages/vibrant-motion/package.json", - "outputFileName": "index.native.cjs", + "outputFileName": "index.native.js", "main": "packages/vibrant-motion/src/index.ts", "external": ["react/jsx-runtime"], "format": ["cjs"], diff --git a/packages/vibrant-theme/CHANGELOG.md b/packages/vibrant-theme/CHANGELOG.md index 86690bb1a..d05399f34 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.94.3](https://github.com/pedaling/opensource/compare/vibrant-theme-0.94.2...vibrant-theme-0.94.3) (2024-12-06) + ## [0.94.2](https://github.com/pedaling/opensource/compare/vibrant-theme-0.94.1...vibrant-theme-0.94.2) (2024-12-06) ## [0.94.1](https://github.com/pedaling/opensource/compare/vibrant-theme-0.94.0...vibrant-theme-0.94.1) (2024-12-06) diff --git a/packages/vibrant-theme/package.json b/packages/vibrant-theme/package.json index 52c10121e..caad5584e 100644 --- a/packages/vibrant-theme/package.json +++ b/packages/vibrant-theme/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/theme", - "version": "0.94.2", + "version": "0.94.3", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/vibrant-utils/CHANGELOG.md b/packages/vibrant-utils/CHANGELOG.md index 8f2a802f2..587709092 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.94.3](https://github.com/pedaling/opensource/compare/vibrant-utils-0.94.2...vibrant-utils-0.94.3) (2024-12-06) + ## [0.94.2](https://github.com/pedaling/opensource/compare/vibrant-utils-0.94.1...vibrant-utils-0.94.2) (2024-12-06) ## [0.94.1](https://github.com/pedaling/opensource/compare/vibrant-utils-0.94.0...vibrant-utils-0.94.1) (2024-12-06) diff --git a/packages/vibrant-utils/package.json b/packages/vibrant-utils/package.json index 2a1f7fe53..a6407bf6a 100644 --- a/packages/vibrant-utils/package.json +++ b/packages/vibrant-utils/package.json @@ -1,6 +1,6 @@ { "name": "@vibrant-ui/utils", - "version": "0.94.2", + "version": "0.94.3", "private": false, "sideEffects": false, "peerDependencies": { diff --git a/packages/workspace-plugin/CHANGELOG.md b/packages/workspace-plugin/CHANGELOG.md index 750262f2d..aff31cfe9 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.73.3](https://github.com/pedaling/opensource/compare/workspace-plugin-0.73.2...workspace-plugin-0.73.3) (2024-12-06) + ## [0.73.2](https://github.com/pedaling/opensource/compare/workspace-plugin-0.73.1...workspace-plugin-0.73.2) (2024-12-06) ## [0.73.1](https://github.com/pedaling/opensource/compare/workspace-plugin-0.73.0...workspace-plugin-0.73.1) (2024-12-06) diff --git a/packages/workspace-plugin/package.json b/packages/workspace-plugin/package.json index f4ea91452..c64d74011 100644 --- a/packages/workspace-plugin/package.json +++ b/packages/workspace-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@class101/workspace-plugin", - "version": "0.73.2", + "version": "0.73.3", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json" diff --git a/tools/config/rollup-config.js b/tools/config/rollup-config.js index fe6f09a56..a8c594d1f 100644 --- a/tools/config/rollup-config.js +++ b/tools/config/rollup-config.js @@ -1,11 +1,9 @@ module.exports = function rollupConfig(config, options) { return { ...config, - output: config.output.map((output) => { - return { - ...output, - interop: 'auto', - }; - }), - } -} \ No newline at end of file + output: config.output.map(output => ({ + ...output, + interop: 'auto', + })), + }; +};