Skip to content

Commit

Permalink
Version Packages (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 11, 2022
1 parent 70424b4 commit 5b28b96
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .changeset/moody-kangaroos-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-boats-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-donuts-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-goats-rule.md

This file was deleted.

9 changes: 9 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# example

## 0.1.3

### Patch Changes

- Updated dependencies [[`0c5209b`](https://github.com/Developer-DAO/web3-ui/commit/0c5209b987665a3875b297733e6dde8205cd3965), [`16b8481`](https://github.com/Developer-DAO/web3-ui/commit/16b8481995f3f934f94305fbae5f3a6370e4fb20), [`ece14b2`](https://github.com/Developer-DAO/web3-ui/commit/ece14b2ea025772eef0251432dc43e41e3e219c0), [`b66e93a`](https://github.com/Developer-DAO/web3-ui/commit/b66e93a97f9c260b903ba0545fd368ec4842f349)]:
- @web3-ui/hooks@0.9.0
- @web3-ui/core@0.4.1
- @web3-ui/components@0.5.0

## 0.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,9 +13,9 @@
"dependencies": {
"@chakra-ui/react": "^1.7.3",
"@typechain/ethers-v5": "^8.0.5",
"@web3-ui/components": "^0.4.1",
"@web3-ui/core": "^0.4.0",
"@web3-ui/hooks": "^0.8.1",
"@web3-ui/components": "^0.5.0",
"@web3-ui/core": "^0.4.1",
"@web3-ui/hooks": "^0.9.0",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web3-ui/components

## 0.5.0

### Minor Changes

- [#90](https://github.com/Developer-DAO/web3-ui/pull/90) [`16b8481`](https://github.com/Developer-DAO/web3-ui/commit/16b8481995f3f934f94305fbae5f3a6370e4fb20) Thanks [@swetshaw](https://github.com/swetshaw)! - Added a EtherInput component that supports input in wei or ether and automatically converts it to wei for you!

## 0.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3-ui/components",
"license": "MIT",
"version": "0.4.1",
"version": "0.5.0",
"private": false,
"description": "React UI components for web3",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@types/react-dom": "^16.9.10",
"@web3-ui/hooks": "^0.8.0",
"@web3-ui/hooks": "^0.9.0",
"babel-loader": "^8.2.1",
"identity-obj-proxy": "^3.0.0",
"prettier": "^2.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @web3-ui/core

## 0.4.1

### Patch Changes

- [#217](https://github.com/Developer-DAO/web3-ui/pull/217) [`0c5209b`](https://github.com/Developer-DAO/web3-ui/commit/0c5209b987665a3875b297733e6dde8205cd3965) Thanks [@with-heart](https://github.com/with-heart)! - Added `ERC20ABI` as an export of `@web3-ui/hooks` in order to resolve an incorrect import in the `@web3-ui/core` package.

- Updated dependencies [[`0c5209b`](https://github.com/Developer-DAO/web3-ui/commit/0c5209b987665a3875b297733e6dde8205cd3965), [`16b8481`](https://github.com/Developer-DAO/web3-ui/commit/16b8481995f3f934f94305fbae5f3a6370e4fb20), [`ece14b2`](https://github.com/Developer-DAO/web3-ui/commit/ece14b2ea025772eef0251432dc43e41e3e219c0), [`b66e93a`](https://github.com/Developer-DAO/web3-ui/commit/b66e93a97f9c260b903ba0545fd368ec4842f349)]:
- @web3-ui/hooks@0.9.0
- @web3-ui/components@0.5.0

## 0.4.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3-ui/core",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"private": false,
"description": "React UI components for web3",
"keywords": [
Expand Down Expand Up @@ -38,8 +38,8 @@
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@web3-ui/components": "^0.4.0",
"@web3-ui/hooks": "^0.8.1",
"@web3-ui/components": "^0.5.0",
"@web3-ui/hooks": "^0.9.0",
"framer-motion": "^4"
},
"peerDependencies": {
Expand All @@ -54,7 +54,7 @@
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@types/react-dom": "^16.9.10",
"@web3-ui/hooks": "^0.8.1",
"@web3-ui/hooks": "^0.9.0",
"babel-loader": "^8.2.1",
"classnames": "^2.2.6",
"identity-obj-proxy": "^3.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @web3-ui/hooks

## 0.9.0

### Minor Changes

- [#217](https://github.com/Developer-DAO/web3-ui/pull/217) [`0c5209b`](https://github.com/Developer-DAO/web3-ui/commit/0c5209b987665a3875b297733e6dde8205cd3965) Thanks [@with-heart](https://github.com/with-heart)! - Added `ERC20ABI` as an export of `@web3-ui/hooks` in order to resolve an incorrect import in the `@web3-ui/core` package.

* [#216](https://github.com/Developer-DAO/web3-ui/pull/216) [`ece14b2`](https://github.com/Developer-DAO/web3-ui/commit/ece14b2ea025772eef0251432dc43e41e3e219c0) Thanks [@Redarcher9](https://github.com/Redarcher9)! - Added docstring to the `useContract` and `useTokenBalance` hooks

- [#234](https://github.com/Developer-DAO/web3-ui/pull/234) [`b66e93a`](https://github.com/Developer-DAO/web3-ui/commit/b66e93a97f9c260b903ba0545fd368ec4842f349) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - You can now pass in your arguments directly to the execute function in useTransaction.

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3-ui/hooks",
"license": "MIT",
"version": "0.8.1",
"version": "0.9.0",
"private": false,
"description": "React hooks for web3",
"keywords": [
Expand Down

0 comments on commit 5b28b96

Please sign in to comment.