Skip to content

Commit 1be5a6d

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

File tree

8 files changed

+32
-20
lines changed

8 files changed

+32
-20
lines changed

.changeset/curvy-phones-agree.md

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

.changeset/spicy-zoos-drive.md

Lines changed: 0 additions & 7 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.10.1
4+
5+
### Patch Changes
6+
7+
- [#314](https://github.com/Developer-DAO/web3-ui/pull/314) [`0676e04`](https://github.com/Developer-DAO/web3-ui/commit/0676e044f600db04ab01540aa4fb4e3ce011e91d) Thanks [@ernestognw](https://github.com/ernestognw)! - Fix some types/imports so that the packages work well with Next.js & ts
8+
39
## 0.10.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.10.0",
4+
"version": "0.10.1",
55
"private": false,
66
"description": "React UI components for web3",
77
"keywords": [
@@ -46,7 +46,7 @@
4646
"ethers": "^5.5.2"
4747
},
4848
"devDependencies": {
49-
"@web3-ui/hooks": "^0.11.0",
49+
"@web3-ui/hooks": "^0.11.1",
5050
"react": "^17.0.2",
5151
"react-dom": "^17.0.2"
5252
}

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.6.2
4+
5+
### Patch Changes
6+
7+
- [#314](https://github.com/Developer-DAO/web3-ui/pull/314) [`0676e04`](https://github.com/Developer-DAO/web3-ui/commit/0676e044f600db04ab01540aa4fb4e3ce011e91d) Thanks [@ernestognw](https://github.com/ernestognw)! - Fix some types/imports so that the packages work well with Next.js & ts
8+
9+
- Updated dependencies [[`b39249e`](https://github.com/Developer-DAO/web3-ui/commit/b39249eee07246fe24ab0e11876eb05fb4a6ceb1), [`0676e04`](https://github.com/Developer-DAO/web3-ui/commit/0676e044f600db04ab01540aa4fb4e3ce011e91d)]:
10+
- @web3-ui/hooks@0.11.1
11+
- @web3-ui/components@0.10.1
12+
313
## 0.6.1
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.6.1",
4+
"version": "0.6.2",
55
"private": false,
66
"description": "React UI components for web3",
77
"keywords": [
@@ -38,16 +38,16 @@
3838
"@chakra-ui/react": "^1.7.2",
3939
"@emotion/react": "^11",
4040
"@emotion/styled": "^11",
41-
"@web3-ui/components": "^0.10.0",
42-
"@web3-ui/hooks": "^0.11.0",
41+
"@web3-ui/components": "^0.10.1",
42+
"@web3-ui/hooks": "^0.11.1",
4343
"framer-motion": "^4"
4444
},
4545
"peerDependencies": {
4646
"ethers": "^5.5.1",
4747
"react": ">= 16.8.0 | >= 17.0.0"
4848
},
4949
"devDependencies": {
50-
"@web3-ui/hooks": "^0.11.0",
50+
"@web3-ui/hooks": "^0.11.1",
5151
"react": "^17.0.2",
5252
"react-dom": "^17.0.2"
5353
}

packages/hooks/CHANGELOG.md

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

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- [#297](https://github.com/Developer-DAO/web3-ui/pull/297) [`b39249e`](https://github.com/Developer-DAO/web3-ui/commit/b39249eee07246fe24ab0e11876eb05fb4a6ceb1) Thanks [@shamoilarsi](https://github.com/shamoilarsi)! - closes #273
8+
fix: save chainId on chainChanged event without formatting
9+
10+
* [#314](https://github.com/Developer-DAO/web3-ui/pull/314) [`0676e04`](https://github.com/Developer-DAO/web3-ui/commit/0676e044f600db04ab01540aa4fb4e3ce011e91d) Thanks [@ernestognw](https://github.com/ernestognw)! - Fix some types/imports so that the packages work well with Next.js & ts
11+
312
## 0.11.0
413

514
### 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.11.0",
4+
"version": "0.11.1",
55
"private": false,
66
"description": "React hooks for web3",
77
"keywords": [

0 commit comments

Comments
 (0)