Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simmo committed Apr 28, 2020
1 parent 4bd1e74 commit 9485d1a
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.0.3"
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion packages/before-unload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"useBeforeUnload",
"before-unload"
],
"version": "0.0.0",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/boolean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"boolean",
"toggle"
],
"version": "0.0.3",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/geo-location/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"location",
"position"
],
"version": "0.0.3",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/interval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"setInterval",
"interval"
],
"version": "0.0.3",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/media-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"query",
"css"
],
"version": "0.0.3",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand All @@ -35,6 +35,6 @@
"react": "^16.12.0"
},
"dependencies": {
"@hooks/boolean": "^0.0.3"
"@hooks/boolean": "^0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/mount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"useMount",
"mount"
],
"version": "0.0.0",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/network-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"network",
"status"
],
"version": "0.0.3",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/previous/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"usePrevious",
"previous"
],
"version": "0.0.0",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"useQueue",
"queue"
],
"version": "0.0.0",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/raf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"animation",
"frame"
],
"version": "0.0.3",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/render-count/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"useRenderCount",
"render"
],
"version": "0.0.3",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"useStack",
"stack"
],
"version": "0.0.0",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"hooks",
"store"
],
"version": "0.0.3",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/timeout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"setTimeout",
"delay"
],
"version": "0.0.3",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/title/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"useTitle",
"title"
],
"version": "0.0.3",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/unmount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"useUnmount",
"unmount"
],
"version": "0.0.0",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "typings/index.d.ts",
Expand Down

0 comments on commit 9485d1a

Please sign in to comment.