Skip to content

Commit f5924ad

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

File tree

7 files changed

+29
-14
lines changed

7 files changed

+29
-14
lines changed

.changeset/gold-phones-unite.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.2
4+
5+
### Patch Changes
6+
7+
- [#116](https://github.com/Developer-DAO/web3-ui/pull/116) [`c843555`](https://github.com/Developer-DAO/web3-ui/commit/c843555369f56c01653f0486e54a31a382353ed4) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add babel-runtime to deps so we can have regenerator runtime at runtime
8+
39
## 0.2.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.2.1",
4+
"version": "0.2.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.4.0",
51+
"@web3-ui/hooks": "^0.4.1",
5252
"babel-loader": "^8.2.1",
5353
"husky": "^7.0.0",
5454
"identity-obj-proxy": "^3.0.0",

packages/core/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#116](https://github.com/Developer-DAO/web3-ui/pull/116) [`c843555`](https://github.com/Developer-DAO/web3-ui/commit/c843555369f56c01653f0486e54a31a382353ed4) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add babel-runtime to deps so we can have regenerator runtime at runtime
8+
9+
- Updated dependencies [[`c843555`](https://github.com/Developer-DAO/web3-ui/commit/c843555369f56c01653f0486e54a31a382353ed4)]:
10+
- @web3-ui/components@0.2.2
11+
- @web3-ui/hooks@0.4.1
12+
313
## 0.1.1
414

515
### Patch Changes

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.1.1",
4+
"version": "0.1.2",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -36,8 +36,8 @@
3636
"classnames": "^2.2.6",
3737
"cross-fetch": "^3.1.4",
3838
"framer-motion": "^4",
39-
"@web3-ui/components": "^0.2.1",
40-
"@web3-ui/hooks": "^0.4.0"
39+
"@web3-ui/components": "^0.2.2",
40+
"@web3-ui/hooks": "^0.4.1"
4141
},
4242
"peerDependencies": {
4343
"react": "*",
@@ -51,7 +51,7 @@
5151
"@types/node": "^16.11.9",
5252
"@types/react": "^17.0.36",
5353
"@types/react-dom": "^16.9.10",
54-
"@web3-ui/hooks": "^0.4.0",
54+
"@web3-ui/hooks": "^0.4.1",
5555
"babel-loader": "^8.2.1",
5656
"classnames": "^2.2.6",
5757
"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.4.1
4+
5+
### Patch Changes
6+
7+
- [#116](https://github.com/Developer-DAO/web3-ui/pull/116) [`c843555`](https://github.com/Developer-DAO/web3-ui/commit/c843555369f56c01653f0486e54a31a382353ed4) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add babel-runtime to deps so we can have regenerator runtime at runtime
8+
39
## 0.4.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.4.0",
4+
"version": "0.4.1",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",

0 commit comments

Comments
 (0)