Skip to content

Commit

Permalink
Version Packages (next) (#337)
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 Apr 17, 2022
1 parent efb8607 commit addd844
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"@web3-ui/core": "0.8.0",
"@web3-ui/hooks": "0.12.0"
},
"changesets": []
"changesets": ["two-hotels-argue"]
}
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-next.0

### Patch Changes

- Updated dependencies [[`efb8607`](https://github.com/Developer-DAO/web3-ui/commit/efb8607afc7b85d20056b1aff42eb20daa4c9abe)]:
- @web3-ui/components@0.13.0-next.0
- @web3-ui/core@0.8.1-next.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-next.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,8 +13,8 @@
"dependencies": {
"@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/components": "^0.13.0-next.0",
"@web3-ui/core": "^0.8.1-next.0",
"@web3-ui/hooks": "^0.12.0",
"next": "12.1.0",
"react": "17.0.2",
Expand Down
7 changes: 7 additions & 0 deletions examples/vitejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vitejs

## 0.0.4-next.0

### Patch Changes

- Updated dependencies []:
- @web3-ui/core@0.8.1-next.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/vitejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitejs",
"version": "0.0.3",
"version": "0.0.4-next.0",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@typechain/ethers-v5": "^9.0.0",
"@web3-ui/core": "^0.8.0",
"@web3-ui/core": "^0.8.1-next.0",
"ethers": "^5.5.3",
"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.13.0-next.0

### Minor Changes

- [#336](https://github.com/Developer-DAO/web3-ui/pull/336) [`efb8607`](https://github.com/Developer-DAO/web3-ui/commit/efb8607afc7b85d20056b1aff42eb20daa4c9abe) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Refactor `Address` component to not use ChakraUI anymore. It uses plain CSS now. The functionality remains unchanged.

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.12.0",
"version": "0.13.0-next.0",
"private": false,
"description": "React UI components for web3",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web3-ui/core

## 0.8.1-next.0

### Patch Changes

- Updated dependencies [[`efb8607`](https://github.com/Developer-DAO/web3-ui/commit/efb8607afc7b85d20056b1aff42eb20daa4c9abe)]:
- @web3-ui/components@0.13.0-next.0

## 0.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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-next.0",
"private": false,
"description": "React UI components for web3",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@web3-ui/components": "^0.12.0",
"@web3-ui/components": "^0.13.0-next.0",
"@web3-ui/hooks": "^0.12.0",
"framer-motion": "^4"
},
Expand Down

0 comments on commit addd844

Please sign in to comment.