Skip to content

Commit

Permalink
Update lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Dec 5, 2023
1 parent e175254 commit f13c662
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,12 @@ you want to publish you will need to create a separate release.
### Creating a release

1. Ensure that the version number in the root `package.json` is up to date
2. Make sure that all tests have successfully passed in the latest commit on
2. Run `just build-all` to make sure lock files in the examples are updated
correctly.
3. Make sure that all tests have successfully passed in the latest commit on
`main` (the CI will run one more time before publishing it to NPM)
3. Create a release on GitHub along with a respective tag for each package:
4. Create a release on GitHub along with a respective tag for each package:
- `lib/` (main autometrics library) → tag: `lib-*` (e.g.: `lib-v0.7`)
- `typescript-plugin/` → tag: `typescript-plugin-*`
- `parcel-transformer-autometrics/` → tag: `parcel-transformer-*`
4. When the release is published, the relevant GitHub workflow will kick off.
5. When the release is published, the relevant GitHub workflow will kick off.
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@0.8.0-dev, @autometrics/autometrics@workspace:../../dist/autometrics":
"@autometrics/autometrics@1.0.0, @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": 0.8.0-dev
"@autometrics/autometrics": 1.0.0
"@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": 0.8.0-dev
"@autometrics/autometrics": 1.0.0
"@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@0.8.0-dev, @autometrics/autometrics@workspace:../../dist/autometrics":
"@autometrics/autometrics@1.0.0, @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": 0.8.0-dev
"@autometrics/autometrics": 1.0.0
"@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": 0.8.0-dev
"@autometrics/autometrics": 1.0.0
"@opentelemetry/api": 1.7.0
"@opentelemetry/exporter-prometheus": 0.45.0
"@opentelemetry/sdk-metrics": 1.18.0
Expand Down

0 comments on commit f13c662

Please sign in to comment.