Skip to content

Commit 1c341a4

Browse files
author
apmmachine
committed
chore(release): publish
- @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected]
1 parent 4081941 commit 1c341a4

File tree

11 files changed

+58
-6
lines changed

11 files changed

+58
-6
lines changed

packages/rum-angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.7](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2022-06-14)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-angular
9+
10+
11+
12+
13+
614
## [2.1.6](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2022-05-16)
715

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

packages/rum-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/apm-rum-angular",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Elastic APM Real User Monitoring for Angular applications",
55
"homepage": "https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html",
66
"license": "MIT",

packages/rum-core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.17.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2022-06-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **rum-core:** capture stack trace from syntax errors properly ([#1239](https://github.com/elastic/apm-agent-rum-js/issues/1239)) ([4081941](https://github.com/elastic/apm-agent-rum-js/commit/40819415c09e69bac91e8a1f03f1016eae9bbfd1))
12+
13+
14+
### Features
15+
16+
* allow requests to be sent with credentials ([#1238](https://github.com/elastic/apm-agent-rum-js/issues/1238)) ([d8d3b8c](https://github.com/elastic/apm-agent-rum-js/commit/d8d3b8cad64de9420f4d238e3535bb16d8e79286))
17+
* warn users when invalid config options provided when init ([#1230](https://github.com/elastic/apm-agent-rum-js/issues/1230)) ([9bb158c](https://github.com/elastic/apm-agent-rum-js/commit/9bb158c22d0ae1f6ef6ea1679930c79814b60dcf))
18+
19+
20+
21+
22+
623
# [5.16.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2022-05-16)
724

825

packages/rum-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/apm-rum-core",
3-
"version": "5.16.0",
3+
"version": "5.17.0",
44
"description": "Elastic apm core",
55
"license": "MIT",
66
"main": "dist/lib/index.js",

packages/rum-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2022-06-14)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-react
9+
10+
11+
12+
13+
614
## [1.4.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2022-05-16)
715

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

packages/rum-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/apm-rum-react",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Elastic APM Real User Monitoring for React applications",
55
"author": "Hamid <[email protected]>",
66
"homepage": "https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html",

packages/rum-vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2022-06-14)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-vue
9+
10+
11+
12+
13+
614
## [2.1.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2022-05-16)
715

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

packages/rum-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/apm-rum-vue",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Elastic APM Real User Monitoring for Vue applications",
55
"keywords": [
66
"elastic",

packages/rum/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.12.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2022-06-14)
7+
8+
9+
### Features
10+
11+
* warn users when invalid config options provided when init ([#1230](https://github.com/elastic/apm-agent-rum-js/issues/1230)) ([9bb158c](https://github.com/elastic/apm-agent-rum-js/commit/9bb158c22d0ae1f6ef6ea1679930c79814b60dcf))
12+
13+
14+
15+
16+
617
## [5.11.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2022-05-16)
718

819

packages/rum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/apm-rum",
3-
"version": "5.11.1",
3+
"version": "5.12.0",
44
"description": "Elastic APM JavaScript agent",
55
"main": "dist/lib/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)