From 8ab80e28f3cd530a445b9e585e55ca006703dff0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Apr 2022 15:43:57 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] ## [2.1.0](https://github.com/ipfs-shipyard/ipld-explorer-components/compare/v2.0.4...v2.1.0) (2022-04-13) ### Features * 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)) ### Trivial Changes * 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)) * 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)) * **release:** add missing dep ([a085848](https://github.com/ipfs-shipyard/ipld-explorer-components/commit/a085848b0a69fead2d9efea53fdfc15528a83d36)) --- CHANGELOG.md | 16 +++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f76292e6..bf3fac69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [2.1.0](https://github.com/ipfs-shipyard/ipld-explorer-components/compare/v2.0.4...v2.1.0) (2022-04-13) + + +### Features + +* 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)) + + +### Trivial Changes + +* 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)) +* 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)) +* **release:** add missing dep ([a085848](https://github.com/ipfs-shipyard/ipld-explorer-components/commit/a085848b0a69fead2d9efea53fdfc15528a83d36)) + # Changelog 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/), - fix(i18): correctly load all translations (#245) - fix: show as many node links as height allows (#238) -- chore: dependency bumps & aligning with ipfs-webui +- chore: dependency bumps & aligning with ipfs-webui diff --git a/package-lock.json b/package-lock.json index a7f0abb6..19902572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipld-explorer-components", - "version": "2.0.4", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ipld-explorer-components", - "version": "2.0.4", + "version": "2.1.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@babel/cli": "^7.13.14", diff --git a/package.json b/package.json index 3169fb87..9874a1c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipld-explorer-components", - "version": "2.0.4", + "version": "2.1.0", "description": "React components for https://explore.ipld.io", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs-shipyard/ipld-explorer-components#readme",