Skip to content

Commit addd844

Browse files
Version Packages (next) (#337)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent efb8607 commit addd844

File tree

9 files changed

+37
-9
lines changed

9 files changed

+37
-9
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"@web3-ui/core": "0.8.0",
1010
"@web3-ui/hooks": "0.12.0"
1111
},
12-
"changesets": []
12+
"changesets": ["two-hotels-argue"]
1313
}

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-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`efb8607`](https://github.com/Developer-DAO/web3-ui/commit/efb8607afc7b85d20056b1aff42eb20daa4c9abe)]:
8+
- @web3-ui/components@0.13.0-next.0
9+
- @web3-ui/core@0.8.1-next.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-next.0",
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.12.0",
17-
"@web3-ui/core": "^0.8.0",
16+
"@web3-ui/components": "^0.13.0-next.0",
17+
"@web3-ui/core": "^0.8.1-next.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.4-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @web3-ui/core@0.8.1-next.0
9+
310
## 0.0.3
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.3",
3+
"version": "0.0.4-next.0",
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.8.0",
14+
"@web3-ui/core": "^0.8.1-next.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.13.0-next.0
4+
5+
### Minor Changes
6+
7+
- [#336](https://github.com/Developer-DAO/web3-ui/pull/336) [`efb8607`](https://github.com/Developer-DAO/web3-ui/commit/efb8607afc7b85d20056b1aff42eb20daa4c9abe) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Refactor `Address` component to not use ChakraUI anymore. It uses plain CSS now. The functionality remains unchanged.
8+
39
## 0.12.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.12.0",
4+
"version": "0.13.0-next.0",
55
"private": false,
66
"description": "React UI components for web3",
77
"keywords": [

packages/core/CHANGELOG.md

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

3+
## 0.8.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`efb8607`](https://github.com/Developer-DAO/web3-ui/commit/efb8607afc7b85d20056b1aff42eb20daa4c9abe)]:
8+
- @web3-ui/components@0.13.0-next.0
9+
310
## 0.8.0
411

512
### 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.8.0",
4+
"version": "0.8.1-next.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.12.0",
41+
"@web3-ui/components": "^0.13.0-next.0",
4242
"@web3-ui/hooks": "^0.12.0",
4343
"framer-motion": "^4"
4444
},

0 commit comments

Comments
 (0)