Skip to content

Commit 0aad553

Browse files
Version Packages (#104)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02e0f20 commit 0aad553

File tree

7 files changed

+28
-14
lines changed

7 files changed

+28
-14
lines changed

.changeset/heavy-ladybugs-marry.md

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

packages/components/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# @web3-ui/components
22

3-
## 0.1.0
4-
### Minor Changes
3+
## 0.1.1
4+
5+
### Patch Changes
56

7+
- [#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
68

9+
## 0.1.0
10+
11+
### Minor Changes
712

813
- [#102](https://github.com/Developer-DAO/web3-ui/pull/102) [`06fc2e4`](https://github.com/Developer-DAO/web3-ui/commit/06fc2e4f9a7934bde04d001f39685f0560205107) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - add missing exports

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.0",
4+
"version": "0.1.1",
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.1.0",
50+
"@web3-ui/hooks": "^0.1.1",
5151
"babel-loader": "^8.2.1",
5252
"husky": "^7.0.0",
5353
"identity-obj-proxy": "^3.0.0",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @web3-ui/core
2+
3+
## 0.0.2
4+
### Patch Changes
5+
6+
7+
8+
- [#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: 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.0.1",
4+
"version": "0.0.2",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -48,7 +48,7 @@
4848
"@types/node": "^16.11.9",
4949
"@types/react": "^17.0.36",
5050
"@types/react-dom": "^16.9.10",
51-
"@web3-ui/hooks": "^0.1.0",
51+
"@web3-ui/hooks": "^0.1.1",
5252
"babel-loader": "^8.2.1",
5353
"classnames": "^2.2.6",
5454
"ethers": "^5.5.1",

packages/hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @web3-ui/hooks
2+
3+
## 0.1.1
4+
### Patch Changes
5+
6+
7+
8+
- [#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/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.1.0",
4+
"version": "0.1.1",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",

0 commit comments

Comments
 (0)