From 68a50b5da099acac9866b165a6378d7d88cc9f9f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Sep 2024 11:28:17 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=207.35.0-next.5=20-=209=20?= =?UTF-8?q?=D1=81=D0=B5=D0=BD=D1=82.=202024=20=D0=B3.,=2011:28=20[skip=20c?= =?UTF-8?q?i]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ android/app/build.gradle | 4 ++-- ios/MobyDick/Info.plist | 2 +- ios/MobyDickTests/Info.plist | 2 +- package.json | 4 ++-- packages/KeyboardAware/package.json | 4 ++-- packages/calendar/package.json | 6 +++--- packages/chart/package.json | 6 +++--- packages/core/package.json | 4 ++-- packages/dragAndDrop/package.json | 6 +++--- packages/markdown/package.json | 6 +++--- packages/utils/package.json | 4 ++-- 12 files changed, 31 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de7bde81..efb5c0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.35.0-next.5](https://github.com/lad-tech/mobydick/compare/v7.35.0-next.4...v7.35.0-next.5) (2024-09-09) + + +### Bug Fixes + +* **Swipe:** added props ([784bf0c](https://github.com/lad-tech/mobydick/commit/784bf0c2b1b5a663f8078c6469ad9be74eb26630)) + ## [7.34.2](https://github.com/lad-tech/mobydick/compare/v7.34.1...v7.34.2) (2024-09-09) diff --git a/android/app/build.gradle b/android/app/build.gradle index fee81e0e..c2833fab 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -79,8 +79,8 @@ android { applicationId "com.mobydick" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1556 - versionName "7.35.0-next.4" + versionCode 1557 + versionName "7.35.0-next.5" testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/ios/MobyDick/Info.plist b/ios/MobyDick/Info.plist index 1bffae42..448d0cfb 100644 --- a/ios/MobyDick/Info.plist +++ b/ios/MobyDick/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 1556 + 1557 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/MobyDickTests/Info.plist b/ios/MobyDickTests/Info.plist index 37ecc345..23440d42 100644 --- a/ios/MobyDickTests/Info.plist +++ b/ios/MobyDickTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1564 + 1565 diff --git a/package.json b/package.json index 3a58a0d9..d34fe872 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lad-tech/mobydick", - "version": "7.35.0-next.4", + "version": "7.35.0-next.5", "private": true, "license": "MIT", "scripts": { @@ -101,4 +101,4 @@ "engines": { "node": ">=18" } -} +} \ No newline at end of file diff --git a/packages/KeyboardAware/package.json b/packages/KeyboardAware/package.json index fba51867..8ec40e38 100644 --- a/packages/KeyboardAware/package.json +++ b/packages/KeyboardAware/package.json @@ -1,6 +1,6 @@ { "name": "@lad-tech/keyboard-aware", - "version": "7.35.0-next.4", + "version": "7.35.0-next.5", "description": "React Native components library focused on usability, accessibility and developer experience", "main": "index.ts", "keywords": [ @@ -32,4 +32,4 @@ "react-native": ">=0.66.4", "react": ">=17.0.2" } -} +} \ No newline at end of file diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 420228c1..1f067f6d 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lad-tech/mobydick-calendar", - "version": "7.35.0-next.4", + "version": "7.35.0-next.5", "description": "React Native components library focused on usability, accessibility and developer experience", "main": "index.ts", "keywords": [ @@ -33,6 +33,6 @@ "react-native": ">=0.66.4", "react": ">=17.0.2", "react-native-calendars": "^1.1292.0", - "@lad-tech/mobydick-core": "7.35.0-next.4" + "@lad-tech/mobydick-core": "7.35.0-next.5" } -} +} \ No newline at end of file diff --git a/packages/chart/package.json b/packages/chart/package.json index 514ebd32..2c5e6c37 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@lad-tech/mobydick-chart", - "version": "7.35.0-next.4", + "version": "7.35.0-next.5", "description": "React Native components library focused on usability, accessibility and developer experience", "main": "index.ts", "keywords": [ @@ -34,9 +34,9 @@ "peerDependencies": { "react-native": ">=0.66.4", "react": ">=17.0.2", - "@lad-tech/mobydick-core": "7.35.0-next.4", + "@lad-tech/mobydick-core": "7.35.0-next.5", "@shopify/react-native-skia": ">=0.1.234", "react-native-reanimated": ">=3.6.1", "react-native-gesture-handler": ">=2.14.1" } -} +} \ No newline at end of file diff --git a/packages/core/package.json b/packages/core/package.json index 8897ec53..5fa76ea8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lad-tech/mobydick-core", - "version": "7.35.0-next.4", + "version": "7.35.0-next.5", "description": "React Native components library focused on usability, accessibility and developer experience", "main": "index.ts", "keywords": [ @@ -39,4 +39,4 @@ "dependencies": { "@tabler/icons-react-native": "^3.7.0" } -} +} \ No newline at end of file diff --git a/packages/dragAndDrop/package.json b/packages/dragAndDrop/package.json index 642e2d38..39d52f47 100644 --- a/packages/dragAndDrop/package.json +++ b/packages/dragAndDrop/package.json @@ -1,6 +1,6 @@ { "name": "@lad-tech/mobydick-drag-and-drop", - "version": "7.35.0-next.4", + "version": "7.35.0-next.5", "description": "React Native components library focused on usability, accessibility and developer experience", "main": "index.ts", "keywords": [ @@ -31,8 +31,8 @@ "peerDependencies": { "react-native": ">=0.66.4", "react": ">=17.0.2", - "@lad-tech/mobydick-core": "7.35.0-next.4", + "@lad-tech/mobydick-core": "7.35.0-next.5", "react-native-reanimated": ">=3.6.1", "react-native-gesture-handler": ">=2.14.1" } -} +} \ No newline at end of file diff --git a/packages/markdown/package.json b/packages/markdown/package.json index a50cf743..0717c3c4 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@lad-tech/mobydick-markdown", - "version": "7.35.0-next.4", + "version": "7.35.0-next.5", "description": "React Native components library focused on usability, accessibility and developer experience", "main": "index.ts", "keywords": [ @@ -31,7 +31,7 @@ "peerDependencies": { "react-native": ">=0.66.4", "react": ">=17.0.2", - "@lad-tech/mobydick-core": "7.35.0-next.4", + "@lad-tech/mobydick-core": "7.35.0-next.5", "react-native-markdown-display": ">=7.0.2" } -} +} \ No newline at end of file diff --git a/packages/utils/package.json b/packages/utils/package.json index 2eb79aa2..d88c9fc1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@lad-tech/mobydick-utils", - "version": "7.35.0-next.4", + "version": "7.35.0-next.5", "description": "Utils for MobyDick", "main": "index.ts", "keywords": [ @@ -34,4 +34,4 @@ "react": ">=17.0.2" }, "dependencies": {} -} +} \ No newline at end of file