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 2.0.0 #551

Merged
merged 1 commit into from
Nov 7, 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 @@ -11,7 +11,7 @@ PODS:
- DatadogInternal (= 2.4.0)
- DatadogRUM (2.4.0):
- DatadogInternal (= 2.4.0)
- DatadogSDKReactNative (2.0.0-rc.0):
- DatadogSDKReactNative (2.0.0):
- 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: eb78e590ad1a972ba6ec617d693d0c9969f85caf
DatadogSDKReactNative: 197a3207ea300197034e3e9b96b691fd127e0bc4
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-rc.0):
- DatadogSDKReactNative (2.0.0):
- 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-rc.0):
- DatadogSDKReactNative/Tests (2.0.0):
- 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-rc.0):
- DatadogSDKReactNativeSessionReplay (2.0.0):
- DatadogSessionReplay (~> 2.4.0)
- React-Core
- DatadogSDKReactNativeSessionReplay/Tests (2.0.0-rc.0):
- DatadogSDKReactNativeSessionReplay/Tests (2.0.0):
- 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: 1519ef46917db967b439705f24e7d2703fb91167
DatadogSDKReactNativeSessionReplay: 3fa2bf53d09bb7f26d117a4c136e1efbedcb377b
DatadogSDKReactNative: cb124c81e462aac956621b204d79026f7a5669c9
DatadogSDKReactNativeSessionReplay: 95f15050c2f92ca3cbd68be721ae9144c803bdaa
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-rc.0",
"version": "2.0.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": "2.0.0-rc.0",
"version": "2.0.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": "^2.0.0-rc.0",
"@datadog/mobile-react-native": "^2.0.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": "2.0.0-rc.0",
"version": "2.0.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 = '2.0.0-rc.0';
export const version = '2.0.0';
2 changes: 1 addition & 1 deletion 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-rc.0",
"version": "2.0.0",
"description": "A client-side React Native module to interact with Apollo Client and Datadog",
"keywords": [
"datadog",
Expand Down
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": "2.0.0-rc.0",
"version": "2.0.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": "^2.0.0-rc.0",
"@datadog/mobile-react-native": "^2.0.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-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-rc.0",
"version": "2.0.0",
"description": "A client-side React Native module to enable session replay with Datadog",
"keywords": [
"datadog",
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": "2.0.0-rc.0",
"version": "2.0.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": "2.0.0-rc.0",
"version": "2.0.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": "^2.0.0-rc.0",
"@datadog/mobile-react-native": "^2.0.0",
"@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
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3562,7 +3562,7 @@ __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-rc.0
"@datadog/mobile-react-native": ^2.0.0
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.17.1
react-native-code-push: 7.0.5
Expand All @@ -3578,7 +3578,7 @@ __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-rc.0
"@datadog/mobile-react-native": ^2.0.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 @@ -3618,7 +3618,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datadog/mobile-react-native@^2.0.0-rc.0, @datadog/mobile-react-native@workspace:packages/core":
"@datadog/mobile-react-native@^2.0.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 @@ -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-rc.0
"@datadog/mobile-react-native": ^2.0.0
"@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