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.6.0
 - @cobo/apm-rum-react-native@0.6.0
  • Loading branch information
Li Tian committed Nov 24, 2020
1 parent c21cc50 commit fca89b1
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/CoboVault/apm-agent-rum-js/compare/@cobo/apm-rum-react-native-core@0.5.0...@cobo/apm-rum-react-native-core@0.6.0) (2020-11-24)


### Features

* **dev:** modify ([c21cc50](https://github.com/CoboVault/apm-agent-rum-js/commit/c21cc50bdc9b4df4bbc7126a38c88bf74b93f17a))
* **dev:** modify ([bee28e8](https://github.com/CoboVault/apm-agent-rum-js/commit/bee28e8fcfe2aecd86e33319379c8171a47c152e))





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


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.5.0",
"version": "0.6.0",
"description": "Elastic apm core",
"license": "MIT",
"main": "dist/lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/rum-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/CoboVault/apm-agent-rum-js/compare/@cobo/apm-rum-react-native@0.5.2...@cobo/apm-rum-react-native@0.6.0) (2020-11-24)


### Features

* **dev:** modify ([c21cc50](https://github.com/CoboVault/apm-agent-rum-js/commit/c21cc50bdc9b4df4bbc7126a38c88bf74b93f17a))
* **dev:** modify ([bee28e8](https://github.com/CoboVault/apm-agent-rum-js/commit/bee28e8fcfe2aecd86e33319379c8171a47c152e))





## [0.5.2](https://github.com/CoboVault/apm-agent-rum-js/compare/@cobo/apm-rum-react-native@0.5.1...@cobo/apm-rum-react-native@0.5.2) (2020-11-24)

**Note:** Version bump only for package @cobo/apm-rum-react-native
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.

2 changes: 1 addition & 1 deletion 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.5.2",
"version": "0.6.0",
"description": "Elastic APM JavaScript agent used in react-native",
"main": "dist/lib/index.js",
"module": "dist/es/index.js",
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.5.2')
configService.setVersion('0.6.0')
this.config(config)
/**
* Set level here to account for both active and inactive cases
Expand Down

0 comments on commit fca89b1

Please sign in to comment.