Skip to content

Commit

Permalink
Version Packages (#346)
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 May 3, 2022
1 parent eb08060 commit 31e68ae
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-ladybugs-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-carrots-wonder.md

This file was deleted.

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

## 0.1.11

### Patch Changes

- Updated dependencies [[`76e5a2d`](https://github.com/Developer-DAO/web3-ui/commit/76e5a2df6d17e58ba737bc4c707be897811a3746), [`16ac4cc`](https://github.com/Developer-DAO/web3-ui/commit/16ac4cc35fc96284f7940724be2ebbd20f8fb022)]:
- @web3-ui/core@0.8.1
- @web3-ui/hooks@0.13.0

## 0.1.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,8 +14,8 @@
"@chakra-ui/react": "^1.7.3",
"@typechain/ethers-v5": "^8.0.5",
"@web3-ui/components": "^0.12.0",
"@web3-ui/core": "^0.8.0",
"@web3-ui/hooks": "^0.12.0",
"@web3-ui/core": "^0.8.1",
"@web3-ui/hooks": "^0.13.0",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ethers": "^5.5.2"
},
"devDependencies": {
"@web3-ui/hooks": "^0.12.0",
"@web3-ui/hooks": "^0.13.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web3-ui/core

## 0.8.1

### Patch Changes

- [#332](https://github.com/Developer-DAO/web3-ui/pull/332) [`76e5a2d`](https://github.com/Developer-DAO/web3-ui/commit/76e5a2df6d17e58ba737bc4c707be897811a3746) Thanks [@seromenho](https://github.com/seromenho)! - Export missing core components on components root path

- Updated dependencies [[`16ac4cc`](https://github.com/Developer-DAO/web3-ui/commit/16ac4cc35fc96284f7940724be2ebbd20f8fb022)]:
- @web3-ui/hooks@0.13.0

## 0.8.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.8.0",
"version": "0.8.1",
"private": false,
"description": "React UI components for web3",
"keywords": [
Expand Down Expand Up @@ -39,15 +39,15 @@
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@web3-ui/components": "^0.12.0",
"@web3-ui/hooks": "^0.12.0",
"@web3-ui/hooks": "^0.13.0",
"framer-motion": "^4"
},
"peerDependencies": {
"ethers": "^5.5.1",
"react": ">= 16.8.0 | >= 17.0.0"
},
"devDependencies": {
"@web3-ui/hooks": "^0.12.0",
"@web3-ui/hooks": "^0.13.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
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.13.0

### Minor Changes

- [#340](https://github.com/Developer-DAO/web3-ui/pull/340) [`16ac4cc`](https://github.com/Developer-DAO/web3-ui/commit/16ac4cc35fc96284f7940724be2ebbd20f8fb022) Thanks [@jamescharlesworth](https://github.com/jamescharlesworth)! - [hooks] `<Provider />` now exposes a `cacheProvider` prop to allow persistence with Web3Modal.

## 0.12.0

### Minor 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.12.0",
"version": "0.13.0",
"private": false,
"description": "React hooks for web3",
"keywords": [
Expand Down

2 comments on commit 31e68ae

@vercel
Copy link

@vercel vercel bot commented on 31e68ae May 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3-ui-docs – ./

web3-ui-docs-developdao.vercel.app
web3-ui-docs-git-main-developdao.vercel.app
web3-ui-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 31e68ae May 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3ui – ./

web3ui-git-main-developdao.vercel.app
web3ui-developdao.vercel.app
web3-ui.vercel.app

Please sign in to comment.