Skip to content

Commit

Permalink
Bump version and update yarn lockfiles for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus committed Feb 26, 2024
1 parent cae2380 commit 112ab2b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions examples/fastify/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __metadata:
version: 6
cacheKey: 8

"@autometrics/autometrics@1.0.0, @autometrics/autometrics@workspace:../../dist/autometrics":
"@autometrics/autometrics@1.0.1, @autometrics/autometrics@workspace:../../dist/autometrics":
version: 0.0.0-use.local
resolution: "@autometrics/autometrics@workspace:../../dist/autometrics"
dependencies:
Expand All @@ -28,7 +28,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autometrics/exporter-prometheus@portal:../../dist/exporter-prometheus::locator=fastify-example%40workspace%3A."
dependencies:
"@autometrics/autometrics": 1.0.0
"@autometrics/autometrics": 1.0.1
"@opentelemetry/api": 1.7.0
"@opentelemetry/exporter-prometheus": 0.45.0
"@opentelemetry/sdk-metrics": 1.18.0
Expand All @@ -39,7 +39,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autometrics/exporter-prometheus@workspace:../../dist/exporter-prometheus"
dependencies:
"@autometrics/autometrics": 1.0.0
"@autometrics/autometrics": 1.0.1
"@opentelemetry/api": 1.7.0
"@opentelemetry/exporter-prometheus": 0.45.0
"@opentelemetry/sdk-metrics": 1.18.0
Expand Down
6 changes: 3 additions & 3 deletions examples/react-app-experimental/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ __metadata:
languageName: node
linkType: hard

"@autometrics/autometrics@1.0.0, @autometrics/autometrics@workspace:../../dist/autometrics":
"@autometrics/autometrics@1.0.1, @autometrics/autometrics@workspace:../../dist/autometrics":
version: 0.0.0-use.local
resolution: "@autometrics/autometrics@workspace:../../dist/autometrics"
dependencies:
Expand All @@ -38,7 +38,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autometrics/exporter-otlp-http@portal:../../dist/exporter-otlp-http::locator=react-app-example%40workspace%3A."
dependencies:
"@autometrics/autometrics": 1.0.0
"@autometrics/autometrics": 1.0.1
"@opentelemetry/api": 1.7.0
"@opentelemetry/exporter-metrics-otlp-http": 0.45.0
"@opentelemetry/sdk-metrics": 1.18.0
Expand All @@ -49,7 +49,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autometrics/exporter-prometheus@workspace:../../dist/exporter-prometheus"
dependencies:
"@autometrics/autometrics": 1.0.0
"@autometrics/autometrics": 1.0.1
"@opentelemetry/api": 1.7.0
"@opentelemetry/exporter-prometheus": 0.45.0
"@opentelemetry/sdk-metrics": 1.18.0
Expand Down
4 changes: 3 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ build-examples:
popd
done
# NOTE - You may need to run `just clean` in the project root before running this command
build-parcel-transformer:
cd packages/parcel-transformer-autometrics; just build

# NOTE - You may need to run `just clean` in the project root before running this command
build-typescript-plugin:
cd packages/typescript-plugin; just build

# NOTE - Build the non-deno things first, then the deno things (this order is important)
build-all: build-parcel-transformer build-typescript-plugin build build-examples
build-all: clean-all build-parcel-transformer build-typescript-plugin build build-examples

test:
deno test {{test_permissions}} packages/autometrics
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "autometrics-monorepo",
"packageManager": "yarn@3.6.3",
"version": "1.0.0",
"version": "1.0.1",
"workspaces": [
"dist/autometrics",
"dist/exporter-otlp-http",
Expand Down

0 comments on commit 112ab2b

Please sign in to comment.