Skip to content

Commit 1e1d023

Browse files
Version Packages (#148)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c44b39a commit 1e1d023

File tree

9 files changed

+31
-23
lines changed

9 files changed

+31
-23
lines changed

.changeset/few-queens-bathe.md

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

.changeset/lemon-donkeys-battle.md

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

.changeset/lucky-starfishes-bow.md

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

packages/components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @web3-ui/components
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#149](https://github.com/Developer-DAO/web3-ui/pull/149) [`4c2056d`](https://github.com/Developer-DAO/web3-ui/commit/4c2056d9c8b2c1eebdd7135a5581447941a65ad8) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Remove the `cross-fetch` polyfill
8+
39
## 0.3.0
410

511
### Minor Changes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3-ui/components",
33
"license": "MIT",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -46,7 +46,7 @@
4646
"@types/node": "^16.11.9",
4747
"@types/react": "^17.0.36",
4848
"@types/react-dom": "^16.9.10",
49-
"@web3-ui/hooks": "^0.5.0",
49+
"@web3-ui/hooks": "^0.5.1",
5050
"babel-loader": "^8.2.1",
5151
"identity-obj-proxy": "^3.0.0",
5252
"prettier": "^2.2.0",

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @web3-ui/core
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#149](https://github.com/Developer-DAO/web3-ui/pull/149) [`4c2056d`](https://github.com/Developer-DAO/web3-ui/commit/4c2056d9c8b2c1eebdd7135a5581447941a65ad8) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Remove the `cross-fetch` polyfill
8+
9+
- Updated dependencies [[`4c2056d`](https://github.com/Developer-DAO/web3-ui/commit/4c2056d9c8b2c1eebdd7135a5581447941a65ad8), [`169021d`](https://github.com/Developer-DAO/web3-ui/commit/169021df19ebc7819f68d74213dc74380d8a71d6), [`e611ef9`](https://github.com/Developer-DAO/web3-ui/commit/e611ef9860ac0179e3c3dcfc64f05aac3b88baa7)]:
10+
- @web3-ui/components@0.3.1
11+
- @web3-ui/hooks@0.5.1
12+
313
## 0.1.3
414

515
### Patch Changes

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3-ui/core",
33
"license": "MIT",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -32,8 +32,8 @@
3232
"@emotion/react": "^11",
3333
"@emotion/styled": "^11",
3434
"framer-motion": "^4",
35-
"@web3-ui/components": "^0.3.0",
36-
"@web3-ui/hooks": "^0.5.0"
35+
"@web3-ui/components": "^0.3.1",
36+
"@web3-ui/hooks": "^0.5.1"
3737
},
3838
"peerDependencies": {
3939
"react": "*",
@@ -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.5.0",
50+
"@web3-ui/hooks": "^0.5.1",
5151
"babel-loader": "^8.2.1",
5252
"classnames": "^2.2.6",
5353
"ethers": "^5.5.1",

packages/hooks/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#146](https://github.com/Developer-DAO/web3-ui/pull/146) [`169021d`](https://github.com/Developer-DAO/web3-ui/commit/169021df19ebc7819f68d74213dc74380d8a71d6) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Wait for tx to be confirmed inside `useTransaction`
8+
9+
* [#155](https://github.com/Developer-DAO/web3-ui/pull/155) [`e611ef9`](https://github.com/Developer-DAO/web3-ui/commit/e611ef9860ac0179e3c3dcfc64f05aac3b88baa7) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Fix issues related to accountChange and networkChange
10+
311
## 0.5.0
412

513
### Minor Changes

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.5.0",
4+
"version": "0.5.1",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",

0 commit comments

Comments
 (0)