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 Jul 13, 2021
1 parent cb0fada commit 494377d
Show file tree
Hide file tree
Showing 11 changed files with 82 additions and 10 deletions.
11 changes: 11 additions & 0 deletions packages/rum-angular/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.

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


### Features

* **rum-angular:** add support for angular 12 ([#1039](https://github.com/elastic/apm-agent-rum-js/issues/1039)) ([db7df0a](https://github.com/elastic/apm-agent-rum-js/commit/db7df0a574eb18926e16721452600a36fece5026))





## [2.0.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-04-19)

* Please use version `2.0.1` for Angular 9-11 support. Version `2.0.0` has broken modules published, As a result it was marked as deprecated.
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.0.1",
"version": "2.1.0",
"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
13 changes: 13 additions & 0 deletions packages/rum-core/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.12.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-13)


### Features

* **rum-angular:** add support for angular 12 ([#1039](https://github.com/elastic/apm-agent-rum-js/issues/1039)) ([db7df0a](https://github.com/elastic/apm-agent-rum-js/commit/db7df0a574eb18926e16721452600a36fece5026))
* **rum-core:** add apmServerRequest config ([#1019](https://github.com/elastic/apm-agent-rum-js/issues/1019)) ([6c44e48](https://github.com/elastic/apm-agent-rum-js/commit/6c44e48974640933a976a6dba52f0e8f8096043a))
* **rum-react:** add official support for react 17 ([#1047](https://github.com/elastic/apm-agent-rum-js/issues/1047)) ([cb0fada](https://github.com/elastic/apm-agent-rum-js/commit/cb0fada417d815eccac018e3d9c495bb3bcadbe2))





# [5.11.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-04-19)


Expand Down
6 changes: 4 additions & 2 deletions 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.11.0",
"version": "5.12.0",
"description": "Elastic apm core",
"license": "MIT",
"main": "dist/lib/index.js",
Expand Down Expand Up @@ -40,5 +40,7 @@
"opentracing": "^0.14.3",
"promise-polyfill": "^8.1.3"
},
"browserslist": ["ie 11"]
"browserslist": [
"ie 11"
]
}
12 changes: 12 additions & 0 deletions packages/rum-react/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.

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


### Features

* **rum-angular:** add support for angular 12 ([#1039](https://github.com/elastic/apm-agent-rum-js/issues/1039)) ([db7df0a](https://github.com/elastic/apm-agent-rum-js/commit/db7df0a574eb18926e16721452600a36fece5026))
* **rum-react:** add official support for react 17 ([#1047](https://github.com/elastic/apm-agent-rum-js/issues/1047)) ([cb0fada](https://github.com/elastic/apm-agent-rum-js/commit/cb0fada417d815eccac018e3d9c495bb3bcadbe2))





## [1.2.11](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-04-19)

**Note:** Version bump only for package @elastic/apm-rum-react
Expand Down
6 changes: 4 additions & 2 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": "1.2.11",
"version": "1.3.0",
"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 Expand Up @@ -48,5 +48,7 @@
"react": ">16.0.0",
"react-router-dom": ">4.0.0"
},
"browserslist": ["ie 11"]
"browserslist": [
"ie 11"
]
}
11 changes: 11 additions & 0 deletions packages/rum-vue/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.

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


### Features

* **rum-angular:** add support for angular 12 ([#1039](https://github.com/elastic/apm-agent-rum-js/issues/1039)) ([db7df0a](https://github.com/elastic/apm-agent-rum-js/commit/db7df0a574eb18926e16721452600a36fece5026))





## [1.2.3](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-04-19)

**Note:** Version bump only for package @elastic/apm-rum-vue
Expand Down
6 changes: 4 additions & 2 deletions 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.2.3",
"version": "1.3.0",
"description": "Elastic APM Real User Monitoring for Vue applications",
"keywords": [
"elastic",
Expand Down Expand Up @@ -49,5 +49,7 @@
"@elastic/apm-rum": "file:../rum",
"@elastic/apm-rum-core": "file:../rum-core"
},
"browserslist": ["ie 11"]
"browserslist": [
"ie 11"
]
}
17 changes: 17 additions & 0 deletions packages/rum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **rum:** add number, boolean types to addLabels ([#1017](https://github.com/elastic/apm-agent-rum-js/issues/1017)) ([e40f5a0](https://github.com/elastic/apm-agent-rum-js/commit/e40f5a00123bbae641cd9525f963be04851a9718))


### Features

* **rum-angular:** add support for angular 12 ([#1039](https://github.com/elastic/apm-agent-rum-js/issues/1039)) ([db7df0a](https://github.com/elastic/apm-agent-rum-js/commit/db7df0a574eb18926e16721452600a36fece5026))
* **rum-core:** add apmServerRequest config ([#1019](https://github.com/elastic/apm-agent-rum-js/issues/1019)) ([6c44e48](https://github.com/elastic/apm-agent-rum-js/commit/6c44e48974640933a976a6dba52f0e8f8096043a))





# [5.8.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-04-19)


Expand Down
6 changes: 4 additions & 2 deletions packages/rum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/apm-rum",
"version": "5.8.0",
"version": "5.9.0",
"description": "Elastic APM JavaScript agent",
"main": "dist/lib/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -58,5 +58,7 @@
"maxSize": "20.5 kB"
}
],
"browserslist": ["ie 11"]
"browserslist": [
"ie 11"
]
}
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.8.0')
configService.setVersion('5.9.0')
this.config(config)
/**
* Set level here to account for both active and inactive cases
Expand Down

0 comments on commit 494377d

Please sign in to comment.