diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d10a62c1..140348b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/helia":"0.0.0","packages/interface":"0.0.0"} +{"packages/helia":"0.1.0","packages/interface":"0.1.0"} \ No newline at end of file diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md new file mode 100644 index 00000000..eb078af8 --- /dev/null +++ b/packages/helia/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [0.1.0](https://www.github.com/ipfs/helia/compare/helia-v0.0.0...helia-v0.1.0) (2023-03-22) + + +### Features + +* add bitswap progress events ([#50](https://www.github.com/ipfs/helia/issues/50)) ([7460719](https://www.github.com/ipfs/helia/commit/7460719be44b4ff9bad629654efa29c56242e03a)), closes [#27](https://www.github.com/ipfs/helia/issues/27) +* add pinning API ([#36](https://www.github.com/ipfs/helia/issues/36)) ([270bb98](https://www.github.com/ipfs/helia/commit/270bb988eb8aefc8afe68e3580c3ef18960b3188)), closes [#28](https://www.github.com/ipfs/helia/issues/28) +* initial implementation ([#17](https://www.github.com/ipfs/helia/issues/17)) ([343d360](https://www.github.com/ipfs/helia/commit/343d36016b164ed45cec4eb670d7f74860166ce4)) + + +### Bug Fixes + +* make all helia args optional ([#37](https://www.github.com/ipfs/helia/issues/37)) ([d15d76c](https://www.github.com/ipfs/helia/commit/d15d76cdc40a31bd1e47ca09583cc685583243b9)) +* survive a cid causing an error during gc ([#38](https://www.github.com/ipfs/helia/issues/38)) ([5330188](https://www.github.com/ipfs/helia/commit/53301881dc6226ea3fc6823fd6e298e4d4796408)) +* update blocks interface to align with interface-blockstore ([#54](https://www.github.com/ipfs/helia/issues/54)) ([202b966](https://www.github.com/ipfs/helia/commit/202b966df3866d449751f775ed3edc9c92e32f6a)) +* use release version of libp2p ([#59](https://www.github.com/ipfs/helia/issues/59)) ([a3a7c9c](https://www.github.com/ipfs/helia/commit/a3a7c9c2d81f2068fee85eeeca7425919f09e182)) + + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/interface bumped from ~0.0.0 to ^0.1.0 \ No newline at end of file diff --git a/packages/helia/package.json b/packages/helia/package.json index cf7179a3..f3c666dc 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "0.0.0", + "version": "0.1.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", @@ -52,7 +52,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/interface": "~0.0.0", + "@helia/interface": "^0.1.0", "@ipld/dag-pb": "^4.0.2", "@libp2p/interface-libp2p": "^1.1.0", "@libp2p/interfaces": "^3.3.1", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md new file mode 100644 index 00000000..ac7a1a0a --- /dev/null +++ b/packages/interface/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [0.1.0](https://www.github.com/ipfs/helia/compare/interface-v0.0.0...interface-v0.1.0) (2023-03-22) + + +### Features + +* add bitswap progress events ([#50](https://www.github.com/ipfs/helia/issues/50)) ([7460719](https://www.github.com/ipfs/helia/commit/7460719be44b4ff9bad629654efa29c56242e03a)), closes [#27](https://www.github.com/ipfs/helia/issues/27) +* add pinning API ([#36](https://www.github.com/ipfs/helia/issues/36)) ([270bb98](https://www.github.com/ipfs/helia/commit/270bb988eb8aefc8afe68e3580c3ef18960b3188)), closes [#28](https://www.github.com/ipfs/helia/issues/28) +* initial implementation ([#17](https://www.github.com/ipfs/helia/issues/17)) ([343d360](https://www.github.com/ipfs/helia/commit/343d36016b164ed45cec4eb670d7f74860166ce4)) + + +### Bug Fixes + +* extend blockstore interface ([#55](https://www.github.com/ipfs/helia/issues/55)) ([42308c0](https://www.github.com/ipfs/helia/commit/42308c0d75e81789d909470ded90ad81ee0f84c7)) +* make all helia args optional ([#37](https://www.github.com/ipfs/helia/issues/37)) ([d15d76c](https://www.github.com/ipfs/helia/commit/d15d76cdc40a31bd1e47ca09583cc685583243b9)) +* survive a cid causing an error during gc ([#38](https://www.github.com/ipfs/helia/issues/38)) ([5330188](https://www.github.com/ipfs/helia/commit/53301881dc6226ea3fc6823fd6e298e4d4796408)) +* update block events ([#58](https://www.github.com/ipfs/helia/issues/58)) ([d33be53](https://www.github.com/ipfs/helia/commit/d33be534972a4c238fc6d43c4284c6bd834ae218)) +* update blocks interface to align with interface-blockstore ([#54](https://www.github.com/ipfs/helia/issues/54)) ([202b966](https://www.github.com/ipfs/helia/commit/202b966df3866d449751f775ed3edc9c92e32f6a)) diff --git a/packages/interface/package.json b/packages/interface/package.json index acec7038..cd6e8783 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interface", - "version": "0.0.0", + "version": "0.1.0", "description": "The Helia API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/master/packages/interface#readme", diff --git a/packages/interop/package.json b/packages/interop/package.json index 97f29926..570390ba 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@chainsafe/libp2p-noise": "^11.0.0", "@chainsafe/libp2p-yamux": "^3.0.5", - "@helia/interface": "~0.0.0", + "@helia/interface": "^0.1.0", "@libp2p/tcp": "^6.1.2", "@libp2p/websockets": "^5.0.3", "@multiformats/sha3": "^2.0.15", @@ -62,7 +62,7 @@ "blockstore-core": "^4.0.0", "datastore-core": "^9.0.0", "go-ipfs": "^0.19.0", - "helia": "~0.0.0", + "helia": "^0.1.0", "ipfsd-ctl": "^13.0.0", "it-to-buffer": "^3.0.0", "kubo-rpc-client": "^3.0.0",