Skip to content

Commit

Permalink
chore(release): 7.26.0 - 2 апр. 2024 г., 07:43 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 2, 2024
1 parent 200a3df commit 734b5bd
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 20 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [7.26.0](https://github.com/lad-tech/mobydick/compare/v7.25.0...v7.26.0) (2024-04-02)


### Features

* add leftIcon for InputField [#163](https://github.com/lad-tech/mobydick/issues/163) ([2417830](https://github.com/lad-tech/mobydick/commit/2417830543e925185e489375da169489dd8f1a59))
* add renderSectionItem [#166](https://github.com/lad-tech/mobydick/issues/166) ([15b3100](https://github.com/lad-tech/mobydick/commit/15b31009652f7d505e7540ee482057d7e85fada6))
* **chart:** add dots for LineChart ([27aa31b](https://github.com/lad-tech/mobydick/commit/27aa31bd6df319f23a7d78bacbc60b1afe22dfeb))
* **chart:** custom colors and multiply lines [#169](https://github.com/lad-tech/mobydick/issues/169) ([75506d4](https://github.com/lad-tech/mobydick/commit/75506d44243e7f7bff0eca81cbe37547dee02a99))
* update icons ([59dfffa](https://github.com/lad-tech/mobydick/commit/59dfffa5ae6ec9bfb53ec324cfea9422804c9a98))

# [7.25.0](https://github.com/lad-tech/mobydick/compare/v7.24.0...v7.25.0) (2024-03-12)


Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ android {
applicationId "com.mobydick"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1539
versionName "7.25.0"
versionCode 1540
versionName "7.26.0"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down
14 changes: 7 additions & 7 deletions ios/MobyDick/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>7.25.0</string>
<string>7.26.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1539</string>
<string>1540</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<true />
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string/>
<string />
<key>UIAppFonts</key>
<array>
<string>Inter-Bold.ttf</string>
Expand All @@ -61,8 +61,8 @@
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false />
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<false />
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/MobyDickTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>7.25.0</string>
<string>7.26.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1539</string>
<string>1540</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lad-tech/mobydick",
"version": "7.25.0",
"version": "7.26.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -96,4 +96,4 @@
"typescript": "^4.9.5",
"winston": "^3.8.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/KeyboardAware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lad-tech/keyboard-aware",
"version": "7.25.0",
"version": "7.26.0",
"description": "React Native components library focused on usability, accessibility and developer experience",
"main": "lib/index",
"module": "lib/index",
Expand Down
4 changes: 2 additions & 2 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lad-tech/mobydick-calendar",
"version": "7.25.0",
"version": "7.26.0",
"description": "React Native components library focused on usability, accessibility and developer experience",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -38,6 +38,6 @@
"react-native": ">=0.66.4",
"react": ">=17.0.2",
"react-native-calendars": "^1.1292.0",
"@lad-tech/mobydick-core": "7.25.0"
"@lad-tech/mobydick-core": "7.26.0"
}
}
4 changes: 2 additions & 2 deletions packages/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lad-tech/mobydick-chart",
"version": "7.25.0",
"version": "7.26.0",
"description": "React Native components library focused on usability, accessibility and developer experience",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -39,7 +39,7 @@
"peerDependencies": {
"react-native": ">=0.66.4",
"react": ">=17.0.2",
"@lad-tech/mobydick-core": "7.25.0",
"@lad-tech/mobydick-core": "7.26.0",
"@shopify/react-native-skia": ">=0.1.234",
"react-native-reanimated": ">=3.6.1",
"react-native-gesture-handler": ">=2.14.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lad-tech/mobydick-core",
"version": "7.25.0",
"version": "7.26.0",
"description": "React Native components library focused on usability, accessibility and developer experience",
"main": "lib/index",
"module": "lib/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lad-tech/mobydick-utils",
"version": "7.25.0",
"version": "7.26.0",
"description": "Utils for MobyDick",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit 734b5bd

Please sign in to comment.