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 1834b34
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 914 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gql.tada",
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "0no.co <[email protected]>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down
Loading

0 comments on commit 1834b34

Please sign in to comment.