Skip to content

Commit

Permalink
Version Packages (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 5, 2022
1 parent cfc51ed commit 5d53bf1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-windows-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-guests-flash.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@types/react-dom": "^16.9.10",
"@web3-ui/hooks": "^0.7.0",
"@web3-ui/hooks": "^0.8.0",
"babel-loader": "^8.2.1",
"identity-obj-proxy": "^3.0.0",
"prettier": "^2.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web3-ui/core

## 0.2.2

### Patch Changes

- Updated dependencies [[`000c2f8`](https://github.com/Developer-DAO/web3-ui/commit/000c2f8a8f15e963d090f305f7d6e6073ec41e4c), [`674078c`](https://github.com/Developer-DAO/web3-ui/commit/674078c28ea2b32229b119dd2f01bfa9a6b9e8af)]:
- @web3-ui/hooks@0.8.0

## 0.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3-ui/core",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"engines": {
"node": ">=16.0.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@emotion/styled": "^11",
"framer-motion": "^4",
"@web3-ui/components": "^0.4.0",
"@web3-ui/hooks": "^0.7.0"
"@web3-ui/hooks": "^0.8.0"
},
"peerDependencies": {
"react": "*",
Expand All @@ -56,7 +56,7 @@
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@types/react-dom": "^16.9.10",
"@web3-ui/hooks": "^0.7.0",
"@web3-ui/hooks": "^0.8.0",
"babel-loader": "^8.2.1",
"classnames": "^2.2.6",
"ethers": "^5.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web3-ui/hooks

## 0.8.0

### Minor Changes

- [#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

* [#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.

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3-ui/hooks",
"license": "MIT",
"version": "0.7.1",
"version": "0.8.0",
"private": false,
"engines": {
"node": ">=16.0.0",
Expand Down

0 comments on commit 5d53bf1

Please sign in to comment.