Skip to content

Commit

Permalink
Merge pull request #400 from DataDog/louiszawadzki/release-v1.3.1
Browse files Browse the repository at this point in the history
Release v1.3.1
  • Loading branch information
louiszawadzki authored Feb 7, 2023
2 parents 1a64bcf + 21d4af1 commit c70d62c
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ prod,react-native,MIT,"Copyright (c) Facebook, Inc. and its affiliates."
dev,@babel/plugin-transform-runtime,MIT,"Copyright (c) 2014-present Sebastian McKenzie and other contributors"
dev,@testing-library/react-native,MIT,"Copyright (c) 2018 Callstack and Rally Health"
dev,@types/jest,MIT,"Copyrights are respective of each contributor listed at the beginning of each definition file."
dev,@types/react,MIT,"Copyrights are respective of each contributor listed at the beginning of each definition file."
dev,@types/react-native,MIT,"Copyrights are respective of each contributor listed at the beginning of each definition file."
dev,@types/react-test-renderer,MIT,"Copyrights are respective of each contributor listed at the beginning of each definition file."
dev,@typescript-eslint/eslint-plugin,bsd-2-clause,"Copyright JS Foundation and other contributors, https://js.foundation"
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.15.0):
- DatadogSDK (= 1.15.0)
- PLCrashReporter (~> 1.11.0)
- DatadogSDKReactNative (1.3.0):
- DatadogSDKReactNative (1.3.1):
- DatadogSDK (~> 1.15.0)
- DatadogSDKCrashReporting (~> 1.15.0)
- React-Core
Expand Down Expand Up @@ -530,7 +530,7 @@ SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
DatadogSDK: d7e3ef65693db38842f85885c01ba0865e10a782
DatadogSDKCrashReporting: 4be11b3693ed048f461391f724788ea96d31633a
DatadogSDKReactNative: d597d45740b8455e8ee59616ca5d4cf3e8e84801
DatadogSDKReactNative: 5de17b37f535a9b93c59af770b95213381c041e2
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: d58428b28fe1f5070fe993495b0e2eaf701d3820
FBReactNativeSpec: 225fb0f0ab00493ce0731f954da3658638d9b191
Expand Down
6 changes: 3 additions & 3 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1073,13 +1073,13 @@
yamux-js "0.1.1"

"@datadog/mobile-react-native-navigation@file:../packages/react-native-navigation":
version "1.3.0"
version "1.3.1"

"@datadog/mobile-react-native@file:../packages/core":
version "1.3.0"
version "1.3.1"

"@datadog/mobile-react-navigation@file:../packages/react-navigation":
version "1.3.0"
version "1.3.1"

"@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.3.0",
"version": "1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"@datadog/mobile-react-native": "^1.3.1",
"@testing-library/react-native": "7.0.2",
"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.3.0",
"version": "1.3.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 = '1.3.0';
export const version = '1.3.1';
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.3.0",
"version": "1.3.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": "^1.3.0",
"@datadog/mobile-react-native": "^1.3.1",
"@testing-library/react-native": "7.0.2",
"react-native-gesture-handler": "1.10.3",
"react-native-navigation": "7.31.1",
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.3.0",
"version": "1.3.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": "^1.3.0",
"@datadog/mobile-react-native": "^1.3.1",
"@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 c70d62c

Please sign in to comment.