Skip to content

Commit 8b18c7e

Browse files
Version Packages (#113)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a893f34 commit 8b18c7e

File tree

8 files changed

+33
-19
lines changed

8 files changed

+33
-19
lines changed

.changeset/neat-turkeys-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-rivers-dance.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.1
4+
5+
### Patch Changes
6+
7+
- [#111](https://github.com/Developer-DAO/web3-ui/pull/111) [`d5c3358`](https://github.com/Developer-DAO/web3-ui/commit/d5c3358e0a487359619c4fe234d573b0940b34a8) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - move build to prepublishOnly so we also build when someone manually publishes
8+
39
## 0.2.0
410

511
### Minor 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.0",
4+
"version": "0.2.1",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -47,7 +47,7 @@
4747
"@types/node": "^16.11.9",
4848
"@types/react": "^17.0.36",
4949
"@types/react-dom": "^16.9.10",
50-
"@web3-ui/hooks": "^0.3.0",
50+
"@web3-ui/hooks": "^0.4.0",
5151
"babel-loader": "^8.2.1",
5252
"husky": "^7.0.0",
5353
"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.1
4+
5+
### Patch Changes
6+
7+
- [#111](https://github.com/Developer-DAO/web3-ui/pull/111) [`d5c3358`](https://github.com/Developer-DAO/web3-ui/commit/d5c3358e0a487359619c4fe234d573b0940b34a8) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - move build to prepublishOnly so we also build when someone manually publishes
8+
9+
- Updated dependencies [[`a893f34`](https://github.com/Developer-DAO/web3-ui/commit/a893f34036844b8b7100bac98eea8b62036c8491), [`d5c3358`](https://github.com/Developer-DAO/web3-ui/commit/d5c3358e0a487359619c4fe234d573b0940b34a8)]:
10+
- @web3-ui/hooks@0.4.0
11+
- @web3-ui/components@0.2.1
12+
313
## 0.1.0
414

515
### Minor 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.0",
4+
"version": "0.1.1",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",
@@ -35,8 +35,8 @@
3535
"classnames": "^2.2.6",
3636
"cross-fetch": "^3.1.4",
3737
"framer-motion": "^4",
38-
"@web3-ui/components": "^0.2.0",
39-
"@web3-ui/hooks": "^0.3.0"
38+
"@web3-ui/components": "^0.2.1",
39+
"@web3-ui/hooks": "^0.4.0"
4040
},
4141
"peerDependencies": {
4242
"react": "*",
@@ -50,7 +50,7 @@
5050
"@types/node": "^16.11.9",
5151
"@types/react": "^17.0.36",
5252
"@types/react-dom": "^16.9.10",
53-
"@web3-ui/hooks": "^0.3.0",
53+
"@web3-ui/hooks": "^0.4.0",
5454
"babel-loader": "^8.2.1",
5555
"classnames": "^2.2.6",
5656
"ethers": "^5.5.1",

packages/hooks/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#114](https://github.com/Developer-DAO/web3-ui/pull/114) [`a893f34`](https://github.com/Developer-DAO/web3-ui/commit/a893f34036844b8b7100bac98eea8b62036c8491) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - Remove Ledger and Coinbase wallet providers
8+
9+
### Patch Changes
10+
11+
- [#111](https://github.com/Developer-DAO/web3-ui/pull/111) [`d5c3358`](https://github.com/Developer-DAO/web3-ui/commit/d5c3358e0a487359619c4fe234d573b0940b34a8) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - move build to prepublishOnly so we also build when someone manually publishes
12+
313
## 0.3.0
414

515
### 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.3.0",
4+
"version": "0.4.0",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",

0 commit comments

Comments
 (0)