Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 16, 2023
1 parent f3788f6 commit 8f1b233
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{"packages/helia":"1.3.12","packages/interface":"1.2.2","packages/interop":"0.0.0"}
{
"packages/helia": "2.0.0",
"packages/interface": "2.0.0",
"packages/interop": "1.0.0"
}
4 changes: 2 additions & 2 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "1.3.12",
"version": "2.0.0",
"description": "An implementation of IPFS in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/master/packages/helia#readme",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@chainsafe/libp2p-gossipsub": "^10.0.0",
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@helia/interface": "^1.2.2",
"@helia/interface": "^2.0.0",
"@ipld/dag-pb": "^4.0.3",
"@libp2p/bootstrap": "^9.0.2",
"@libp2p/interface": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interface",
"version": "1.2.2",
"version": "2.0.0",
"description": "The Helia API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/master/packages/interface#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interop",
"version": "0.0.0",
"version": "1.0.0",
"description": "Interop tests for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/master/packages/interop#readme",
Expand Down Expand Up @@ -50,15 +50,15 @@
"devDependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@helia/interface": "^1.2.2",
"@helia/interface": "^2.0.0",
"@libp2p/tcp": "^8.0.2",
"@libp2p/websockets": "^7.0.2",
"@multiformats/sha3": "^2.0.15",
"aegir": "^40.0.8",
"blockstore-core": "^4.0.0",
"datastore-core": "^9.0.0",
"go-ipfs": "^0.22.0",
"helia": "^1.3.12",
"helia": "^2.0.0",
"ipfsd-ctl": "^13.0.0",
"it-all": "^3.0.2",
"it-to-buffer": "^4.0.1",
Expand Down
2 changes: 0 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"packages/interface": {},
"packages/interop": {}
},
"bootstrap-sha": "51417df2e39097a1e6f276938a1090fe2f46143a",
"last-release-sha": "b3dbe877260399e6340541fabe9a98771b46af20",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
Expand Down

0 comments on commit 8f1b233

Please sign in to comment.