Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @elastic/[email protected]
 - @elastic/[email protected]
 - @elastic/[email protected]
  • Loading branch information
hmdhk committed Jul 11, 2019
1 parent b676bd3 commit a485df2
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 7 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0] (2019-07-08)
# 4.3.0 (2019-07-11)

### Bug Fixes

* **rum:core:** send labels via context.tags in the payload ([#316](https://github.com/elastic/apm-agent-rum-js/issues/316)) ([526c3e7](https://github.com/elastic/apm-agent-rum-js/commit/526c3e7))


### Features

* Initial react integration ([#265](https://github.com/elastic/apm-agent-rum-js/issues/265)) ([83cbebd](https://github.com/elastic/apm-agent-rum-js/commit/83cbebd))


# 4.2.0 (2019-07-08)


### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions packages/rum-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2019-07-11)


### Bug Fixes

* **rum:core:** send labels via context.tags in the payload ([#316](https://github.com/elastic/apm-agent-rum-js/issues/316)) ([526c3e7](https://github.com/elastic/apm-agent-rum-js/commit/526c3e7))


# [4.2.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2019-07-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/rum-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/apm-rum-core",
"version": "4.2.0",
"version": "4.3.0",
"description": "Elastic apm core",
"license": "MIT",
"main": "dist/lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/rum-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2019-07-11)


### Features

* Initial react integration ([#265](https://github.com/elastic/apm-agent-rum-js/issues/265)) ([83cbebd](https://github.com/elastic/apm-agent-rum-js/commit/83cbebd))
6 changes: 3 additions & 3 deletions packages/rum-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/apm-rum-react",
"version": "0.0.0",
"version": "0.1.0",
"description": "Elastic APM Real User Monitoring for React applications",
"author": "Hamid <[email protected]>",
"homepage": "https://www.elastic.co/guide/en/apm/agent/js-base/current/index.html",
Expand Down Expand Up @@ -35,8 +35,8 @@
"url": "https://github.com/elastic/apm-agent-rum-js/issues"
},
"dependencies": {
"hoist-non-react-statics": "^3.3.0",
"@elastic/apm-rum": "file:../rum"
"@elastic/apm-rum": "file:../rum",
"hoist-non-react-statics": "^3.3.0"
},
"peerDependencies": {
"react": "^16.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/rum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2019-07-11)


### Bug Fixes

* **rum:core:** send labels via context.tags in the payload ([#316](https://github.com/elastic/apm-agent-rum-js/issues/316)) ([526c3e7](https://github.com/elastic/apm-agent-rum-js/commit/526c3e7))


# [4.2.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2019-07-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/rum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/apm-rum",
"version": "4.2.0",
"version": "4.3.0",
"description": "Elastic APM JavaScript agent",
"main": "dist/lib/index.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rum/src/apm-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ApmBase {
/**
* Set Agent version to be sent as part of metadata to the APM Server
*/
configService.setVersion('4.2.0')
configService.setVersion('4.3.0')
this.config(config)
/**
* Deactive agent when the active config flag is set to false
Expand Down

0 comments on commit a485df2

Please sign in to comment.