Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @cobo/apm-rum-react-native-core@0.3.0
 - @cobo/apm-rum-react-native@0.5.0
  • Loading branch information
Li Tian committed Sep 8, 2020
1 parent 65b2f99 commit e8a8f16
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
11 changes: 11 additions & 0 deletions packages/rum-react-native-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/CoboVault/apm-agent-rum-js/compare/@cobo/apm-rum-react-native-core@0.2.0...@cobo/apm-rum-react-native-core@0.3.0) (2020-09-08)


### Features

* **dev:** use RN XMLHttpRequest to avoid android crash ([65b2f99](https://github.com/CoboVault/apm-agent-rum-js/commit/65b2f99e3ccc8b46b4b867ae5e5de14c0ec341cb))





# [0.2.0](https://github.com/CoboVault/apm-agent-rum-js/compare/@cobo/apm-rum-react-native-core@0.1.0...@cobo/apm-rum-react-native-core@0.2.0) (2020-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/rum-react-native-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/rum-react-native-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cobo/apm-rum-react-native-core",
"version": "0.2.0",
"version": "0.3.0",
"description": "Elastic apm core",
"license": "MIT",
"main": "dist/lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/rum-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/CoboVault/apm-agent-rum-js/compare/@cobo/apm-rum-react-native@0.4.0...@cobo/apm-rum-react-native@0.5.0) (2020-09-08)


### Features

* **dev:** use RN XMLHttpRequest to avoid android crash ([65b2f99](https://github.com/CoboVault/apm-agent-rum-js/commit/65b2f99e3ccc8b46b4b867ae5e5de14c0ec341cb))





# [0.4.0](https://github.com/CoboVault/apm-agent-rum-js/compare/@cobo/apm-rum-react-native@0.3.0...@cobo/apm-rum-react-native@0.4.0) (2020-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/rum-react-native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/rum-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cobo/apm-rum-react-native",
"version": "0.4.0",
"version": "0.5.0",
"description": "Elastic APM JavaScript agent used in react-native",
"main": "dist/lib/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@cobo/apm-rum-react-native-core": "^0.2.0",
"@cobo/apm-rum-react-native-core": "^0.3.0",
"opentracing": "^0.14.3"
},
"bundlesize": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rum-react-native/src/apm-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class ApmBase {
/**
* Set Agent version to be sent as part of metadata to the APM Server
*/
configService.setVersion('0.4.0')
configService.setVersion('0.5.0')
this.config(config)
/**
* Set level here to account for both active and inactive cases
Expand Down

0 comments on commit e8a8f16

Please sign in to comment.