Skip to content

Commit

Permalink
Merge pull request #554 from DataDog/louiszawadzki/release-v2.0.1
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
louiszawadzki authored Nov 9, 2023
2 parents cbf402a + 1b935de commit cbcf405
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions example-new-architecture/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PODS:
- DatadogInternal (= 2.4.0)
- DatadogRUM (2.4.0):
- DatadogInternal (= 2.4.0)
- DatadogSDKReactNative (2.0.0):
- DatadogSDKReactNative (2.0.1):
- DatadogCore (~> 2.4.0)
- DatadogCrashReporting (~> 2.4.0)
- DatadogLogs (~> 2.4.0)
Expand Down Expand Up @@ -964,7 +964,7 @@ SPEC CHECKSUMS:
DatadogInternal: 5789bca7a0284b20655ba2a79738ac7d0cd56e70
DatadogLogs: 3b8c8778c32b780f916c2894b9d2c53bbf590803
DatadogRUM: 4207d091be536b888719969a7ca078e2c830819a
DatadogSDKReactNative: 197a3207ea300197034e3e9b96b691fd127e0bc4
DatadogSDKReactNative: 9c95bed4eef14236ad675d88d6d3605a41f5d7be
DatadogTrace: ec75b1da1dcf9f5b574481a3773b296e0e1fda38
DatadogWebViewTracking: e7a5841f001f488fc0240d7cba1a984ab6c86e9a
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ PODS:
- DatadogInternal (= 2.4.0)
- DatadogRUM (2.4.0):
- DatadogInternal (= 2.4.0)
- DatadogSDKReactNative (2.0.0):
- DatadogSDKReactNative (2.0.1):
- DatadogCore (~> 2.4.0)
- DatadogCrashReporting (~> 2.4.0)
- DatadogLogs (~> 2.4.0)
- DatadogRUM (~> 2.4.0)
- DatadogTrace (~> 2.4.0)
- DatadogWebViewTracking (~> 2.4.0)
- React-Core
- DatadogSDKReactNative/Tests (2.0.0):
- DatadogSDKReactNative/Tests (2.0.1):
- DatadogCore (~> 2.4.0)
- DatadogCrashReporting (~> 2.4.0)
- DatadogLogs (~> 2.4.0)
- DatadogRUM (~> 2.4.0)
- DatadogTrace (~> 2.4.0)
- DatadogWebViewTracking (~> 2.4.0)
- React-Core
- DatadogSDKReactNativeSessionReplay (2.0.0):
- DatadogSDKReactNativeSessionReplay (2.0.1):
- DatadogSessionReplay (~> 2.4.0)
- React-Core
- DatadogSDKReactNativeSessionReplay/Tests (2.0.0):
- DatadogSDKReactNativeSessionReplay/Tests (2.0.1):
- DatadogSessionReplay (~> 2.4.0)
- React-Core
- DatadogSessionReplay (2.4.0):
Expand Down Expand Up @@ -574,8 +574,8 @@ SPEC CHECKSUMS:
DatadogInternal: 5789bca7a0284b20655ba2a79738ac7d0cd56e70
DatadogLogs: 3b8c8778c32b780f916c2894b9d2c53bbf590803
DatadogRUM: 4207d091be536b888719969a7ca078e2c830819a
DatadogSDKReactNative: cb124c81e462aac956621b204d79026f7a5669c9
DatadogSDKReactNativeSessionReplay: 95f15050c2f92ca3cbd68be721ae9144c803bdaa
DatadogSDKReactNative: b4d2c0926219c7fa0c7fdb3b9faf963b0c37bc4f
DatadogSDKReactNativeSessionReplay: c320633e2dc1f8d6a8656ff60ca9a3d9cf305035
DatadogSessionReplay: 8d17ac983669b62e3dd9159cf4a04e98fcf9abeb
DatadogTrace: ec75b1da1dcf9f5b574481a3773b296e0e1fda38
DatadogWebViewTracking: e7a5841f001f488fc0240d7cba1a984ab6c86e9a
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": "2.0.0",
"version": "2.0.1",
"packages": [
"packages/*"
],
Expand Down
6 changes: 3 additions & 3 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": "2.0.0",
"version": "2.0.1",
"description": "A client-side React Native module to interact with Appcenter Codepush and Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -38,13 +38,13 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^2.0.0",
"@datadog/mobile-react-native": "^2.0.1",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.17.1",
"react-native-code-push": "7.0.5"
},
"peerDependencies": {
"@datadog/mobile-react-native": "^1.0.0-beta4",
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0",
"react-native-code-push": ">=2.0.0"
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": "2.0.0",
"version": "2.0.1",
"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 = '2.0.0';
export const version = '2.0.1';
4 changes: 2 additions & 2 deletions packages/react-native-apollo-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-apollo-client",
"version": "2.0.0",
"version": "2.0.1",
"description": "A client-side React Native module to interact with Apollo Client and Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@apollo/client": ">=3.0",
"@datadog/mobile-react-native": ">=1.5.0",
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0"
},
Expand Down
6 changes: 3 additions & 3 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": "2.0.0",
"version": "2.0.1",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -36,15 +36,15 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^2.0.0",
"@datadog/mobile-react-native": "^2.0.1",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.17.1",
"react-native-gesture-handler": "1.10.3",
"react-native-navigation": "7.31.1",
"remx": "3.x.x"
},
"peerDependencies": {
"@datadog/mobile-react-native": "^1.0.0-beta4",
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0",
"react-native-navigation": "^7.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-session-replay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-session-replay",
"version": "2.0.0",
"version": "2.0.1",
"description": "A client-side React Native module to enable session replay with Datadog",
"keywords": [
"datadog",
Expand Down
6 changes: 3 additions & 3 deletions 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": "2.0.0",
"version": "2.0.1",
"description": "A client-side React Native module to interact with react-native-webview and Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -42,10 +42,10 @@
"react-native-builder-bob": "0.17.1"
},
"peerDependencies": {
"@datadog/mobile-react-native": ">=1.5.0",
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0",
"react-native-webview": "11.x.x"
"react-native-webview": ">=11.0.0"
},
"jest": {
"preset": "react-native",
Expand Down
6 changes: 3 additions & 3 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": "2.0.0",
"version": "2.0.1",
"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": "^2.0.0",
"@datadog/mobile-react-native": "^2.0.1",
"@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 All @@ -47,7 +47,7 @@
"react-native-safe-area-context": "3.1.9"
},
"peerDependencies": {
"@datadog/mobile-react-native": "^1.0.0-beta4",
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3552,7 +3552,7 @@ __metadata:
react-native-builder-bob: 0.17.1
peerDependencies:
"@apollo/client": ">=3.0"
"@datadog/mobile-react-native": ">=1.5.0"
"@datadog/mobile-react-native": ^2.0.1
react: ">=16.13.1"
react-native: ">=0.63.4 <1.0"
languageName: unknown
Expand All @@ -3562,12 +3562,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native-code-push@workspace:packages/codepush"
dependencies:
"@datadog/mobile-react-native": ^2.0.0
"@datadog/mobile-react-native": ^2.0.1
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.17.1
react-native-code-push: 7.0.5
peerDependencies:
"@datadog/mobile-react-native": ^1.0.0-beta4
"@datadog/mobile-react-native": ^2.0.1
react: ">=16.13.1"
react-native: ">=0.63.4 <1.0"
react-native-code-push: ">=2.0.0"
Expand All @@ -3578,14 +3578,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native-navigation@workspace:packages/react-native-navigation"
dependencies:
"@datadog/mobile-react-native": ^2.0.0
"@datadog/mobile-react-native": ^2.0.1
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.17.1
react-native-gesture-handler: 1.10.3
react-native-navigation: 7.31.1
remx: 3.x.x
peerDependencies:
"@datadog/mobile-react-native": ^1.0.0-beta4
"@datadog/mobile-react-native": ^2.0.1
react: ">=16.13.1"
react-native: ">=0.63.4 <1.0"
react-native-navigation: ^7.5.0
Expand All @@ -3611,14 +3611,14 @@ __metadata:
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.17.1
peerDependencies:
"@datadog/mobile-react-native": ">=1.5.0"
"@datadog/mobile-react-native": ^2.0.1
react: ">=16.13.1"
react-native: ">=0.63.4 <1.0"
react-native-webview: 11.x.x
react-native-webview: ">=11.0.0"
languageName: unknown
linkType: soft

"@datadog/mobile-react-native@^2.0.0, @datadog/mobile-react-native@workspace:packages/core":
"@datadog/mobile-react-native@^2.0.1, @datadog/mobile-react-native@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native@workspace:packages/core"
dependencies:
Expand All @@ -3634,7 +3634,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-navigation@workspace:packages/react-navigation"
dependencies:
"@datadog/mobile-react-native": ^2.0.0
"@datadog/mobile-react-native": ^2.0.1
"@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 All @@ -3644,7 +3644,7 @@ __metadata:
react-native-gesture-handler: 1.10.3
react-native-safe-area-context: 3.1.9
peerDependencies:
"@datadog/mobile-react-native": ^1.0.0-beta4
"@datadog/mobile-react-native": ^2.0.1
react: ">=16.13.1"
react-native: ">=0.63.4 <1.0"
languageName: unknown
Expand Down

0 comments on commit cbcf405

Please sign in to comment.