Skip to content

Commit 0940073

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

File tree

7 files changed

+30
-12
lines changed

7 files changed

+30
-12
lines changed

.changeset/shy-trees-rest.md

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

example/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d52e750`](https://github.com/Developer-DAO/web3-ui/commit/d52e75078af16aa851c834624e5130a741d66556)]:
8+
- @web3-ui/core@0.4.0
9+
310
## 0.1.1
411

512
### Patch Changes

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@chakra-ui/react": "^1.7.3",
1313
"@web3-ui/components": "^0.4.1",
14-
"@web3-ui/core": "^0.3.0",
14+
"@web3-ui/core": "^0.4.0",
1515
"next": "12.0.7",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2"

packages/core/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#223](https://github.com/Developer-DAO/web3-ui/pull/223) [`d52e750`](https://github.com/Developer-DAO/web3-ui/commit/d52e75078af16aa851c834624e5130a741d66556) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - The TokenGate component in the core package now supports ERC721 tokens. The hooks package now also exports the ERC721 ABI
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d52e750`](https://github.com/Developer-DAO/web3-ui/commit/d52e75078af16aa851c834624e5130a741d66556)]:
12+
- @web3-ui/hooks@0.8.1
13+
314
## 0.3.0
415

516
### 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.3.0",
4+
"version": "0.4.0",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -45,7 +45,7 @@
4545
"@emotion/styled": "^11",
4646
"framer-motion": "^4",
4747
"@web3-ui/components": "^0.4.0",
48-
"@web3-ui/hooks": "^0.8.0"
48+
"@web3-ui/hooks": "^0.8.1"
4949
},
5050
"peerDependencies": {
5151
"react": "*",
@@ -60,7 +60,7 @@
6060
"@types/node": "^16.11.9",
6161
"@types/react": "^17.0.36",
6262
"@types/react-dom": "^16.9.10",
63-
"@web3-ui/hooks": "^0.8.0",
63+
"@web3-ui/hooks": "^0.8.1",
6464
"babel-loader": "^8.2.1",
6565
"classnames": "^2.2.6",
6666
"identity-obj-proxy": "^3.0.0",

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.8.1
4+
5+
### Patch Changes
6+
7+
- [#223](https://github.com/Developer-DAO/web3-ui/pull/223) [`d52e750`](https://github.com/Developer-DAO/web3-ui/commit/d52e75078af16aa851c834624e5130a741d66556) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - The TokenGate component in the core package now supports ERC721 tokens. The hooks package now also exports the ERC721 ABI
8+
39
## 0.8.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.8.0",
4+
"version": "0.8.1",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",

0 commit comments

Comments
 (0)