Skip to content

Commit 2bfb4cc

Browse files
Version Packages (#254)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 193342e commit 2bfb4cc

File tree

7 files changed

+27
-11
lines changed

7 files changed

+27
-11
lines changed

.changeset/gold-crabs-begin.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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b5d89eb`](https://github.com/Developer-DAO/web3-ui/commit/b5d89eb1a24b81b45c3f49034213f87eb1ad3ce8)]:
8+
- @web3-ui/components@0.8.0
9+
- @web3-ui/core@0.5.2
10+
311
## 0.1.5
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.5",
3+
"version": "0.1.6",
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.7.0",
17-
"@web3-ui/core": "^0.5.1",
16+
"@web3-ui/components": "^0.8.0",
17+
"@web3-ui/core": "^0.5.2",
1818
"@web3-ui/hooks": "^0.9.0",
1919
"next": "12.0.7",
2020
"react": "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.8.0
4+
5+
### Minor Changes
6+
7+
- [#241](https://github.com/Developer-DAO/web3-ui/pull/241) [`b5d89eb`](https://github.com/Developer-DAO/web3-ui/commit/b5d89eb1a24b81b45c3f49034213f87eb1ad3ce8) Thanks [@hone1er](https://github.com/hone1er)! - Removed RPC Url from address component
8+
39
## 0.7.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.7.0",
4+
"version": "0.8.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.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b5d89eb`](https://github.com/Developer-DAO/web3-ui/commit/b5d89eb1a24b81b45c3f49034213f87eb1ad3ce8)]:
8+
- @web3-ui/components@0.8.0
9+
310
## 0.5.1
411

512
### Patch 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.5.1",
4+
"version": "0.5.2",
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.7.0",
41+
"@web3-ui/components": "^0.8.0",
4242
"@web3-ui/hooks": "^0.9.0",
4343
"framer-motion": "^4"
4444
},

0 commit comments

Comments
 (0)