Skip to content

Commit

Permalink
Merge pull request #297 from DataDog/louiszawadzki/release-v1.1.3
Browse files Browse the repository at this point in the history
Release v1.1.3
  • Loading branch information
louiszawadzki authored Oct 5, 2022
2 parents a989d6b + 8e9e8df commit 4e7b591
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- DatadogSDKCrashReporting (1.12.0):
- DatadogSDK (= 1.12.0)
- PLCrashReporter (~> 1.10.1)
- DatadogSDKReactNative (1.1.2):
- DatadogSDKReactNative (1.1.3):
- DatadogSDK (~> 1.12.0)
- DatadogSDKCrashReporting (~> 1.12.0)
- React-Core
Expand Down Expand Up @@ -453,7 +453,7 @@ SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
DatadogSDK: 176291d7422a1f96c8e69793a88b5b72cb0959cb
DatadogSDKCrashReporting: 505df234595ec89966608363c0437294b4c42820
DatadogSDKReactNative: ec38c2b5378fd20e56138a13e0ba2faadfe0d180
DatadogSDKReactNative: a321cd35f1b020ff98eb25d28de81500e5f98ffa
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648
FBReactNativeSpec: 81ce99032d5b586fddd6a38d450f8595f7e04be4
Expand Down
6 changes: 3 additions & 3 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1222,13 +1222,13 @@
yamux-js "0.1.0"

"@datadog/mobile-react-native-navigation@file:../packages/react-native-navigation":
version "1.1.2"
version "1.1.3"

"@datadog/mobile-react-native@file:../packages/core":
version "1.1.2"
version "1.1.3"

"@datadog/mobile-react-navigation@file:../packages/react-navigation":
version "1.1.2"
version "1.1.3"

"@egjs/hammerjs@^2.0.17":
version "2.0.17"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.1.2",
"version": "1.1.3",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/codepush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-code-push",
"version": "1.1.2",
"version": "1.1.3",
"description": "A client-side React Native module to interact with Appcenter Codepush and Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^1.1.2",
"@datadog/mobile-react-native": "^1.1.3",
"@testing-library/react-native": "7.0.2",
"react-native-code-push": "7.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def getExtOrIntegerDefault(name) {
return rootProject.ext.has(name) ? rootProject.ext.get(name) : (project.properties['DdSdkReactNative_' + name]).toInteger()
}

android {
android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
buildToolsVersion getExtOrDefault('buildToolsVersion')
defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ internal class ProxyAuthenticator(
internal val username: String,
internal val password: String
) : Authenticator {
// TODO: Remove the deprecation notice once okhttp5 is released and used in React Native
@Suppress("DEPRECATION_ERROR")
override fun authenticate(route: Route?, response: Response): Request? {
val proxyAuthorization = response.code() == PROXY_AUTHORIZATION_REQUIRED_STATUS_CODE

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": "@datadog/mobile-react-native",
"version": "1.1.2",
"version": "1.1.3",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '1.1.2';
export const version = '1.1.3';
4 changes: 2 additions & 2 deletions packages/react-native-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-navigation",
"version": "1.1.2",
"version": "1.1.3",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^1.1.2",
"@datadog/mobile-react-native": "^1.1.3",
"react-native-gesture-handler": "1.10.3",
"react-native-navigation": "7.13.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-navigation",
"version": "1.1.2",
"version": "1.1.3",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^1.1.2",
"@datadog/mobile-react-native": "^1.1.3",
"@react-navigation/native-v5": "npm:@react-navigation/[email protected]",
"@react-navigation/native-v6": "npm:@react-navigation/[email protected]",
"@react-navigation/stack-v5": "npm:@react-navigation/[email protected]",
Expand Down

0 comments on commit 4e7b591

Please sign in to comment.