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]
 - @elastic/[email protected]
 - @elastic/[email protected]
  • Loading branch information
apmmachine committed Dec 7, 2021
1 parent c27e7ce commit 31c6baf
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/rum-angular/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.

## [2.1.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-12-07)

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





## [2.1.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-15)

**Note:** Version bump only for package @elastic/apm-rum-angular
Expand Down
2 changes: 1 addition & 1 deletion packages/rum-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/apm-rum-angular",
"version": "2.1.1",
"version": "2.1.2",
"description": "Elastic APM Real User Monitoring for Angular applications",
"homepage": "https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/rum-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.13.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-12-07)


### Bug Fixes

* **rum-core:** handle empty marks when compressing ([#1107](https://github.com/elastic/apm-agent-rum-js/issues/1107)) ([c27e7ce](https://github.com/elastic/apm-agent-rum-js/commit/c27e7cee4c73ee1b066053067381f9260c62ac90)), closes [#1104](https://github.com/elastic/apm-agent-rum-js/issues/1104)


### Features

* **rum-core:** add serverUrlPrefix config option ([#1081](https://github.com/elastic/apm-agent-rum-js/issues/1081)) ([cf407b4](https://github.com/elastic/apm-agent-rum-js/commit/cf407b4e5d225b9588c51e9762e1471474f711ad))
* **rum-core:** custom transaction name for user-interactions ([#1096](https://github.com/elastic/apm-agent-rum-js/issues/1096)) ([d7ef88f](https://github.com/elastic/apm-agent-rum-js/commit/d7ef88fb1d1542a54f9011df5e8ddfd5cfe2a914))
* **rum-core:** set empty string for deprecated destination fields ([#1105](https://github.com/elastic/apm-agent-rum-js/issues/1105)) ([573d3b9](https://github.com/elastic/apm-agent-rum-js/commit/573d3b961e8ed1fbe425d132a00145cd6719c6e3))





## [5.12.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-15)


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": "5.12.1",
"version": "5.13.0",
"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.

## [1.3.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-12-07)

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





## [1.3.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-15)

**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": "1.3.1",
"version": "1.3.2",
"description": "Elastic APM Real User Monitoring for React applications",
"author": "Hamid <[email protected]>",
"homepage": "https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html",
Expand Down
8 changes: 8 additions & 0 deletions packages/rum-vue/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.

## [1.3.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-12-07)

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





## [1.3.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-15)

**Note:** Version bump only for package @elastic/apm-rum-vue
Expand Down
2 changes: 1 addition & 1 deletion packages/rum-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/apm-rum-vue",
"version": "1.3.1",
"version": "1.3.2",
"description": "Elastic APM Real User Monitoring for Vue applications",
"keywords": [
"elastic",
Expand Down
13 changes: 13 additions & 0 deletions packages/rum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.10.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-12-07)


### Features

* **rum:** export rum types ([#1100](https://github.com/elastic/apm-agent-rum-js/issues/1100)) ([f141c0f](https://github.com/elastic/apm-agent-rum-js/commit/f141c0f504ef8ea2e703d32239344e309f5e38d6)), closes [#1045](https://github.com/elastic/apm-agent-rum-js/issues/1045) [#1045](https://github.com/elastic/apm-agent-rum-js/issues/1045)
* **rum:** extend spanOptions type ([#1101](https://github.com/elastic/apm-agent-rum-js/issues/1101)) ([07544e8](https://github.com/elastic/apm-agent-rum-js/commit/07544e8fd1585430b192bd127c9c70cc1237ee52))
* **rum-core:** add serverUrlPrefix config option ([#1081](https://github.com/elastic/apm-agent-rum-js/issues/1081)) ([cf407b4](https://github.com/elastic/apm-agent-rum-js/commit/cf407b4e5d225b9588c51e9762e1471474f711ad))





## [5.9.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-15)


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": "5.9.1",
"version": "5.10.0",
"description": "Elastic APM JavaScript agent",
"main": "dist/lib/index.js",
"module": "dist/es/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 @@ -58,7 +58,7 @@ export default class ApmBase {
/**
* Set Agent version to be sent as part of metadata to the APM Server
*/
configService.setVersion('5.9.1')
configService.setVersion('5.10.0')
this.config(config)
/**
* Set level here to account for both active and inactive cases
Expand Down

0 comments on commit 31c6baf

Please sign in to comment.