Skip to content

Commit

Permalink
chore(release): 7.16.3 - 24 янв. 2024 г., 09:32 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent 7bb8919 commit 77a98fb
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.16.3](https://github.com/lad-tech/mobydick/compare/v7.16.2...v7.16.3) (2024-01-24)


### Bug Fixes

* **InputField:** changed styles ([f6e0c5b](https://github.com/lad-tech/mobydick/commit/f6e0c5b878685692e1dd623d048e08f0d67a15f6))

## [7.16.2](https://github.com/lad-tech/mobydick/compare/v7.16.1...v7.16.2) (2024-01-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 1524
versionName "7.16.2"
versionCode 1525
versionName "7.16.3"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down
4 changes: 2 additions & 2 deletions ios/MobyDick/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>7.16.2</string>
<string>7.16.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1524</string>
<string>1525</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>NSAppTransportSecurity</key>
Expand Down
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.16.2</string>
<string>7.16.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1524</string>
<string>1525</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lad-tech/mobydick",
"version": "7.16.2",
"version": "7.16.3",
"private": true,
"license": "MIT",
"scripts": {
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.16.2",
"version": "7.16.3",
"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.16.2"
"@lad-tech/mobydick-core": "7.16.3"
}
}
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.16.2",
"version": "7.16.3",
"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.16.2",
"version": "7.16.3",
"description": "Utils for MobyDick",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit 77a98fb

Please sign in to comment.