Skip to content

Commit 31e68ae

Browse files
Version Packages (#346)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eb08060 commit 31e68ae

File tree

9 files changed

+31
-18
lines changed

9 files changed

+31
-18
lines changed

.changeset/big-ladybugs-yawn.md

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

.changeset/strange-carrots-wonder.md

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

examples/nextjs/CHANGELOG.md

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

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`76e5a2d`](https://github.com/Developer-DAO/web3-ui/commit/76e5a2df6d17e58ba737bc4c707be897811a3746), [`16ac4cc`](https://github.com/Developer-DAO/web3-ui/commit/16ac4cc35fc96284f7940724be2ebbd20f8fb022)]:
8+
- @web3-ui/core@0.8.1
9+
- @web3-ui/hooks@0.13.0
10+
311
## 0.1.10
412

513
### Patch Changes

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -14,8 +14,8 @@
1414
"@chakra-ui/react": "^1.7.3",
1515
"@typechain/ethers-v5": "^8.0.5",
1616
"@web3-ui/components": "^0.12.0",
17-
"@web3-ui/core": "^0.8.0",
18-
"@web3-ui/hooks": "^0.12.0",
17+
"@web3-ui/core": "^0.8.1",
18+
"@web3-ui/hooks": "^0.13.0",
1919
"next": "12.1.0",
2020
"react": "17.0.2",
2121
"react-dom": "17.0.2",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ethers": "^5.5.2"
4747
},
4848
"devDependencies": {
49-
"@web3-ui/hooks": "^0.12.0",
49+
"@web3-ui/hooks": "^0.13.0",
5050
"react": "^17.0.2",
5151
"react-dom": "^17.0.2"
5252
}

packages/core/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [#332](https://github.com/Developer-DAO/web3-ui/pull/332) [`76e5a2d`](https://github.com/Developer-DAO/web3-ui/commit/76e5a2df6d17e58ba737bc4c707be897811a3746) Thanks [@seromenho](https://github.com/seromenho)! - Export missing core components on components root path
8+
9+
- Updated dependencies [[`16ac4cc`](https://github.com/Developer-DAO/web3-ui/commit/16ac4cc35fc96284f7940724be2ebbd20f8fb022)]:
10+
- @web3-ui/hooks@0.13.0
11+
312
## 0.8.0
413

514
### Minor Changes

packages/core/package.json

Lines changed: 3 additions & 3 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.8.0",
4+
"version": "0.8.1",
55
"private": false,
66
"description": "React UI components for web3",
77
"keywords": [
@@ -39,15 +39,15 @@
3939
"@emotion/react": "^11",
4040
"@emotion/styled": "^11",
4141
"@web3-ui/components": "^0.12.0",
42-
"@web3-ui/hooks": "^0.12.0",
42+
"@web3-ui/hooks": "^0.13.0",
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.12.0",
50+
"@web3-ui/hooks": "^0.13.0",
5151
"react": "^17.0.2",
5252
"react-dom": "^17.0.2"
5353
}

packages/hooks/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [#340](https://github.com/Developer-DAO/web3-ui/pull/340) [`16ac4cc`](https://github.com/Developer-DAO/web3-ui/commit/16ac4cc35fc96284f7940724be2ebbd20f8fb022) Thanks [@jamescharlesworth](https://github.com/jamescharlesworth)! - [hooks] `<Provider />` now exposes a `cacheProvider` prop to allow persistence with Web3Modal.
8+
39
## 0.12.0
410

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

0 commit comments

Comments
 (0)