Skip to content

Commit 9e9aeed

Browse files
Merge branch 'master' into feat/add-check-ipfs-network-link
2 parents 8e1c847 + 355cf7d commit 9e9aeed

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [8.1.4](https://github.com/ipfs/ipld-explorer-components/compare/v8.1.3...v8.1.4) (2025-03-10)
2+
3+
### Trivial Changes
4+
5+
* update devPage file reference to .tsx extension ([#470](https://github.com/ipfs/ipld-explorer-components/issues/470)) ([e1d798c](https://github.com/ipfs/ipld-explorer-components/commit/e1d798cb03c22202a123c9294dcd4a08e26d6578))
6+
17
## [8.1.3](https://github.com/ipfs/ipld-explorer-components/compare/v8.1.2...v8.1.3) (2024-12-03)
28

39
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are `peerDependencies` so that the consuming app can pick the versions of
2424

2525
### Use it in your project
2626

27-
You can see an example of how to use these components in the [devPage.jsx](./dev/devPage.jsx) file.
27+
You can see an example of how to use these components in the [devPage.tsx](./dev/devPage.tsx) file.
2828

2929
```jsx
3030
// index.tsx

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": "8.1.3",
3+
"version": "8.1.4",
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)