Skip to content

Commit ea4d41e

Browse files
Version Packages (#325)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4b0d78b commit ea4d41e

File tree

9 files changed

+40
-14
lines changed

9 files changed

+40
-14
lines changed

.changeset/cold-years-kiss.md

Lines changed: 0 additions & 6 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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ef8df06`](https://github.com/Developer-DAO/web3-ui/commit/ef8df06dea5b36c4f5d65bf6e37288eaa9571146)]:
8+
- @web3-ui/components@0.12.0
9+
- @web3-ui/core@0.8.0
10+
311
## 0.1.9
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.9",
3+
"version": "0.1.10",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@chakra-ui/react": "^1.7.3",
1515
"@typechain/ethers-v5": "^8.0.5",
16-
"@web3-ui/components": "^0.11.0",
17-
"@web3-ui/core": "^0.7.0",
16+
"@web3-ui/components": "^0.12.0",
17+
"@web3-ui/core": "^0.8.0",
1818
"@web3-ui/hooks": "^0.12.0",
1919
"next": "12.1.0",
2020
"react": "17.0.2",

examples/vitejs/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ef8df06`](https://github.com/Developer-DAO/web3-ui/commit/ef8df06dea5b36c4f5d65bf6e37288eaa9571146)]:
8+
- @web3-ui/core@0.8.0
9+
310
## 0.0.2
411

512
### Patch Changes

examples/vitejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vitejs",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": true,
55
"scripts": {
66
"dev": "vite",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@typechain/ethers-v5": "^9.0.0",
14-
"@web3-ui/core": "^0.7.0",
14+
"@web3-ui/core": "^0.8.0",
1515
"ethers": "^5.5.3",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",

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.12.0
4+
5+
### Minor Changes
6+
7+
- [#324](https://github.com/Developer-DAO/web3-ui/pull/324) [`ef8df06`](https://github.com/Developer-DAO/web3-ui/commit/ef8df06dea5b36c4f5d65bf6e37288eaa9571146) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - The `TokenGate` component has been removed since its implementation was insecure.
8+
39
## 0.11.0
410

511
### Minor Changes

packages/components/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/components",
33
"license": "MIT",
4-
"version": "0.11.0",
4+
"version": "0.12.0",
55
"private": false,
66
"description": "React UI components for web3",
77
"keywords": [

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.8.0
4+
5+
### Minor Changes
6+
7+
- [#324](https://github.com/Developer-DAO/web3-ui/pull/324) [`ef8df06`](https://github.com/Developer-DAO/web3-ui/commit/ef8df06dea5b36c4f5d65bf6e37288eaa9571146) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - The `TokenGate` component has been removed since its implementation was insecure.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`ef8df06`](https://github.com/Developer-DAO/web3-ui/commit/ef8df06dea5b36c4f5d65bf6e37288eaa9571146)]:
12+
- @web3-ui/components@0.12.0
13+
314
## 0.7.0
415

516
### Minor Changes

packages/core/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/core",
33
"license": "MIT",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"private": false,
66
"description": "React UI components for web3",
77
"keywords": [
@@ -38,7 +38,7 @@
3838
"@chakra-ui/react": "^1.7.2",
3939
"@emotion/react": "^11",
4040
"@emotion/styled": "^11",
41-
"@web3-ui/components": "^0.11.0",
41+
"@web3-ui/components": "^0.12.0",
4242
"@web3-ui/hooks": "^0.12.0",
4343
"framer-motion": "^4"
4444
},

0 commit comments

Comments
 (0)