Skip to content

Commit 15c071c

Browse files
authored
chore(release): publish (#1512)
- @elastic/apm-rum-angular@3.0.4 - @elastic/apm-rum-core@5.21.1 - @elastic/apm-rum-react@2.0.3 - @elastic/apm-rum-vue@2.1.7 - @elastic/apm-rum@5.16.1 Co-authored-by: obltmachine <obltmachine@users.noreply.github.com>
1 parent b192e28 commit 15c071c

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.4](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-angular@3.0.3...@elastic/apm-rum-angular@3.0.4) (2024-06-27)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-angular
9+
10+
11+
12+
13+
614
### [3.0.3](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-angular@3.0.2...@elastic/apm-rum-angular@3.0.3) (2023-12-27)
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.3",
3+
"version": "3.0.4",
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.21.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-core@5.21.0...@elastic/apm-rum-core@5.21.1) (2024-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **rum:** make sure custom transaction name logic is IE11 compliant ([#1511](https://github.com/elastic/apm-agent-rum-js/issues/1511)) ([b192e28](https://github.com/elastic/apm-agent-rum-js/commit/b192e2892a2bc142aa810cfd0bc7937563cb8d2d))
12+
13+
14+
615
## [5.21.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-core@5.20.0...@elastic/apm-rum-core@5.21.0) (2023-12-27)
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.21.0",
3+
"version": "5.21.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.3](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-react@2.0.2...@elastic/apm-rum-react@2.0.3) (2024-06-27)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-react
9+
10+
11+
12+
13+
614
### [2.0.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-react@2.0.1...@elastic/apm-rum-react@2.0.2) (2023-12-27)
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.2",
3+
"version": "2.0.3",
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.7](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-vue@2.1.6...@elastic/apm-rum-vue@2.1.7) (2024-06-27)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum-vue
9+
10+
11+
12+
13+
614
### [2.1.6](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-vue@2.1.5...@elastic/apm-rum-vue@2.1.6) (2023-12-27)
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.6",
3+
"version": "2.1.7",
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.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum@5.16.0...@elastic/apm-rum@5.16.1) (2024-06-27)
7+
8+
**Note:** Version bump only for package @elastic/apm-rum
9+
10+
11+
12+
13+
614
## [5.16.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum@5.15.0...@elastic/apm-rum@5.16.0) (2023-12-27)
715

816

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

0 commit comments

Comments
 (0)