Skip to content

Commit

Permalink
chore: release (#225)
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 Aug 16, 2023
1 parent 09c1e47 commit f4218b2
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/helia":"1.3.12",
"packages/interface":"1.2.2"
"packages/helia": "2.0.0",
"packages/interface": "2.0.0"
}
22 changes: 11 additions & 11 deletions benchmarks/add-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"start": "npm run build && node dist/src/index.js"
},
"devDependencies": {
"@chainsafe/libp2p-noise": "^11.0.0",
"@chainsafe/libp2p-yamux": "^3.0.5",
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@helia/unixfs": "^1.4.0",
"@ipld/dag-pb": "^4.0.2",
"@libp2p/websockets": "^5.0.3",
"aegir": "^39.0.4",
"@libp2p/websockets": "^7.0.4",
"aegir": "^40.0.11",
"blockstore-fs": "^1.0.1",
"datastore-level": "^10.0.1",
"execa": "^7.0.0",
"go-ipfs": "^0.19.0",
"helia": "^1.0.0",
"go-ipfs": "^0.22.0",
"helia": "^2.0.0",
"ipfs-core": "^0.18.0",
"ipfs-unixfs-importer": "^15.1.5",
"ipfsd-ctl": "^13.0.0",
"it-all": "^2.0.0",
"it-drain": "^2.0.0",
"it-map": "^2.0.1",
"it-all": "^3.0.3",
"it-drain": "^3.0.3",
"it-map": "^3.0.4",
"kubo-rpc-client": "^3.0.1",
"libp2p": "^0.43.0",
"multiformats": "^11.0.1",
"libp2p": "^0.46.3",
"multiformats": "^12.0.1",
"tinybench": "^2.4.0"
}
}
16 changes: 8 additions & 8 deletions benchmarks/gc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"start": "npm run build && node dist/src/index.js"
},
"devDependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.2",
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@ipld/dag-pb": "^4.0.3",
"@libp2p/websockets": "^6.0.1",
"aegir": "^39.0.4",
"@libp2p/websockets": "^7.0.4",
"aegir": "^40.0.11",
"blockstore-fs": "^1.0.1",
"datastore-level": "^10.0.1",
"execa": "^7.0.0",
"go-ipfs": "^0.20.0",
"helia": "^1.0.0",
"go-ipfs": "^0.22.0",
"helia": "^2.0.0",
"ipfs-core": "^0.18.0",
"ipfsd-ctl": "^13.0.0",
"it-all": "^3.0.2",
"it-drain": "^3.0.1",
"it-map": "^3.0.3",
"kubo-rpc-client": "^3.0.1",
"libp2p": "^0.45.2",
"multiformats": "^11.0.1",
"libp2p": "^0.46.3",
"multiformats": "^12.0.1",
"tinybench": "^2.4.0"
},
"private": true
Expand Down
20 changes: 20 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@
* **dev:** bump aegir from 39.0.13 to 40.0.8 ([#198](https://github.com/ipfs/helia/issues/198)) ([4d75ecf](https://github.com/ipfs/helia/commit/4d75ecffb79e5177da35d3106e42dac7bc63153a))
* update sibling dependencies ([beb10b5](https://github.com/ipfs/helia/commit/beb10b5590d66d1d5bef9b5e890b888263df2c92))

## [2.0.0](https://github.com/ipfs/helia/compare/helia-v1.3.12...helia-v2.0.0) (2023-08-16)


### ⚠ BREAKING CHANGES

* libp2p has been updated to 0.46.x

### Features

* re-export types from @helia/interface ([#232](https://github.com/ipfs/helia/issues/232)) ([09c1e47](https://github.com/ipfs/helia/commit/09c1e4787a506d34a00d9ce7852d73471d47db1b))


### Dependencies

* bump @libp2p/ipni-content-routing from 1.0.2 to 2.0.0 ([#227](https://github.com/ipfs/helia/issues/227)) ([a33cb3e](https://github.com/ipfs/helia/commit/a33cb3ef2dd21a55b598f206e8d4295935ea2bcc))
* update libp2p to 0.46.x ([#215](https://github.com/ipfs/helia/issues/215)) ([65b68f0](https://github.com/ipfs/helia/commit/65b68f071d04d2f6f0fcf35938b146706b1a3cd0))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^1.0.0 to ^2.0.0

## [helia-v1.3.11](https://github.com/ipfs/helia/compare/helia-v1.3.10...helia-v1.3.11) (2023-08-04)


Expand Down
6 changes: 3 additions & 3 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,10 +52,10 @@
"@chainsafe/libp2p-gossipsub": "^10.0.0",
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@helia/interface": "^1.0.0",
"@helia/interface": "^2.0.0",
"@ipld/dag-pb": "^4.0.3",
"@libp2p/bootstrap": "^9.0.2",
"@libp2p/interface": "^0.1.1",
"@libp2p/interface": "^0.1.2",
"@libp2p/ipni-content-routing": "^2.0.0",
"@libp2p/kad-dht": "^10.0.2",
"@libp2p/logger": "^3.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@

* **dev:** bump aegir from 39.0.13 to 40.0.8 ([#198](https://github.com/ipfs/helia/issues/198)) ([4d75ecf](https://github.com/ipfs/helia/commit/4d75ecffb79e5177da35d3106e42dac7bc63153a))

## [2.0.0](https://github.com/ipfs/helia/compare/interface-v1.2.2...interface-v2.0.0) (2023-08-16)


### ⚠ BREAKING CHANGES

* libp2p has been updated to 0.46.x

### Dependencies

* update libp2p to 0.46.x ([#215](https://github.com/ipfs/helia/issues/215)) ([65b68f0](https://github.com/ipfs/helia/commit/65b68f071d04d2f6f0fcf35938b146706b1a3cd0))

## [@helia/interface-v1.2.1](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.0...@helia/interface-v1.2.1) (2023-06-07)


Expand Down
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -65,7 +65,7 @@
"build": "aegir build"
},
"dependencies": {
"@libp2p/interface": "^0.1.1",
"@libp2p/interface": "^0.1.2",
"interface-blockstore": "^5.0.0",
"interface-datastore": "^8.0.0",
"interface-store": "^5.0.1",
Expand Down
9 changes: 6 additions & 3 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"devDependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@helia/interface": "^1.0.0",
"@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.0.0",
"helia": "^2.0.0",
"ipfsd-ctl": "^13.0.0",
"it-all": "^3.0.2",
"it-to-buffer": "^4.0.1",
Expand All @@ -71,5 +71,8 @@
"./dist/test/fixtures/create-kubo.js": "./dist/test/fixtures/create-kubo.browser.js",
"go-ipfs": false
},
"private": true
"private": true,
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^10.0.0"
}
}

0 comments on commit f4218b2

Please sign in to comment.