Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrupinski committed Nov 16, 2021
1 parent 8a2fc74 commit 4697099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@rkrupinski/use-state-machine": "0.0.0",
"@rkrupinski/use-state-machine": "1.0.0",
"classnames": "^2.3.1",
"io-ts": "2.2.16",
"fp-ts": "2.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-state-machine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rkrupinski/use-state-machine",
"description": "A simple yet powerful finite state machine React hook",
"version": "0.0.0",
"version": "1.0.0",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4697099

Please sign in to comment.