Skip to content

Commit

Permalink
chore(release): 7.35.0-next.5 - 9 сент. 2024 г., 11:28 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 9, 2024
1 parent f11dbe2 commit 68a50b5
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 24 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion ios/MobyDick/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1556</string>
<string>1557</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/MobyDickTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1564</string>
<string>1565</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.35.0-next.4",
"version": "7.35.0-next.5",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -101,4 +101,4 @@
"engines": {
"node": ">=18"
}
}
}
4 changes: 2 additions & 2 deletions 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.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": [
Expand Down Expand Up @@ -32,4 +32,4 @@
"react-native": ">=0.66.4",
"react": ">=17.0.2"
}
}
}
6 changes: 3 additions & 3 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.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": [
Expand Down Expand Up @@ -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"
}
}
}
6 changes: 3 additions & 3 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.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": [
Expand Down Expand Up @@ -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"
}
}
}
4 changes: 2 additions & 2 deletions 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.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": [
Expand Down Expand Up @@ -39,4 +39,4 @@
"dependencies": {
"@tabler/icons-react-native": "^3.7.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/dragAndDrop/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
}
}
}
6 changes: 3 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
}
}
}
4 changes: 2 additions & 2 deletions 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.35.0-next.4",
"version": "7.35.0-next.5",
"description": "Utils for MobyDick",
"main": "index.ts",
"keywords": [
Expand Down Expand Up @@ -34,4 +34,4 @@
"react": ">=17.0.2"
},
"dependencies": {}
}
}

0 comments on commit 68a50b5

Please sign in to comment.