Skip to content

Commit 022e2b9

Browse files
chore(release): publish (#1599)
- @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected]
1 parent 1bd69ab commit 022e2b9

File tree

11 files changed

+48
-6
lines changed

11 files changed

+48
-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+
### [3.0.7](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2025-04-09)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-angular
9+
10+
11+
12+
13+
614
### [3.0.6](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2025-01-10)
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": "3.0.6",
3+
"version": "3.0.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.23.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2025-04-09)
7+
8+
9+
### Features
10+
11+
* **rum-core:** add support for adding labels to captured errors ([#1594](https://github.com/elastic/apm-agent-rum-js/issues/1594)) ([3d1ce71](https://github.com/elastic/apm-agent-rum-js/commit/3d1ce71ca0f0946d3ea7445ea2fc7f581b09d32b))
12+
13+
14+
615
### [5.22.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2025-01-10)
716

817

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.22.1",
3+
"version": "5.23.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+
### [2.0.6](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2025-04-09)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-react
9+
10+
11+
12+
13+
614
### [2.0.5](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2025-01-10)
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": "2.0.5",
3+
"version": "2.0.6",
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.10](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2025-04-09)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-vue
9+
10+
11+
12+
13+
614
### [2.1.9](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2025-01-10)
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.9",
3+
"version": "2.1.10",
44
"description": "Elastic APM Real User Monitoring for Vue applications",
55
"keywords": [
66
"elastic",

packages/rum/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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]) (2025-04-09)
7+
8+
9+
### Features
10+
11+
* **rum-core:** add support for adding labels to captured errors ([#1594](https://github.com/elastic/apm-agent-rum-js/issues/1594)) ([3d1ce71](https://github.com/elastic/apm-agent-rum-js/commit/3d1ce71ca0f0946d3ea7445ea2fc7f581b09d32b))
12+
13+
14+
615
### [5.16.3](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2025-01-10)
716

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

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.16.3",
3+
"version": "5.17.0",
44
"description": "Elastic APM JavaScript agent",
55
"main": "dist/lib/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)