Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mzxyz committed Oct 31, 2023
1 parent cc8fbc0 commit b47ea86
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .yarn/versions/bb8d2da0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
undecided:
- "@subql/network-clients"
- "@subql/network-config"
- "@subql/network-query"
4 changes: 2 additions & 2 deletions packages/network-clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/network-clients",
"version": "0.3.18",
"version": "0.3.19-0",
"description": "SubQuery client sdk for network",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down Expand Up @@ -28,5 +28,5 @@
"@subql/contract-sdk": "^0.16.2",
"ipfs-http-client": "^53.0.1"
},
"stableVersion": "0.3.15"
"stableVersion": "0.3.18"
}
4 changes: 2 additions & 2 deletions packages/network-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/network-config",
"version": "0.3.17-2",
"version": "0.3.17-3",
"main": "dist/index.js",
"description": "SubQuery package containing network configuration",
"author": "SubQuery Pte Limited",
Expand All @@ -15,5 +15,5 @@
"@subql/contract-sdk": "^0.16.2",
"ipfs-http-client": "^53.0.1"
},
"stableVersion": "0.3.17-1"
"stableVersion": "0.3.17-2"
}
4 changes: 2 additions & 2 deletions packages/network-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/network-query",
"version": "0.3.16-15",
"version": "0.3.16-16",
"main": "dist/index.js",
"description": "SubQuery package containing all gql queries for network dapps",
"author": "SubQuery Pte Limited",
Expand All @@ -24,5 +24,5 @@
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"stableVersion": "0.3.16-14"
"stableVersion": "0.3.16-15"
}
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.16-23",
"version": "0.3.16-24",
"description": "SubQuery client sdk for react hooks",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down Expand Up @@ -39,5 +39,5 @@
"graphql": "^16.5.0",
"react": "^18"
},
"stableVersion": "0.3.16-22"
"stableVersion": "0.3.16-23"
}

0 comments on commit b47ea86

Please sign in to comment.