Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish #1512

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/rum-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [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)

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





### [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)

**Note:** Version bump only for package @elastic/apm-rum-angular
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": "3.0.3",
"version": "3.0.4",
"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
9 changes: 9 additions & 0 deletions packages/rum-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [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)


### Bug Fixes

* **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))



## [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)


Expand Down
2 changes: 1 addition & 1 deletion 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.21.0",
"version": "5.21.1",
"description": "Elastic apm core",
"license": "MIT",
"main": "dist/lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/rum-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [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)

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





### [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)

**Note:** Version bump only for package @elastic/apm-rum-react
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "2.0.3",
"description": "Elastic APM Real User Monitoring for React applications",
"author": "Hamid <h.jahtalab@gmail.com>",
"homepage": "https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html",
Expand Down
8 changes: 8 additions & 0 deletions packages/rum-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [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)

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





### [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)

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

### [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)

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





## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/rum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/apm-rum",
"version": "5.16.0",
"version": "5.16.1",
"description": "Elastic APM JavaScript agent",
"main": "dist/lib/index.js",
"module": "dist/es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rum/src/apm-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class ApmBase {
/**
* Set Agent version to be sent as part of metadata to the APM Server
*/
configService.setVersion('5.16.0')
configService.setVersion('5.16.1')
this.config(config)
/**
* Set level here to account for both active and inactive cases
Expand Down
Loading