Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.0](v7.0.3...v8.0.0) (2024-10-17)

### ⚠ BREAKING CHANGES

* remove redux-bundler, full typescript (#448)

### Features

* remove redux-bundler, full typescript ([#448](#448)) ([eeb15ec](eeb15ec)), closes [#449](#449)

### Tests

* validate remainder path ([#449](#449)) ([7748e75](7748e75))
  • Loading branch information
semantic-release-bot committed Oct 17, 2024
1 parent eeb15ec commit 7ffbcca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [8.0.0](https://github.com/ipfs/ipld-explorer-components/compare/v7.0.3...v8.0.0) (2024-10-17)

### ⚠ BREAKING CHANGES

* remove redux-bundler, full typescript (#448)

### Features

* remove redux-bundler, full typescript ([#448](https://github.com/ipfs/ipld-explorer-components/issues/448)) ([eeb15ec](https://github.com/ipfs/ipld-explorer-components/commit/eeb15ecfb0b81f07269bf94617b88492d0671f10)), closes [#449](https://github.com/ipfs/ipld-explorer-components/issues/449)

### Tests

* validate remainder path ([#449](https://github.com/ipfs/ipld-explorer-components/issues/449)) ([7748e75](https://github.com/ipfs/ipld-explorer-components/commit/7748e75f8fa7af52347518510f1e7caea2dbfb2d))

### [7.0.3](https://github.com/ipfs/ipld-explorer-components/compare/v7.0.2...v7.0.3)

* fix: explore page can query local kubo by @SgtPooki in https://github.com/ipfs/ipld-explorer-components/pull/445
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipld-explorer-components",
"version": "7.0.3",
"version": "8.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",
Expand Down

0 comments on commit 7ffbcca

Please sign in to comment.