Skip to content

Commit 94426bb

Browse files
committed
bump version
1 parent aa5eb3a commit 94426bb

File tree

3 files changed

+74
-1466
lines changed

3 files changed

+74
-1466
lines changed

packages/flip-toolkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flip-toolkit",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Configurable FLIP animation helpers",
55
"license": "MIT",
66
"src": "index.js",
@@ -28,7 +28,7 @@
2828
"test": "echo \"noop\""
2929
},
3030
"dependencies": {
31-
"react-flip-toolkit": "^7.0.4-beta.0"
31+
"react-flip-toolkit": "^7.0.5"
3232
},
3333
"devDependencies": {
3434
"microbundle": "^0.11.0"

packages/react-flip-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-flip-toolkit",
3-
"version": "7.0.5-0",
3+
"version": "7.0.5",
44
"description": "Configurable FLIP animation helpers for React",
55
"license": "MIT",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)