Skip to content

Commit 8ab80e2

Browse files
chore(release): 2.1.0 [skip ci]
## [2.1.0](v2.0.4...v2.1.0) (2022-04-13) ### Features * introduce ipld car explorer form ([#313](#313)) ([c89e6ca](c89e6ca)) ### Trivial Changes * add auto-release ([#314](#314)) ([0c5551a](0c5551a)) * fix community CONTRIBUTING.md links ([#305](#305)) ([37cdc9d](37cdc9d)) * **release:** add missing dep ([a085848](a085848))
1 parent a085848 commit 8ab80e2

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.1.0](https://github.com/ipfs-shipyard/ipld-explorer-components/compare/v2.0.4...v2.1.0) (2022-04-13)
2+
3+
4+
### Features
5+
6+
* introduce ipld car explorer form ([#313](https://github.com/ipfs-shipyard/ipld-explorer-components/issues/313)) ([c89e6ca](https://github.com/ipfs-shipyard/ipld-explorer-components/commit/c89e6ca72238f33901bd796b24835f1c4a20fa3b))
7+
8+
9+
### Trivial Changes
10+
11+
* add auto-release ([#314](https://github.com/ipfs-shipyard/ipld-explorer-components/issues/314)) ([0c5551a](https://github.com/ipfs-shipyard/ipld-explorer-components/commit/0c5551a1858fc00e6a09964a91e9461810633fd2))
12+
* fix community CONTRIBUTING.md links ([#305](https://github.com/ipfs-shipyard/ipld-explorer-components/issues/305)) ([37cdc9d](https://github.com/ipfs-shipyard/ipld-explorer-components/commit/37cdc9d1e4eca8b6c11c5fd8fcd7ae111ecabf61))
13+
* **release:** add missing dep ([a085848](https://github.com/ipfs-shipyard/ipld-explorer-components/commit/a085848b0a69fead2d9efea53fdfc15528a83d36))
14+
115
# Changelog
216

317
All notable changes to this project will be documented in this file.
@@ -31,4 +45,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3145

3246
- fix(i18): correctly load all translations (#245)
3347
- fix: show as many node links as height allows (#238)
34-
- chore: dependency bumps & aligning with ipfs-webui
48+
- chore: dependency bumps & aligning with ipfs-webui

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.0.4",
3+
"version": "2.1.0",
44
"description": "React components for https://explore.ipld.io",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs-shipyard/ipld-explorer-components#readme",

0 commit comments

Comments
 (0)