Skip to content

Commit

Permalink
chore: release 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Oct 8, 2024
1 parent d25ede8 commit 5895dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vicary/fresh-graphql",
"version": "0.2.10-alpha.0",
"version": "0.2.10",
"exports": "./mod.ts",
"license": "MIT",
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-yoga/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"$fresh/": "https://deno.land/x/[email protected]/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"@vicary/fresh-graphql": "jsr:@vicary/fresh-graphql@^0.1.0",
"@vicary/fresh-graphql": "jsr:@vicary/fresh-graphql@^0.2.10-alpha.0",
"graphql-yoga": "npm:graphql-yoga@^5.1.1",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand Down

0 comments on commit 5895dee

Please sign in to comment.