Skip to content

Commit 00f59f8

Browse files
Version Packages (#215)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5574d4b commit 00f59f8

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/clean-lobsters-kiss.md

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

example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# example
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e204d49`](https://github.com/Developer-DAO/web3-ui/commit/e204d49bd8ff8c29015b63d33df44fab0b302c84)]:
8+
- @web3-ui/core@0.3.0

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@chakra-ui/react": "^1.7.3",
1313
"@web3-ui/components": "^0.4.1",
14-
"@web3-ui/core": "^0.2.0",
14+
"@web3-ui/core": "^0.3.0",
1515
"next": "12.0.7",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2"

packages/core/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#214](https://github.com/Developer-DAO/web3-ui/pull/214) [`e204d49`](https://github.com/Developer-DAO/web3-ui/commit/e204d49bd8ff8c29015b63d33df44fab0b302c84) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - The core package now has a TokenGate that lets you conditionally render some content depending on whether a user owns some amount of a token or not.
8+
39
## 0.2.2
410

511
### Patch Changes

packages/core/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/core",
33
"license": "MIT",
4-
"version": "0.2.2",
4+
"version": "0.3.0",
55
"private": false,
66
"engines": {
77
"node": ">=16.0.0",

0 commit comments

Comments
 (0)