Skip to content

Commit

Permalink
chore: release v5.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
childrentime committed Jul 25, 2024
1 parent b3f6d0d commit b21233f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/core/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,14 @@
### Core

- fix: add useGeolocation navigator support check

## 5.0.19(July 25, 2024)

### Core

- feat: add usePreferredLanguages
- feat: add useBroadcastChannel
- feat: add useDevicePixelRatio
- feat: add useElementByPoint
- feat: add useQRCode
- fix next.js import error: `SyntaxError: Named export 'a' not found. The requested module './index-client-Qon46B4S.js' is a CommonJS module, which may not support all module.exports as named exports.`. which caused by `use client` with bunchee;
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactuses/core",
"version": "5.0.19-beta.2",
"version": "5.0.19",
"license": "Unlicense",
"homepage": "https://www.reactuse.com/",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/website-docusaurus/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,14 @@
### Core

- fix: add useGeolocation navigator support check

## 5.0.19(July 25, 2024)

### Core

- feat: add usePreferredLanguages
- feat: add useBroadcastChannel
- feat: add useDevicePixelRatio
- feat: add useElementByPoint
- feat: add useQRCode
- fix next.js import error: `SyntaxError: Named export 'a' not found. The requested module './index-client-Qon46B4S.js' is a CommonJS module, which may not support all module.exports as named exports.`. which caused by `use client` with bunchee;

0 comments on commit b21233f

Please sign in to comment.