Skip to content

Commit 5d53bf1

Browse files
Version Packages (#206)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cfc51ed commit 5d53bf1

File tree

7 files changed

+20
-15
lines changed

7 files changed

+20
-15
lines changed

.changeset/grumpy-windows-retire.md

-5
This file was deleted.

.changeset/metal-guests-flash.md

-5
This file was deleted.

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/node": "^16.11.9",
5555
"@types/react": "^17.0.36",
5656
"@types/react-dom": "^16.9.10",
57-
"@web3-ui/hooks": "^0.7.0",
57+
"@web3-ui/hooks": "^0.8.0",
5858
"babel-loader": "^8.2.1",
5959
"identity-obj-proxy": "^3.0.0",
6060
"prettier": "^2.2.0",

packages/core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @web3-ui/core
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`000c2f8`](https://github.com/Developer-DAO/web3-ui/commit/000c2f8a8f15e963d090f305f7d6e6073ec41e4c), [`674078c`](https://github.com/Developer-DAO/web3-ui/commit/674078c28ea2b32229b119dd2f01bfa9a6b9e8af)]:
8+
- @web3-ui/hooks@0.8.0
9+
310
## 0.2.1
411

512
### Patch Changes

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3-ui/core",
33
"license": "MIT",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -42,7 +42,7 @@
4242
"@emotion/styled": "^11",
4343
"framer-motion": "^4",
4444
"@web3-ui/components": "^0.4.0",
45-
"@web3-ui/hooks": "^0.7.0"
45+
"@web3-ui/hooks": "^0.8.0"
4646
},
4747
"peerDependencies": {
4848
"react": "*",
@@ -56,7 +56,7 @@
5656
"@types/node": "^16.11.9",
5757
"@types/react": "^17.0.36",
5858
"@types/react-dom": "^16.9.10",
59-
"@web3-ui/hooks": "^0.7.0",
59+
"@web3-ui/hooks": "^0.8.0",
6060
"babel-loader": "^8.2.1",
6161
"classnames": "^2.2.6",
6262
"ethers": "^5.5.1",

packages/hooks/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @web3-ui/hooks
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#168](https://github.com/Developer-DAO/web3-ui/pull/168) [`000c2f8`](https://github.com/Developer-DAO/web3-ui/commit/000c2f8a8f15e963d090f305f7d6e6073ec41e4c) Thanks [@Ibby-devv](https://github.com/Ibby-devv)! - A new hook usePoller has been added. This hook can be used to call a function at a certain interval repeatedly
8+
9+
* [#205](https://github.com/Developer-DAO/web3-ui/pull/205) [`674078c`](https://github.com/Developer-DAO/web3-ui/commit/674078c28ea2b32229b119dd2f01bfa9a6b9e8af) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - The `hooks` package now has two new hooks: `useReadOnlyProvider` which gives you a read-only provider and `useReadOnlyContract` which lets you interact with a smart contract without needing a signer.
10+
311
## 0.7.1
412

513
### Patch Changes

packages/hooks/package.json

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

0 commit comments

Comments
 (0)