Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
 - @wundergraph/[email protected]
hardworker-bot committed Oct 31, 2024
1 parent d8a76fc commit 3ce2f1d
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions packages/apollo-to-cosmo-metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2024-10-31)

### Features

* apollo gateway cosmo metrics export plugin ([#2](https://github.com/wundergraph/apollo-compatibility/issues/2)) ([d8a76fc](https://github.com/wundergraph/apollo-compatibility/commit/d8a76fcc07b38228fb1362272c41d7dca04865be)) (@methylalcohol)
8 changes: 4 additions & 4 deletions packages/apollo-to-cosmo-metrics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/apollo-to-cosmo-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wundergraph/apollo-to-cosmo-metrics",
"description": "An apollo gateway plugin that exports schema usage metrics to cosmo",
"version": "0.0.0",
"version": "0.1.0",
"author": {
"name": "WunderGraph Maintainers",
"email": "[email protected]"
@@ -45,13 +45,13 @@
"@babel/preset-env": "^7.25.8",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/node": "^22.7.4",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"@types/lodash": "^4.17.9"
"typescript": "^5.6.2"
}
}

0 comments on commit 3ce2f1d

Please sign in to comment.