Skip to content

Commit

Permalink
Merge pull request #12 from zolplay-cn/react/avatar
Browse files Browse the repository at this point in the history
fix(react): nanoid version downgrade
  • Loading branch information
CaliCastle authored Oct 22, 2022
2 parents e74f7b1 + 673a91d commit 66dd553
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 32 deletions.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zolplay/react

## 0.2.1

### Patch Changes

- Fixed nanoid import issue

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zolplay/react",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"@stitches/react": "^1.2.8",
"@zolplay/config": "workspace:*",
"@zolplay/utils": "workspace:*",
"nanoid": "^4.0.0",
"nanoid": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"string-hash": "^1.1.3",
Expand Down
53 changes: 23 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66dd553

Please sign in to comment.