diff --git a/CHANGELOG.md b/CHANGELOG.md index efb5c0d0..ae271596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.35.0-next.6](https://github.com/lad-tech/mobydick/compare/v7.35.0-next.5...v7.35.0-next.6) (2024-09-17) + + +### Features + +* update outline for InputField ([9bd277b](https://github.com/lad-tech/mobydick/commit/9bd277be941a42b0115699483bf038e8f282586c)) + # [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) diff --git a/android/app/build.gradle b/android/app/build.gradle index c2833fab..eb139995 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 1557 - versionName "7.35.0-next.5" + versionCode 1558 + versionName "7.35.0-next.6" testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/ios/MobyDick/Info.plist b/ios/MobyDick/Info.plist index 448d0cfb..09c7da53 100644 --- a/ios/MobyDick/Info.plist +++ b/ios/MobyDick/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 1557 + 1558 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/MobyDickTests/Info.plist b/ios/MobyDickTests/Info.plist index 23440d42..e0651dd3 100644 --- a/ios/MobyDickTests/Info.plist +++ b/ios/MobyDickTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1565 + 1566 diff --git a/package.json b/package.json index d34fe872..4c4cd2f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lad-tech/mobydick", - "version": "7.35.0-next.5", + "version": "7.35.0-next.6", "private": true, "license": "MIT", "scripts": { diff --git a/packages/KeyboardAware/package.json b/packages/KeyboardAware/package.json index 8ec40e38..df6875bd 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.5", + "version": "7.35.0-next.6", "description": "React Native components library focused on usability, accessibility and developer experience", "main": "index.ts", "keywords": [ diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 1f067f6d..862f0636 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.5", + "version": "7.35.0-next.6", "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.5" + "@lad-tech/mobydick-core": "7.35.0-next.6" } } \ No newline at end of file diff --git a/packages/chart/package.json b/packages/chart/package.json index 2c5e6c37..4938e2b9 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.5", + "version": "7.35.0-next.6", "description": "React Native components library focused on usability, accessibility and developer experience", "main": "index.ts", "keywords": [ @@ -34,7 +34,7 @@ "peerDependencies": { "react-native": ">=0.66.4", "react": ">=17.0.2", - "@lad-tech/mobydick-core": "7.35.0-next.5", + "@lad-tech/mobydick-core": "7.35.0-next.6", "@shopify/react-native-skia": ">=0.1.234", "react-native-reanimated": ">=3.6.1", "react-native-gesture-handler": ">=2.14.1" diff --git a/packages/core/package.json b/packages/core/package.json index 5fa76ea8..9ee3c39c 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.5", + "version": "7.35.0-next.6", "description": "React Native components library focused on usability, accessibility and developer experience", "main": "index.ts", "keywords": [ diff --git a/packages/dragAndDrop/package.json b/packages/dragAndDrop/package.json index 39d52f47..dfaa3739 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.5", + "version": "7.35.0-next.6", "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.5", + "@lad-tech/mobydick-core": "7.35.0-next.6", "react-native-reanimated": ">=3.6.1", "react-native-gesture-handler": ">=2.14.1" } diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 0717c3c4..b92dddb9 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.5", + "version": "7.35.0-next.6", "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.5", + "@lad-tech/mobydick-core": "7.35.0-next.6", "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 d88c9fc1..db653749 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.5", + "version": "7.35.0-next.6", "description": "Utils for MobyDick", "main": "index.ts", "keywords": [