Skip to content

Commit c16a4eb

Browse files
Update Capture SDK version to 0.22.12 (#236)
Co-authored-by: bitdrift-opening-capture-sdk-prs[bot] <154374407+bitdrift-opening-capture-sdk-prs[bot]@users.noreply.github.com>
1 parent 4ab7ec3 commit c16a4eb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.auto-release-react-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.11
1+
0.11.12

packages/react-native/BdReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require "json"
22

33
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
44
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
5-
capture_version = '0.22.11'
5+
capture_version = '0.22.12'
66

77
Pod::Spec.new do |s|
88
s.name = "BdReactNative"

packages/react-native/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ dependencies {
112112
//noinspection GradleDynamicVersion
113113
implementation "com.facebook.react:react-native:+"
114114
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
115-
api 'io.bitdrift:capture:0.22.11'
115+
api 'io.bitdrift:capture:0.22.12'
116116
}
117117

118118
if (isNewArchitectureEnabled()) {

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bitdrift/react-native",
33
"version": "0.11.11",
4-
"captureSdkVersion": "0.22.11",
4+
"captureSdkVersion": "0.22.12",
55
"description": "bitdrift integration for React Native",
66
"main": "dist/commonjs/index",
77
"module": "dist/module/index",

packages/react-native/src/plugin/withAndroid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const withBitdriftAppBuildGradle: ConfigPlugin<PluginProps | void> = (
2222
// Add the capture-plugin at the very top of the file.
2323
config.modResults.contents =
2424
`plugins {
25-
id 'io.bitdrift.capture-plugin' version '0.22.11'
25+
id 'io.bitdrift.capture-plugin' version '0.22.12'
2626
}
2727
2828
` + config.modResults.contents;

0 commit comments

Comments
 (0)