Skip to content

Commit

Permalink
fix story paste issue (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin <kevinbe71@gmail.com>
  • Loading branch information
51ngul4r1ty and singularity15 authored Dec 14, 2020
1 parent 5ab41e2 commit 98fbef9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ Miscellaneous Component References

How to build the checkbox:
https://webdesign.tutsplus.com/tutorials/how-to-make-custom-accessible-checkboxes-and-radio-buttons--cms-32074

How to compare oldValues and newValues on React Hooks useEffect?
https://stackoverflow.com/questions/53446020/how-to-compare-oldvalues-and-newvalues-on-react-hooks-useeffect
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atoll",
"version": "0.29.1",
"version": "0.29.2",
"author": {
"name": "Kevin Berry",
"email": "41717340+51ngul4r1ty@users.noreply.github.com"
Expand Down Expand Up @@ -57,7 +57,7 @@
"setup": "ts-node ./scripts/setup.ts"
},
"dependencies": {
"@atoll/shared": "0.29.0",
"@atoll/shared": "0.29.2",
"@flopflip/memory-adapter": "1.6.0",
"@flopflip/react-broadcast": "10.1.11",
"axios": "0.19.2",
Expand Down

0 comments on commit 98fbef9

Please sign in to comment.