Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mvantellingen committed Nov 13, 2024
1 parent 8dc66c8 commit e8cc3c7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-pans-share.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/typedefs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @labdigital/graphql-codegen-typedefs

## 0.0.1

### Patch Changes

- 7ebe776: Initial version
11 changes: 8 additions & 3 deletions packages/typedefs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/graphql-codegen-typedefs",
"version": "0.0.0",
"version": "0.0.1",
"description": "Generate a typedefs file with your GraphQL schema",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand All @@ -12,7 +12,9 @@
"require": "./dist/index.cjs"
}
},
"keywords": ["graphql"],
"keywords": [
"graphql"
],
"author": "Lab Digital <opensource@labdigital.nl>",
"license": "MIT",
"repository": {
Expand All @@ -28,7 +30,10 @@
"test:ci": "vitest run --coverage",
"tsc": "tsc --noEmit"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"dependencies": {
"@graphql-tools/utils": "10.5.5",
"graphql": "^16.9.0"
Expand Down

0 comments on commit e8cc3c7

Please sign in to comment.