Skip to content

Commit f3788f6

Browse files
github-actions[bot]achingbrain
authored andcommitted
chore: release main (#236)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26f3723 commit f3788f6

File tree

6 files changed

+63
-9
lines changed

6 files changed

+63
-9
lines changed

.release-please-manifest.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
{
2-
"packages/helia":"1.3.12",
3-
"packages/interface":"1.2.2",
4-
"packages/interop":"0.0.0"
5-
}
1+
{"packages/helia":"1.3.12","packages/interface":"1.2.2","packages/interop":"0.0.0"}

packages/helia/CHANGELOG.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@
66
* **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))
77
* update sibling dependencies ([beb10b5](https://github.com/ipfs/helia/commit/beb10b5590d66d1d5bef9b5e890b888263df2c92))
88

9+
## [2.0.0](https://github.com/ipfs/helia/compare/helia-v1.3.12...helia-v2.0.0) (2023-08-16)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* libp2p has been updated to 0.46.x
15+
16+
### Features
17+
18+
* re-export types from @helia/interface ([#232](https://github.com/ipfs/helia/issues/232)) ([09c1e47](https://github.com/ipfs/helia/commit/09c1e4787a506d34a00d9ce7852d73471d47db1b))
19+
20+
21+
### Dependencies
22+
23+
* 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))
24+
* update libp2p to 0.46.x ([#215](https://github.com/ipfs/helia/issues/215)) ([65b68f0](https://github.com/ipfs/helia/commit/65b68f071d04d2f6f0fcf35938b146706b1a3cd0))
25+
* update sibling dependencies ([07847bb](https://github.com/ipfs/helia/commit/07847bb60b9ebd26497080373e45871abb4b82dd))
26+
27+
28+
### Dependencies
29+
30+
* The following workspace dependencies were updated
31+
* dependencies
32+
* @helia/interface bumped from ^1.0.0 to ^2.0.0
33+
934
## [helia-v1.3.11](https://github.com/ipfs/helia/compare/helia-v1.3.10...helia-v1.3.11) (2023-08-04)
1035

1136

@@ -290,4 +315,4 @@
290315

291316
* The following workspace dependencies were updated
292317
* dependencies
293-
* @helia/interface bumped from ~0.0.0 to ^0.1.0
318+
* @helia/interface bumped from ~0.0.0 to ^0.1.0

packages/helia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@chainsafe/libp2p-gossipsub": "^10.0.0",
5353
"@chainsafe/libp2p-noise": "^13.0.0",
5454
"@chainsafe/libp2p-yamux": "^5.0.0",
55-
"@helia/interface": "^1.0.0",
55+
"@helia/interface": "^1.2.2",
5656
"@ipld/dag-pb": "^4.0.3",
5757
"@libp2p/bootstrap": "^9.0.2",
5858
"@libp2p/interface": "^0.1.1",

packages/interface/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010

1111
* **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))
1212

13+
## [2.0.0](https://github.com/ipfs/helia/compare/interface-v1.2.2...interface-v2.0.0) (2023-08-16)
14+
15+
16+
### ⚠ BREAKING CHANGES
17+
18+
* libp2p has been updated to 0.46.x
19+
20+
### Dependencies
21+
22+
* update libp2p to 0.46.x ([#215](https://github.com/ipfs/helia/issues/215)) ([65b68f0](https://github.com/ipfs/helia/commit/65b68f071d04d2f6f0fcf35938b146706b1a3cd0))
23+
1324
## [@helia/interface-v1.2.1](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.0...@helia/interface-v1.2.1) (2023-06-07)
1425

1526

packages/interop/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/ipfs/helia/compare/interop-v0.0.0...interop-v1.0.0) (2023-08-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* libp2p has been updated to 0.46.x
9+
10+
### Dependencies
11+
12+
* **dev:** bump go-ipfs from 0.21.0 to 0.22.0 ([#228](https://github.com/ipfs/helia/issues/228)) ([2e8e447](https://github.com/ipfs/helia/commit/2e8e447f782745e517e935cd1bb3312db6384a5b))
13+
* update libp2p to 0.46.x ([#215](https://github.com/ipfs/helia/issues/215)) ([65b68f0](https://github.com/ipfs/helia/commit/65b68f071d04d2f6f0fcf35938b146706b1a3cd0))
14+
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* devDependencies
21+
* @helia/interface bumped from ^1.0.0 to ^2.0.0
22+
* helia bumped from ^1.0.0 to ^2.0.0

packages/interop/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"devDependencies": {
5151
"@chainsafe/libp2p-noise": "^13.0.0",
5252
"@chainsafe/libp2p-yamux": "^5.0.0",
53-
"@helia/interface": "^1.0.0",
53+
"@helia/interface": "^1.2.2",
5454
"@libp2p/tcp": "^8.0.2",
5555
"@libp2p/websockets": "^7.0.2",
5656
"@multiformats/sha3": "^2.0.15",
5757
"aegir": "^40.0.8",
5858
"blockstore-core": "^4.0.0",
5959
"datastore-core": "^9.0.0",
6060
"go-ipfs": "^0.22.0",
61-
"helia": "^1.0.0",
61+
"helia": "^1.3.12",
6262
"ipfsd-ctl": "^13.0.0",
6363
"it-all": "^3.0.2",
6464
"it-to-buffer": "^4.0.1",

0 commit comments

Comments
 (0)