Skip to content

Commit

Permalink
Merge pull request #240 from DataDog/louiszawadzki/prepare-release-1.0.0
Browse files Browse the repository at this point in the history
Prepare release 1.0.0
  • Loading branch information
louiszawadzki authored Aug 3, 2022
2 parents a03c3fd + 489c05f commit c5d5168
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 12 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- DatadogSDKCrashReporting (1.11.0-rc1):
- DatadogSDK (= 1.11.0-rc1)
- PLCrashReporter (~> 1.10.1)
- DatadogSDKReactNative (1.0.0-rc9):
- DatadogSDKReactNative (1.0.0):
- DatadogSDKBridge (= 0.5.5)
- React-Core
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -457,7 +457,7 @@ SPEC CHECKSUMS:
DatadogSDK: b24d474c6ba5cd460721f83fa8bb592e0c13465d
DatadogSDKBridge: 61586d96e6bc465f33c74a483e002def65b9f572
DatadogSDKCrashReporting: 2df15e7d24045c6e877c062f1f982e3359f0791d
DatadogSDKReactNative: c5dd86b69c3e260ebabee23081500036fd042467
DatadogSDKReactNative: 4a919ceacdabd3194250eb9294a239cceb69a619
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648
FBReactNativeSpec: 81ce99032d5b586fddd6a38d450f8595f7e04be4
Expand Down
6 changes: 3 additions & 3 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1222,13 +1222,13 @@
yamux-js "0.1.0"

"@datadog/mobile-react-native-navigation@file:../packages/react-native-navigation":
version "1.0.0-rc9"
version "1.0.0"

"@datadog/mobile-react-native@file:../packages/core":
version "1.0.0-rc9"
version "1.0.0"

"@datadog/mobile-react-navigation@file:../packages/react-navigation":
version "1.0.0-rc9"
version "1.0.0"

"@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.0.0-rc9",
"version": "1.0.0",
"packages": [
"packages/*"
]
Expand Down
6 changes: 6 additions & 0 deletions packages/core/__tests__/UploadSourcemaps.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2016-Present Datadog, Inc.
*/

import { spawnSync } from 'child_process';

it.skip('M call datadog-ci W android uploadReleaseSourcemaps', () => {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/datadog-sourcemaps.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2016-Present Datadog, Inc.
*/

import org.apache.tools.ant.taskdefs.condition.Os

def reactConfig = project.hasProperty("react") ? project.react : [:]
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.0.0-rc9",
"version": "1.0.0",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down
1 change: 1 addition & 0 deletions packages/core/release-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ package/src/rum/instrumentation/resourceTracking/__tests__/__utils__/XMLHttpRequ
package/src/rum/instrumentation/resourceTracking/domain
package/src/rum/instrumentation/resourceTracking/domain/__tests__
package/src/rum/instrumentation/resourceTracking/domain/__tests__/distributedTracing.test.ts
package/src/rum/instrumentation/resourceTracking/domain/__tests__/firstPartyHosts.test.ts
package/src/rum/instrumentation/resourceTracking/domain/distributedTracing.tsx
package/src/rum/instrumentation/resourceTracking/domain/firstPartyHosts.ts
package/src/rum/instrumentation/resourceTracking/domain/interfaces
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2016-Present Datadog, Inc.
*/

import { firstPartyHostsRegexBuilder } from '../firstPartyHosts';

describe('firstPartyHosts', () => {
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.0.0-rc9';
export const version = '1.0.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.0.0-rc9",
"version": "1.0.0",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepare": "bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^1.0.0-rc9",
"@datadog/mobile-react-native": "^1.0.0",
"react-native-gesture-handler": "1.10.3",
"react-native-navigation": "7.13.0"
},
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.0.0-rc9",
"version": "1.0.0",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepare": "bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^1.0.0-rc9",
"@datadog/mobile-react-native": "^1.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

0 comments on commit c5d5168

Please sign in to comment.