Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.8.0 #504

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example-new-architecture/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- DatadogSDKCrashReporting (1.20.0):
- DatadogSDK (= 1.20.0)
- PLCrashReporter (~> 1.11.0)
- DatadogSDKReactNative (1.8.0-rc1):
- DatadogSDKReactNative (1.8.0):
- DatadogSDK (~> 1.20.0)
- DatadogSDKCrashReporting (~> 1.20.0)
- RCT-Folly (= 2021.07.22.00)
Expand Down Expand Up @@ -942,7 +942,7 @@ SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DatadogSDK: a89bfe6b833c5f4069c36a5a1096947ff148e89a
DatadogSDKCrashReporting: 9f8ea80a58a68d165568e74a5b9d3d04bcff9563
DatadogSDKReactNative: 72eced5647bed95ea727b8a7cdb7eab94669b785
DatadogSDKReactNative: 79cb73062894267feda7c8c99f903c8f0d658ead
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: ddb55c55295ea51ed98aa7e2e08add2f826309d5
FBReactNativeSpec: 33a87f65f1a467d5f63d11d0cc106a10d3b0639d
Expand Down
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.20.0):
- DatadogSDK (= 1.20.0)
- PLCrashReporter (~> 1.11.0)
- DatadogSDKReactNative (1.8.0-rc1):
- DatadogSDKReactNative (1.8.0):
- DatadogSDK (~> 1.20.0)
- DatadogSDKCrashReporting (~> 1.20.0)
- React-Core
Expand Down Expand Up @@ -530,7 +530,7 @@ SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
DatadogSDK: a89bfe6b833c5f4069c36a5a1096947ff148e89a
DatadogSDKCrashReporting: 9f8ea80a58a68d165568e74a5b9d3d04bcff9563
DatadogSDKReactNative: 454fc7d50f2b63b58472600d6a9c3eb1ca6da41f
DatadogSDKReactNative: ee7f9b461cc7e507a34a6b26974d8b508c77f412
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: ddb55c55295ea51ed98aa7e2e08add2f826309d5
FBReactNativeSpec: 90fc1a90b4b7a171e0a7c20ea426c1bf6ce4399c
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "1.8.0-rc1",
"version": "1.8.0",
"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.8.0-rc1",
"version": "1.8.0",
"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.8.0-rc1",
"@datadog/mobile-react-native": "^1.8.0",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.17.1",
"react-native-code-push": "7.0.5"
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.8.0-rc1",
"version": "1.8.0",
"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.8.0-rc1';
export const version = '1.8.0';
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.8.0-rc1",
"version": "1.8.0",
"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.8.0-rc1",
"@datadog/mobile-react-native": "^1.8.0",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.17.1",
"react-native-gesture-handler": "1.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-webview",
"version": "1.8.0-rc1",
"version": "1.8.0",
"description": "A client-side React Native module to interact with react-native-webview and Datadog",
"keywords": [
"datadog",
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.8.0-rc1",
"version": "1.8.0",
"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.8.0-rc1",
"@datadog/mobile-react-native": "^1.8.0",
"@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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3510,7 +3510,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native-code-push@workspace:packages/codepush"
dependencies:
"@datadog/mobile-react-native": ^1.8.0-rc1
"@datadog/mobile-react-native": ^1.8.0
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.17.1
react-native-code-push: 7.0.5
Expand All @@ -3526,7 +3526,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native-navigation@workspace:packages/react-native-navigation"
dependencies:
"@datadog/mobile-react-native": ^1.8.0-rc1
"@datadog/mobile-react-native": ^1.8.0
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.17.1
react-native-gesture-handler: 1.10.3
Expand Down Expand Up @@ -3554,7 +3554,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datadog/mobile-react-native@^1.8.0-rc1, @datadog/mobile-react-native@workspace:packages/core":
"@datadog/mobile-react-native@^1.8.0, @datadog/mobile-react-native@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native@workspace:packages/core"
dependencies:
Expand All @@ -3570,7 +3570,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-navigation@workspace:packages/react-navigation"
dependencies:
"@datadog/mobile-react-native": ^1.8.0-rc1
"@datadog/mobile-react-native": ^1.8.0
"@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"
Expand Down