Skip to content

Commit

Permalink
v7.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aholachek committed Sep 4, 2022
1 parent ca98788 commit 2749804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/flip-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flip-toolkit",
"version": "7.0.15",
"version": "7.0.16",
"description": "Configurable FLIP animation helpers",
"license": "MIT",
"src": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-flip-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-flip-toolkit",
"version": "7.0.13",
"version": "7.0.16",
"description": "Configurable FLIP animation helpers for React",
"license": "MIT",
"source": "src/index.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"flip-toolkit": "7.0.14",
"flip-toolkit": "7.0.16",
"prop-types": "^15.5.7"
},
"peerDependencies": {
Expand Down

0 comments on commit 2749804

Please sign in to comment.