Skip to content

Commit

Permalink
Include metrics in release (#2928)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Apr 25, 2022
1 parent 4584c36 commit 28a177f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@opentelemetry/api-metrics",
"version": "0.28.0",
"private": true,
"description": "Public metrics API for OpenTelemetry",
"main": "build/src/index.js",
"module": "build/esm/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@opentelemetry/exporter-prometheus",
"version": "0.28.0",
"private": true,
"description": "OpenTelemetry Exporter Prometheus provides a metrics endpoint for Prometheus",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@opentelemetry/sdk-metrics-base",
"version": "0.28.0",
"private": true,
"description": "Work in progress OpenTelemetry metrics SDK",
"main": "build/src/index.js",
"module": "build/esm/index.js",
Expand Down

0 comments on commit 28a177f

Please sign in to comment.