Skip to content

Commit b86ff10

Browse files
Version Packages (#106)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 94718e7 commit b86ff10

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.changeset/angry-rats-kick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/node": "^16.11.9",
4848
"@types/react": "^17.0.36",
4949
"@types/react-dom": "^16.9.10",
50-
"@web3-ui/hooks": "^0.1.1",
50+
"@web3-ui/hooks": "^0.2.0",
5151
"babel-loader": "^8.2.1",
5252
"husky": "^7.0.0",
5353
"identity-obj-proxy": "^3.0.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/node": "^16.11.9",
4949
"@types/react": "^17.0.36",
5050
"@types/react-dom": "^16.9.10",
51-
"@web3-ui/hooks": "^0.1.1",
51+
"@web3-ui/hooks": "^0.2.0",
5252
"babel-loader": "^8.2.1",
5353
"classnames": "^2.2.6",
5454
"ethers": "^5.5.1",

packages/hooks/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# @web3-ui/hooks
22

3-
## 0.1.1
4-
### Patch Changes
3+
## 0.2.0
4+
5+
### Minor Changes
56

7+
- [#93](https://github.com/Developer-DAO/web3-ui/pull/93) [`94718e7`](https://github.com/Developer-DAO/web3-ui/commit/94718e75c480d493f32808746a3d485c3cc9f9ff) Thanks [@swellander](https://github.com/swellander)! - add useContract hook
68

9+
## 0.1.1
10+
11+
### Patch Changes
712

813
- [#101](https://github.com/Developer-DAO/web3-ui/pull/101) [`02e0f20`](https://github.com/Developer-DAO/web3-ui/commit/02e0f202d0682f8af502c63b5c2ec73a6518205e) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add README and LICENSE to published packages

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3-ui/hooks",
33
"license": "MIT",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",

0 commit comments

Comments
 (0)