Skip to content

Commit

Permalink
fix: bootstrap sha
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 5, 2024
1 parent 1c0902d commit cdf6737
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"separate-pull-requests": true,
"bootstrap-sha": "c918ffc59eafa01fbc63d5df11ba621cc1888c64",
"bootstrap-sha": "c8107354da663120228f779814eafa0c9a3e80a2",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Fixes", "hidden": false },
Expand Down
4 changes: 2 additions & 2 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"packages/blob-index": "0.0.0",
"packages/filecoin-api": "0.0.0",
"packages/filecoin-client": "0.0.0",
"packages/capabilities": "1.0.0",
"packages/capabilities": "0.0.0",
"packages/upload-api": "0.0.0",
"packages/upload-client": "0.0.0",
"packages/w3up-client": "0.0.0",
"packages/did-mailto": "1.0.0"
"packages/did-mailto": "0.0.0"
}
2 changes: 1 addition & 1 deletion packages/capabilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storacha/capabilities",
"version": "1.0.0",
"version": "0.0.0",
"description": "UCAN Capabilities provided by storacha.network",
"homepage": "https://storacha.network",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/did-mailto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storacha/did-mailto",
"version": "1.0.0",
"version": "0.0.0",
"description": "did:mailto",
"homepage": "https://storacha.network",
"repository": {
Expand Down

0 comments on commit cdf6737

Please sign in to comment.