Skip to content

Commit

Permalink
chore: release main (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and achingbrain committed Mar 22, 2023
1 parent b52d5e3 commit 2bce77c
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/helia":"0.0.0","packages/interface":"0.0.0"}
{"packages/helia":"0.1.0","packages/interface":"0.1.0"}
26 changes: 26 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "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",
Expand Down Expand Up @@ -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",
Expand Down
19 changes: 19 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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": "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",
Expand Down
4 changes: 2 additions & 2 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
"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",
"aegir": "^38.1.0",
"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",
Expand Down

0 comments on commit 2bce77c

Please sign in to comment.