Skip to content

Commit 65ebcab

Browse files
chore(release): publish (#1570)
- @elastic/apm-rum-angular@3.0.6 - @elastic/apm-rum-core@5.22.1 - @elastic/apm-rum-react@2.0.5 - @elastic/apm-rum-vue@2.1.9 - @elastic/apm-rum@5.16.3 Co-authored-by: obltmachine <obltmachine@users.noreply.github.com>
1 parent 0d1eda5 commit 65ebcab

11 files changed

Lines changed: 47 additions & 6 deletions

File tree

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.6](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-angular@3.0.4...@elastic/apm-rum-angular@3.0.6) (2025-01-10)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-angular
9+
10+
11+
12+
13+
614
### [3.0.5](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-angular@3.0.4...@elastic/apm-rum-angular@3.0.5) (2025-01-09)
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.5",
3+
"version": "3.0.6",
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.22.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-core@5.22.0...@elastic/apm-rum-core@5.22.1) (2025-01-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **rum-core:** fix for `merge` utility function ([#1555](https://github.com/elastic/apm-agent-rum-js/issues/1555)) ([0d1eda5](https://github.com/elastic/apm-agent-rum-js/commit/0d1eda5b90e2930806e8d1cb733454bd8db12e89))
12+
13+
14+
615
## [5.22.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-core@5.21.1...@elastic/apm-rum-core@5.22.0) (2025-01-09)
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.0",
3+
"version": "5.22.1",
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.5](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-react@2.0.3...@elastic/apm-rum-react@2.0.5) (2025-01-10)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-react
9+
10+
11+
12+
13+
614
### [2.0.4](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-react@2.0.3...@elastic/apm-rum-react@2.0.4) (2025-01-09)
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.4",
3+
"version": "2.0.5",
44
"description": "Elastic APM Real User Monitoring for React applications",
55
"author": "Hamid <h.jahtalab@gmail.com>",
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.9](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-vue@2.1.7...@elastic/apm-rum-vue@2.1.9) (2025-01-10)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-vue
9+
10+
11+
12+
13+
614
### [2.1.8](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-vue@2.1.7...@elastic/apm-rum-vue@2.1.8) (2025-01-09)
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.8",
3+
"version": "2.1.9",
44
"description": "Elastic APM Real User Monitoring for Vue applications",
55
"keywords": [
66
"elastic",

packages/rum/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+
### [5.16.3](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum@5.16.2...@elastic/apm-rum@5.16.3) (2025-01-10)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum
9+
10+
11+
12+
13+
614
### [5.16.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum@5.16.1...@elastic/apm-rum@5.16.2) (2025-01-09)
715

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

0 commit comments

Comments
 (0)