Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix prerelease: set fetch-depth as 0 #221

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 100
fetch-depth: 0
token: ${{ secrets.REPO_TOKEN }}

- name: Setup Node.js environment
Expand Down
5 changes: 5 additions & 0 deletions .yarn/versions/2be27383.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
undecided:
- "@subql/network-clients"
- "@subql/network-config"
- "@subql/network-query"
- "@subql/react-hooks"
4 changes: 2 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": "1.100.0",
"version": "1.100.1-0",
"description": "SubQuery Network - graphql links",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down Expand Up @@ -28,5 +28,5 @@
"@apollo/client": "*",
"graphql": "*"
},
"stableVersion": "1.2.0"
"stableVersion": "1.100.0"
}
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.100.0",
"version": "0.100.1-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.100.2",
"ipfs-http-client": "^53.0.1"
},
"stableVersion": "0.3.15"
"stableVersion": "0.100.0"
}
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.100.0",
"version": "0.100.1-0",
"main": "dist/index.js",
"description": "SubQuery package containing network configuration",
"author": "SubQuery Pte Limited",
Expand All @@ -15,5 +15,5 @@
"@subql/contract-sdk": "^0.100.2",
"ipfs-http-client": "^53.0.1"
},
"stableVersion": "0.3.17-1"
"stableVersion": "0.100.0"
}
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.100.0",
"version": "0.100.1-0",
"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.100.0"
}
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.100.0",
"version": "0.100.1-0",
"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.100.0"
}
Loading