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
vigneshshanmugam committed Aug 8, 2019
1 parent f5dc95c commit ee46b7c
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 4 deletions.
8 changes: 8 additions & 0 deletions 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.4.2 (2019-08-08)


### Bug Fixes

* **rum:** do not polyfill the global Promise variable ([#366](https://github.com/elastic/apm-agent-rum-js/issues/366)) ([f5dc95c](https://github.com/elastic/apm-agent-rum-js/commit/f5dc95c))


# 4.4.1 (2019-08-05)

### Bug Fixes
Expand Down
11 changes: 11 additions & 0 deletions packages/rum-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.

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


### Bug Fixes

* **rum-core:** do not polyfill the global Promise variable ([#366](https://github.com/elastic/apm-agent-rum-js/issues/366)) ([f5dc95c](https://github.com/elastic/apm-agent-rum-js/commit/f5dc95c))





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

**Note:** Version bump only for package @elastic/apm-rum-core
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.5.1",
"version": "4.5.2",
"description": "Elastic apm core",
"license": "MIT",
"main": "dist/lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/rum-react/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.

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

**Note:** Version bump only for package @elastic/apm-rum-react





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

**Note:** Version bump only for package @elastic/apm-rum-react
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1",
"version": "0.2.2",
"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
11 changes: 11 additions & 0 deletions packages/rum/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.

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


### Bug Fixes

* **rum:** do not polyfill the global Promise variable ([#366](https://github.com/elastic/apm-agent-rum-js/issues/366)) ([f5dc95c](https://github.com/elastic/apm-agent-rum-js/commit/f5dc95c))





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


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.4.1",
"version": "4.4.2",
"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 @@ -40,7 +40,7 @@ class ApmBase {
/**
* Set Agent version to be sent as part of metadata to the APM Server
*/
configService.setVersion('4.4.1')
configService.setVersion('4.4.2')
this.config(config)
/**
* Deactive agent when the active config flag is set to false
Expand Down

0 comments on commit ee46b7c

Please sign in to comment.