Skip to content

Commit b436da7

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.6.1...v3.0.0) (2022-10-05) ### ⚠ BREAKING CHANGES * replace `ipld-dag-pb` with `@ipld/dag-pb` (#330) ### Features * replace `ipld-dag-pb` with `@ipld/dag-pb` ([#330](#330)) ([8cd0b23](8cd0b23))
1 parent 8cd0b23 commit b436da7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.0.0](https://github.com/ipfs/ipld-explorer-components/compare/v2.6.1...v3.0.0) (2022-10-05)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* replace `ipld-dag-pb` with `@ipld/dag-pb` (#330)
7+
8+
### Features
9+
10+
* replace `ipld-dag-pb` with `@ipld/dag-pb` ([#330](https://github.com/ipfs/ipld-explorer-components/issues/330)) ([8cd0b23](https://github.com/ipfs/ipld-explorer-components/commit/8cd0b23641dc201b421af856069c18b4d9b0c41e))
11+
112
### [2.6.1](https://github.com/ipfs/ipld-explorer-components/compare/v2.6.0...v2.6.1) (2022-09-19)
213

314

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipld-explorer-components",
3-
"version": "2.6.1",
3+
"version": "3.0.0",
44
"description": "React components for https://explore.ipld.io",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/ipld-explorer-components#readme",

0 commit comments

Comments
 (0)