Skip to content

Commit ac0a81c

Browse files
committed
chore: 1.0.1
1 parent d36d85e commit ac0a81c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ dependencies {
9393
implementation "com.facebook.react:react-native:+"
9494
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
9595
implementation 'com.google.android.material:material:1.4.0'
96-
implementation "com.commandbar.android:commandbar:1.0.5"
96+
implementation "com.commandbar.android:commandbar:1.0.6"
9797
}

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- boost (1.76.0)
33
- CocoaAsyncSocket (7.6.5)
4-
- CommandBarIOS (1.0.9)
4+
- CommandBarIOS (1.0.10)
55
- DoubleConversion (1.1.6)
66
- FBLazyVector (0.72.6)
77
- FBReactNativeSpec (0.72.6):
@@ -376,8 +376,8 @@ PODS:
376376
- React-jsinspector (0.72.6)
377377
- React-logger (0.72.6):
378378
- glog
379-
- react-native-commandbar (1.0.0):
380-
- CommandBarIOS (= 1.0.9)
379+
- react-native-commandbar (1.0.1):
380+
- CommandBarIOS (= 1.0.10)
381381
- RCT-Folly (= 2021.07.22.00)
382382
- React-Core
383383
- React-NativeModulesApple (0.72.6):
@@ -665,7 +665,7 @@ EXTERNAL SOURCES:
665665
SPEC CHECKSUMS:
666666
boost: 57d2868c099736d80fcd648bf211b4431e51a558
667667
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
668-
CommandBarIOS: dc311abcc82760ac92fd349e56dabf5e4f984e47
668+
CommandBarIOS: c1a23c99189904541272206b66593ed9008c0d25
669669
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
670670
FBLazyVector: 748c0ef74f2bf4b36cfcccf37916806940a64c32
671671
FBReactNativeSpec: 966f29e4e697de53a3b366355e8f57375c856ad9
@@ -697,7 +697,7 @@ SPEC CHECKSUMS:
697697
React-jsiexecutor: 3bf18ff7cb03cd8dfdce08fbbc0d15058c1d71ae
698698
React-jsinspector: 194e32c6aab382d88713ad3dd0025c5f5c4ee072
699699
React-logger: cebf22b6cf43434e471dc561e5911b40ac01d289
700-
react-native-commandbar: 7e9eb6ca634fd19bcca5cc98ec954715f812cf3c
700+
react-native-commandbar: d89f11f54c7b37a6da6bcc853cd716dd78e0510b
701701
React-NativeModulesApple: 02e35e9a51e10c6422f04f5e4076a7c02243fff2
702702
React-perflogger: e3596db7e753f51766bceadc061936ef1472edc3
703703
React-RCTActionSheet: 17ab132c748b4471012abbcdcf5befe860660485

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commandbar/react-native",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Copilot & HelpHub in React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-commandbar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616

1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

19-
s.dependency 'CommandBarIOS', '= 1.0.9'
19+
s.dependency 'CommandBarIOS', '= 1.0.10'
2020

2121
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2222
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

0 commit comments

Comments
 (0)