Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jan 16, 2024
1 parent 9c4d7e1 commit 310707f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 913 deletions.
7 changes: 0 additions & 7 deletions .changeset/pre.json

This file was deleted.

16 changes: 6 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# gql.tada

## 1.0.0-beta.1
## 1.0.0

### Minor Changes
**Initial Release**

- Test
Submitted by undefined
`gql.tada` is a GraphQL document authoring library, inferring the result and variables types
of GraphQL queries and fragments in the TypeScript type system. It derives the types for your
GraphQL queries on the fly allowing you to write type-safe GraphQL documents quickly.

## 1.0.1-beta.0

### Patch Changes

- Test
Submitted by undefined
To get started, check out the [documentation’s “Get Started” section.](https://gql-tada.0no.co/)
2 changes: 1 addition & 1 deletion examples/example-pokemon-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"urql": "^4.0.6"
},
"devDependencies": {
"@0no-co/graphqlsp": "^0.15.0",
"@0no-co/graphqlsp": "^1.0.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
Loading

0 comments on commit 310707f

Please sign in to comment.