diff --git a/CHANGELOG.md b/CHANGELOG.md index 1747c5b..6d523ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [5.0.0](https://github.com/ipfs/ipld-explorer-components/compare/v4.0.3...v5.0.0) (2023-11-30) + + +### ⚠ BREAKING CHANGES + +* update of many ipfs/ipld/libp2p/helia deps that may break consumers. API of ipld-explorer-components has not changed. + +### Features + +* use Helia's blockBroker interface ([#406](https://github.com/ipfs/ipld-explorer-components/issues/406)) ([c964a76](https://github.com/ipfs/ipld-explorer-components/commit/c964a76a8e29741bd7bef8e33c2207ef6ff66771)) +* use ipfs-css colors and add dag-jose example ([#408](https://github.com/ipfs/ipld-explorer-components/issues/408)) ([4e96491](https://github.com/ipfs/ipld-explorer-components/commit/4e964919bfa0c05539d4aeac97041778fd962316)) + + +### Trivial Changes + +* bump protobufjs from 6.11.3 to 6.11.4 ([#393](https://github.com/ipfs/ipld-explorer-components/issues/393)) ([f8db274](https://github.com/ipfs/ipld-explorer-components/commit/f8db2747a3a37652b98a11ea49718a1ca1366550)) +* **ci:** remove circleci config ([#388](https://github.com/ipfs/ipld-explorer-components/issues/388)) ([13698af](https://github.com/ipfs/ipld-explorer-components/commit/13698af1a40dd2edc2e49b1892dd5231b384d353)) +* pull new translations ([#390](https://github.com/ipfs/ipld-explorer-components/issues/390)) ([2caac4a](https://github.com/ipfs/ipld-explorer-components/commit/2caac4a6cffcd49ea5ecf37c43fdb71f3a09dda8)) +* pull new translations ([#396](https://github.com/ipfs/ipld-explorer-components/issues/396)) ([73799f8](https://github.com/ipfs/ipld-explorer-components/commit/73799f8f895c60479e931175d0a1496d6d5a35ee)) +* pull new translations ([#405](https://github.com/ipfs/ipld-explorer-components/issues/405)) ([5805bd8](https://github.com/ipfs/ipld-explorer-components/commit/5805bd8cb06f0b4edffc86db96bf00904834a7f2)) + ### [4.0.3](https://github.com/ipfs/ipld-explorer-components/compare/v4.0.2...v4.0.3) (2023-07-28) diff --git a/package-lock.json b/package-lock.json index c5b0afc..2196d63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipld-explorer-components", - "version": "4.0.3", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ipld-explorer-components", - "version": "4.0.3", + "version": "5.0.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@chainsafe/libp2p-noise": "^14.0.0", diff --git a/package.json b/package.json index bd08679..1ce9f5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipld-explorer-components", - "version": "4.0.3", + "version": "5.0.0", "description": "React components for https://explore.ipld.io", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/ipld-explorer-components#readme",