diff --git a/NATIVE_SDK_VERSIONS.md b/NATIVE_SDK_VERSIONS.md index f723a71a9..2bf7bd599 100644 --- a/NATIVE_SDK_VERSIONS.md +++ b/NATIVE_SDK_VERSIONS.md @@ -1,5 +1,6 @@ | React Native | iOS Bridge / iOS SDK | Android Bridge / Android SDK | |-------------|---------------------|-----------------------------| +| 0.1.3 | 0.5.0 | 0.5.0 | | 0.1.2 | 0.5.0 | 0.5.0 | | 0.1.1 | 0.5.0 | 0.5.0 | | 0.1.0 | 0.5.0 | 0.5.0 | diff --git a/lerna.json b/lerna.json index 4afb5365f..88c45e207 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "yarn", - "version": "0.1.2", + "version": "0.1.3", "packages": [ "packages/*" ], diff --git a/packages/codepush/package.json b/packages/codepush/package.json index 08ea9ecdf..6ecc96485 100644 --- a/packages/codepush/package.json +++ b/packages/codepush/package.json @@ -1,6 +1,6 @@ { "name": "@flashcatcloud/mobile-react-native-code-push", - "version": "0.1.2", + "version": "0.1.3", "description": "A client-side React Native module to interact with Appcenter Codepush and Datadog", "keywords": [ "datadog", @@ -39,7 +39,7 @@ "prepare": "rm -rf lib && yarn bob build" }, "devDependencies": { - "@flashcatcloud/mobile-react-native": "workspace:0.1.2", + "@flashcatcloud/mobile-react-native": "workspace:0.1.3", "@testing-library/react-native": "7.0.2", "react-native-builder-bob": "0.26.0", "react-native-code-push": "7.1.0" diff --git a/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt b/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt index 653e8dfe9..4819eb67c 100644 --- a/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt +++ b/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt @@ -7,4 +7,4 @@ package com.datadog.reactnative // This is automatically updated by the update-version.sh script -internal const val SDK_VERSION = "0.1.1" +internal const val SDK_VERSION = "0.1.3" diff --git a/packages/core/ios/Sources/SdkVersion.swift b/packages/core/ios/Sources/SdkVersion.swift index 963a8c8e3..a56993aac 100644 --- a/packages/core/ios/Sources/SdkVersion.swift +++ b/packages/core/ios/Sources/SdkVersion.swift @@ -7,4 +7,4 @@ import Foundation // This is automatically updated by the update-version.sh script -let SdkVersion = "0.1.1" +let SdkVersion = "0.1.3" diff --git a/packages/core/package.json b/packages/core/package.json index 234ae29ff..6c9165466 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@flashcatcloud/mobile-react-native", - "version": "0.1.2", + "version": "0.1.3", "description": "A client-side React Native module to interact with Datadog", "keywords": [ "datadog", diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index 6f5e6239e..e13dc2798 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -1,2 +1,2 @@ // generated by genversion -export const version = '0.1.2'; +export const version = '0.1.3'; diff --git a/packages/internal-testing-tools/package.json b/packages/internal-testing-tools/package.json index de36219f2..674958f04 100644 --- a/packages/internal-testing-tools/package.json +++ b/packages/internal-testing-tools/package.json @@ -1,6 +1,6 @@ { "name": "@flashcatcloud/react-native-internal-testing-tools", - "version": "0.1.2", + "version": "0.1.3", "description": "Internal tools for testing the Datadog React Native SDK.", "keywords": [ "datadog", diff --git a/packages/react-native-apollo-client/package.json b/packages/react-native-apollo-client/package.json index dfc4ee7bd..f3809d395 100644 --- a/packages/react-native-apollo-client/package.json +++ b/packages/react-native-apollo-client/package.json @@ -1,6 +1,6 @@ { "name": "@flashcatcloud/mobile-react-native-apollo-client", - "version": "0.1.2", + "version": "0.1.3", "private": true, "description": "A client-side React Native module to interact with Apollo Client and Datadog", "keywords": [ diff --git a/packages/react-native-babel-plugin/package.json b/packages/react-native-babel-plugin/package.json index 795a47671..25985a09b 100644 --- a/packages/react-native-babel-plugin/package.json +++ b/packages/react-native-babel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@flashcatcloud/mobile-react-native-babel-plugin", - "version": "0.1.2", + "version": "0.1.3", "description": "A Babel plugin that enhances Datadog's React Native SDK by automatically enriching React components with contextual metadata.", "keywords": [ "babel", diff --git a/packages/react-native-navigation/package.json b/packages/react-native-navigation/package.json index e3dc52070..412f77c56 100644 --- a/packages/react-native-navigation/package.json +++ b/packages/react-native-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@flashcatcloud/mobile-react-native-navigation", - "version": "0.1.2", + "version": "0.1.3", "description": "A client-side React Native module to interact with Datadog", "keywords": [ "datadog", @@ -36,7 +36,7 @@ "prepare": "rm -rf lib && yarn bob build" }, "devDependencies": { - "@flashcatcloud/mobile-react-native": "^0.1.2", + "@flashcatcloud/mobile-react-native": "^0.1.3", "@testing-library/react-native": "7.0.2", "react-native-builder-bob": "0.26.0", "react-native-gesture-handler": "1.10.3", diff --git a/packages/react-native-session-replay/package.json b/packages/react-native-session-replay/package.json index ee6f50054..19bbcdc12 100644 --- a/packages/react-native-session-replay/package.json +++ b/packages/react-native-session-replay/package.json @@ -1,6 +1,6 @@ { "name": "@flashcatcloud/mobile-react-native-session-replay", - "version": "0.1.2", + "version": "0.1.3", "description": "A client-side React Native module to enable session replay with Datadog", "keywords": [ "datadog", diff --git a/packages/react-native-webview/package.json b/packages/react-native-webview/package.json index 447cbbd1f..c6dd29ad0 100644 --- a/packages/react-native-webview/package.json +++ b/packages/react-native-webview/package.json @@ -1,6 +1,6 @@ { "name": "@flashcatcloud/mobile-react-native-webview", - "version": "0.1.2", + "version": "0.1.3", "description": "A client-side React Native module to interact with react-native-webview and Datadog", "keywords": [ "datadog", diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index 24739dce2..5a9d5a5f4 100644 --- a/packages/react-navigation/package.json +++ b/packages/react-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@flashcatcloud/mobile-react-navigation", - "version": "0.1.2", + "version": "0.1.3", "description": "A client-side React Native module to interact with Datadog", "keywords": [ "datadog", @@ -36,7 +36,7 @@ "prepare": "rm -rf lib && yarn bob build" }, "devDependencies": { - "@flashcatcloud/mobile-react-native": "^0.1.2", + "@flashcatcloud/mobile-react-native": "^0.1.3", "@react-navigation/native-v5": "npm:@react-navigation/native@5.9.8", "@react-navigation/native-v6": "npm:@react-navigation/native@6.1.2", "@react-navigation/stack-v5": "npm:@react-navigation/stack@5.14.2", diff --git a/yarn.lock b/yarn.lock index de83b0346..d44af0dfa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2535,7 +2535,7 @@ __metadata: version: 0.0.0-use.local resolution: "@flashcatcloud/mobile-react-native-code-push@workspace:packages/codepush" dependencies: - "@flashcatcloud/mobile-react-native": "workspace:0.1.2" + "@flashcatcloud/mobile-react-native": "workspace:0.1.3" "@testing-library/react-native": 7.0.2 react-native-builder-bob: 0.26.0 react-native-code-push: 7.1.0 @@ -2551,7 +2551,7 @@ __metadata: version: 0.0.0-use.local resolution: "@flashcatcloud/mobile-react-native-navigation@workspace:packages/react-native-navigation" dependencies: - "@flashcatcloud/mobile-react-native": ^0.1.2 + "@flashcatcloud/mobile-react-native": ^0.1.3 "@testing-library/react-native": 7.0.2 react-native-builder-bob: 0.26.0 react-native-gesture-handler: 1.10.3 @@ -2593,7 +2593,7 @@ __metadata: languageName: unknown linkType: soft -"@flashcatcloud/mobile-react-native@^0.1.2, @flashcatcloud/mobile-react-native@workspace:0.1.2, @flashcatcloud/mobile-react-native@workspace:packages/core": +"@flashcatcloud/mobile-react-native@^0.1.3, @flashcatcloud/mobile-react-native@workspace:0.1.3, @flashcatcloud/mobile-react-native@workspace:packages/core": version: 0.0.0-use.local resolution: "@flashcatcloud/mobile-react-native@workspace:packages/core" dependencies: @@ -2610,7 +2610,7 @@ __metadata: version: 0.0.0-use.local resolution: "@flashcatcloud/mobile-react-navigation@workspace:packages/react-navigation" dependencies: - "@flashcatcloud/mobile-react-native": ^0.1.2 + "@flashcatcloud/mobile-react-native": ^0.1.3 "@react-navigation/native-v5": "npm:@react-navigation/native@5.9.8" "@react-navigation/native-v6": "npm:@react-navigation/native@6.1.2" "@react-navigation/stack-v5": "npm:@react-navigation/stack@5.14.2"