Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mzxyz committed Jul 19, 2023
1 parent 5ac885d commit 48e9bdc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/32d9a24b.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/react-hooks"
5 changes: 3 additions & 2 deletions packages/apollo-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/apollo-links",
"version": "0.5.3",
"version": "0.5.4-0",
"description": "SubQuery Network - graphql links",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand All @@ -24,5 +24,6 @@
"peerDependencies": {
"@apollo/client": "*",
"graphql": "*"
}
},
"stableVersion": "0.5.3"
}
4 changes: 2 additions & 2 deletions packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/react-hooks",
"version": "0.3.14-5",
"version": "0.3.14-6",
"description": "SubQuery client sdk for react hooks",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down Expand Up @@ -34,5 +34,5 @@
"graphql": "^16.5.0",
"react": "^17"
},
"stableVersion": "0.3.14-4"
"stableVersion": "0.3.14-5"
}

0 comments on commit 48e9bdc

Please sign in to comment.