Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 24, 2021
1 parent 1a33c80 commit 72a61df
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-islands-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-bees-film.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-eels-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-eyes-eat.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @web3-ui/components

## 0.4.0

### Minor Changes

- [#150](https://github.com/Developer-DAO/web3-ui/pull/150) [`f0c96df`](https://github.com/Developer-DAO/web3-ui/commit/f0c96df7468fbe0993b8e90979407c27ba7a22bd) Thanks [@Ibby-devv](https://github.com/Ibby-devv)! - Accept any ChakraProvider-compatible props in our Provider

* [#163](https://github.com/Developer-DAO/web3-ui/pull/163) [`01ce580`](https://github.com/Developer-DAO/web3-ui/commit/01ce5809debb2284545620861d11893e4f9675f0) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Add missing exports

- [#164](https://github.com/Developer-DAO/web3-ui/pull/164) [`184ec43`](https://github.com/Developer-DAO/web3-ui/commit/184ec43e0542a0057f7847a9c696eb0479f96438) Thanks [@hone1er](https://github.com/hone1er)! - Bug fix. Added null check to address component for value prop

## 0.3.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.3.1",
"version": "0.4.0",
"private": false,
"engines": {
"node": ">=16.0.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@types/react-dom": "^16.9.10",
"@web3-ui/hooks": "^0.5.1",
"@web3-ui/hooks": "^0.6.0",
"babel-loader": "^8.2.1",
"identity-obj-proxy": "^3.0.0",
"prettier": "^2.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @web3-ui/core

## 0.2.0

### Minor Changes

- [#166](https://github.com/Developer-DAO/web3-ui/pull/166) [`1a33c80`](https://github.com/Developer-DAO/web3-ui/commit/1a33c8097a2608e029336301a0082e1d240b65df) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Export all the hooks from the core package too

### Patch Changes

- Updated dependencies [[`f0c96df`](https://github.com/Developer-DAO/web3-ui/commit/f0c96df7468fbe0993b8e90979407c27ba7a22bd), [`01ce580`](https://github.com/Developer-DAO/web3-ui/commit/01ce5809debb2284545620861d11893e4f9675f0), [`184ec43`](https://github.com/Developer-DAO/web3-ui/commit/184ec43e0542a0057f7847a9c696eb0479f96438)]:
- @web3-ui/components@0.4.0
- @web3-ui/hooks@0.6.0

## 0.1.4

### Patch 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.1.4",
"version": "0.2.0",
"private": false,
"engines": {
"node": ">=16.0.0",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@emotion/react": "^11",
"@emotion/styled": "^11",
"framer-motion": "^4",
"@web3-ui/components": "^0.3.1",
"@web3-ui/hooks": "^0.5.1"
"@web3-ui/components": "^0.4.0",
"@web3-ui/hooks": "^0.6.0"
},
"peerDependencies": {
"react": "*",
Expand All @@ -47,7 +47,7 @@
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@types/react-dom": "^16.9.10",
"@web3-ui/hooks": "^0.5.1",
"@web3-ui/hooks": "^0.6.0",
"babel-loader": "^8.2.1",
"classnames": "^2.2.6",
"ethers": "^5.5.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web3-ui/hooks

## 0.6.0

### Minor Changes

- [#163](https://github.com/Developer-DAO/web3-ui/pull/163) [`01ce580`](https://github.com/Developer-DAO/web3-ui/commit/01ce5809debb2284545620861d11893e4f9675f0) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Add missing exports

## 0.5.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.5.1",
"version": "0.6.0",
"private": false,
"engines": {
"node": ">=16.0.0",
Expand Down

0 comments on commit 72a61df

Please sign in to comment.