There was an error while loading. Please reload this page.
1 parent 104071b commit bc6b424Copy full SHA for bc6b424
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@reactuses/monorepo",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"private": "true",
5
"description": "Collection of essential React Composition Utilities",
6
"workspaces": [
packages/core/package.json
"name": "@reactuses/core",
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts",
packages/website/package.json
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
- "@reactuses/core": "1.0.3",
+ "@reactuses/core": "1.0.4",
7
"@testing-library/jest-dom": "^5.16.5",
8
"@testing-library/react": "^13.3.0",
9
"@testing-library/user-event": "^13.5.0",
0 commit comments