Skip to content

Commit

Permalink
Merge pull request #542 from solarwinds/release-2025-01-06
Browse files Browse the repository at this point in the history
solarwinds-apm 15.1.0-pre.1
  • Loading branch information
raphael-theriault-swi authored Jan 7, 2025
2 parents e16fdbc + 63e0aa5 commit f8cfdc4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
5 changes: 3 additions & 2 deletions packages/histogram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/histogram",
"version": "2.0.0",
"version": "2.0.1-pre.1",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <raphael.theriault@solarwinds.com>"
Expand Down Expand Up @@ -45,5 +45,6 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
}
},
"stableVersion": "2.0.0"
}
5 changes: 3 additions & 2 deletions packages/instrumentations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/instrumentations",
"version": "2.0.0",
"version": "2.1.0-pre.1",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <raphael.theriault@solarwinds.com>"
Expand Down Expand Up @@ -104,5 +104,6 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
}
},
"stableVersion": "2.0.0"
}
5 changes: 3 additions & 2 deletions packages/module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/module",
"version": "2.0.0",
"version": "2.1.0-pre.1",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <raphael.theriault@solarwinds.com>"
Expand Down Expand Up @@ -44,5 +44,6 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
}
},
"stableVersion": "2.0.0"
}
5 changes: 3 additions & 2 deletions packages/sampling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/sampling",
"version": "2.0.0",
"version": "3.0.0-pre.1",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <raphael.theriault@solarwinds.com>"
Expand Down Expand Up @@ -60,5 +60,6 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
}
},
"stableVersion": "2.0.0"
}
5 changes: 3 additions & 2 deletions packages/solarwinds-apm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solarwinds-apm",
"version": "15.0.0",
"version": "15.1.0-pre.1",
"description": "OpenTelemetry-based SolarWinds APM library",
"license": "Apache-2.0",
"contributors": [
Expand Down Expand Up @@ -99,5 +99,6 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
}
},
"stableVersion": "15.0.0"
}
5 changes: 3 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/test",
"version": "2.0.0",
"version": "2.1.0-pre.1",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <raphael.theriault@solarwinds.com>"
Expand Down Expand Up @@ -68,5 +68,6 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
}
},
"stableVersion": "2.0.0"
}

0 comments on commit f8cfdc4

Please sign in to comment.