Skip to content

Commit 43b43da

Browse files
authored
Add deprecation notice for hooks (#320)
1 parent c8da52e commit 43b43da

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# web3-ui
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4+
45
[![All Contributors](https://img.shields.io/badge/all_contributors-33-orange.svg?style=flat-square)](#contributors-)
6+
57
<!-- ALL-CONTRIBUTORS-BADGE:END -->
68

79
_In Development 🏗️_
810

911
A library of UI components specifically crafted for web3 use cases.
1012

11-
| Package name | Current version |
12-
| ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
13-
| [`@web3-ui/core`](https://github.com/Developer-DAO/web3-ui/tree/main/packages/core) | [![npm version](https://badge.fury.io/js/@web3-ui%2Fcore.svg)](https://badge.fury.io/js/@web3-ui%2Fcore) |
14-
| [`@web3-ui/components`](https://github.com/Developer-DAO/web3-ui/tree/main/packages/components) | [![npm version](https://badge.fury.io/js/@web3-ui%2Fcomponents.svg)](https://badge.fury.io/js/@web3-ui%2Fcomponents) |
15-
| [`@web3-ui/hooks`](https://github.com/Developer-DAO/web3-ui/tree/main/packages/hooks) | [![npm version](https://badge.fury.io/js/@web3-ui%2Fhooks.svg)](https://badge.fury.io/js/@web3-ui%2Fhooks) |
13+
| Package name | Current version |
14+
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
15+
| [`@web3-ui/core`](https://github.com/Developer-DAO/web3-ui/tree/main/packages/core) | [![npm version](https://badge.fury.io/js/@web3-ui%2Fcore.svg)](https://badge.fury.io/js/@web3-ui%2Fcore) |
16+
| [`@web3-ui/components`](https://github.com/Developer-DAO/web3-ui/tree/main/packages/components) | [![npm version](https://badge.fury.io/js/@web3-ui%2Fcomponents.svg)](https://badge.fury.io/js/@web3-ui%2Fcomponents) |
17+
| [(Deprecated) `@web3-ui/hooks`](https://github.com/Developer-DAO/web3-ui/tree/main/packages/hooks) | [![npm version](https://badge.fury.io/js/@web3-ui%2Fhooks.svg)](https://badge.fury.io/js/@web3-ui%2Fhooks) |
1618

1719
## Quick start
1820

packages/hooks/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### ❗️Important: This package has been [deprecated](https://github.com/Developer-DAO/web3-ui/issues/319).
2+
13
# @web3-ui/hooks
24

35
A set of React hooks developed for web3 use cases.

0 commit comments

Comments
 (0)