Skip to content

Commit 89faa5f

Browse files
Version Packages (#123)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ea55348 commit 89faa5f

File tree

12 files changed

+37
-37
lines changed

12 files changed

+37
-37
lines changed

.changeset/chilly-jokes-nail.md

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

.changeset/eighty-icons-grab.md

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

.changeset/fresh-camels-pay.md

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

.changeset/long-buses-brush.md

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

.changeset/tiny-teachers-taste.md

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

.changeset/two-turtles-march.md

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

packages/components/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#105](https://github.com/Developer-DAO/web3-ui/pull/105) [`6064be0`](https://github.com/Developer-DAO/web3-ui/commit/6064be033150ccd4df52c913a3d55ce2c63c262b) Thanks [@maximebonhomme](https://github.com/maximebonhomme)! - Address component now accept copiable prop to allow users to copy the address value into their clipboard
8+
9+
* [#130](https://github.com/Developer-DAO/web3-ui/pull/130) [`825561b`](https://github.com/Developer-DAO/web3-ui/commit/825561bd2ea2abc541fe7bde59446ddea3aae49d) Thanks [@etr2460](https://github.com/etr2460)! - Fix NFT sizes
10+
11+
- [#121](https://github.com/Developer-DAO/web3-ui/pull/121) [`aa9b2f6`](https://github.com/Developer-DAO/web3-ui/commit/aa9b2f6cccdcda1d443bacb306d0a83398a19368) Thanks [@hone1er](https://github.com/hone1er)! - Added a TokenGate component that restricts access to child components unless erc-20/erc-721 token quantity requirements are met.
12+
13+
### Patch Changes
14+
15+
- [#132](https://github.com/Developer-DAO/web3-ui/pull/132) [`2b7b5c7`](https://github.com/Developer-DAO/web3-ui/commit/2b7b5c7295e5fb389740a9f4fab4e3fcea7e5e7d) Thanks [@maximebonhomme](https://github.com/maximebonhomme)! - Address component now uses Text component instead of unnecesary Input
16+
317
## 0.2.2
418

519
### Patch 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.2.2",
4+
"version": "0.3.0",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -49,7 +49,7 @@
4949
"@types/node": "^16.11.9",
5050
"@types/react": "^17.0.36",
5151
"@types/react-dom": "^16.9.10",
52-
"@web3-ui/hooks": "^0.4.1",
52+
"@web3-ui/hooks": "^0.5.0",
5353
"babel-loader": "^8.2.1",
5454
"husky": "^7.0.0",
5555
"identity-obj-proxy": "^3.0.0",

packages/core/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6064be0`](https://github.com/Developer-DAO/web3-ui/commit/6064be033150ccd4df52c913a3d55ce2c63c262b), [`825561b`](https://github.com/Developer-DAO/web3-ui/commit/825561bd2ea2abc541fe7bde59446ddea3aae49d), [`da536ed`](https://github.com/Developer-DAO/web3-ui/commit/da536ed8df37c768764ca616a9bb83fc91a01d5e), [`3f0bc64`](https://github.com/Developer-DAO/web3-ui/commit/3f0bc640cc4d0d4ee4e656afd16c6fc2fbfc9cbd), [`2b7b5c7`](https://github.com/Developer-DAO/web3-ui/commit/2b7b5c7295e5fb389740a9f4fab4e3fcea7e5e7d), [`aa9b2f6`](https://github.com/Developer-DAO/web3-ui/commit/aa9b2f6cccdcda1d443bacb306d0a83398a19368)]:
8+
- @web3-ui/components@0.3.0
9+
- @web3-ui/hooks@0.5.0
10+
311
## 0.1.2
412

513
### 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.2",
4+
"version": "0.1.3",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -36,8 +36,8 @@
3636
"classnames": "^2.2.6",
3737
"cross-fetch": "^3.1.4",
3838
"framer-motion": "^4",
39-
"@web3-ui/components": "^0.2.2",
40-
"@web3-ui/hooks": "^0.4.1"
39+
"@web3-ui/components": "^0.3.0",
40+
"@web3-ui/hooks": "^0.5.0"
4141
},
4242
"peerDependencies": {
4343
"react": "*",
@@ -51,7 +51,7 @@
5151
"@types/node": "^16.11.9",
5252
"@types/react": "^17.0.36",
5353
"@types/react-dom": "^16.9.10",
54-
"@web3-ui/hooks": "^0.4.1",
54+
"@web3-ui/hooks": "^0.5.0",
5555
"babel-loader": "^8.2.1",
5656
"classnames": "^2.2.6",
5757
"ethers": "^5.5.1",

0 commit comments

Comments
 (0)