Skip to content

Commit bc6e930

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

File tree

7 files changed

+31
-15
lines changed

7 files changed

+31
-15
lines changed

.changeset/gentle-beers-mix.md

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

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.2.0
4+
5+
### Minor Changes
6+
7+
- [#108](https://github.com/Developer-DAO/web3-ui/pull/108) [`da89020`](https://github.com/Developer-DAO/web3-ui/commit/da89020b0ccf5bfc170bbdede25d2bb379c376ba) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Fix builds
8+
39
## 0.1.1
410

511
### 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.1.1",
4+
"version": "0.2.0",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -47,7 +47,7 @@
4747
"@types/node": "^16.11.9",
4848
"@types/react": "^17.0.36",
4949
"@types/react-dom": "^16.9.10",
50-
"@web3-ui/hooks": "^0.2.0",
50+
"@web3-ui/hooks": "^0.3.0",
5151
"babel-loader": "^8.2.1",
5252
"husky": "^7.0.0",
5353
"identity-obj-proxy": "^3.0.0",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# @web3-ui/core
22

3-
## 0.0.2
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#108](https://github.com/Developer-DAO/web3-ui/pull/108) [`da89020`](https://github.com/Developer-DAO/web3-ui/commit/da89020b0ccf5bfc170bbdede25d2bb379c376ba) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Fix builds
8+
49
### Patch Changes
510

11+
- Updated dependencies [[`da89020`](https://github.com/Developer-DAO/web3-ui/commit/da89020b0ccf5bfc170bbdede25d2bb379c376ba)]:
12+
- @web3-ui/components@0.2.0
13+
- @web3-ui/hooks@0.3.0
614

15+
## 0.0.2
16+
17+
### Patch Changes
718

819
- [#101](https://github.com/Developer-DAO/web3-ui/pull/101) [`02e0f20`](https://github.com/Developer-DAO/web3-ui/commit/02e0f202d0682f8af502c63b5c2ec73a6518205e) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add README and LICENSE to published packages

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.0.2",
4+
"version": "0.1.0",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -35,8 +35,8 @@
3535
"classnames": "^2.2.6",
3636
"cross-fetch": "^3.1.4",
3737
"framer-motion": "^4",
38-
"@web3-ui/components": "^0.1.1",
39-
"@web3-ui/hooks": "^0.2.0"
38+
"@web3-ui/components": "^0.2.0",
39+
"@web3-ui/hooks": "^0.3.0"
4040
},
4141
"peerDependencies": {
4242
"react": "*",
@@ -50,7 +50,7 @@
5050
"@types/node": "^16.11.9",
5151
"@types/react": "^17.0.36",
5252
"@types/react-dom": "^16.9.10",
53-
"@web3-ui/hooks": "^0.2.0",
53+
"@web3-ui/hooks": "^0.3.0",
5454
"babel-loader": "^8.2.1",
5555
"classnames": "^2.2.6",
5656
"ethers": "^5.5.1",

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.3.0
4+
5+
### Minor Changes
6+
7+
- [#108](https://github.com/Developer-DAO/web3-ui/pull/108) [`da89020`](https://github.com/Developer-DAO/web3-ui/commit/da89020b0ccf5bfc170bbdede25d2bb379c376ba) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Fix builds
8+
39
## 0.2.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.2.0",
4+
"version": "0.3.0",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",

0 commit comments

Comments
 (0)