Skip to content

Commit

Permalink
v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aholachek committed Aug 22, 2019
1 parent cc0dd53 commit 647e366
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.2",
"version": "7.0.3",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/adaptive-animations-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptive-animations-demo",
"version": "7.0.2",
"version": "7.0.3",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.15",
Expand All @@ -9,7 +9,7 @@
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-flip-toolkit": "^7.0.2",
"react-flip-toolkit": "^7.0.3",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "7.0.3",
"description": "Configurable FLIP animation helpers",
"license": "MIT",
"src": "index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "echo \"noop\""
},
"dependencies": {
"react-flip-toolkit": "^7.0.2"
"react-flip-toolkit": "^7.0.3"
},
"devDependencies": {
"microbundle": "^0.11.0"
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.2",
"version": "7.0.3",
"description": "Configurable FLIP animation helpers for React",
"license": "MIT",
"source": "src/index.ts",
Expand Down Expand Up @@ -103,4 +103,4 @@
"last 2 versions",
"IE 11"
]
}
}

0 comments on commit 647e366

Please sign in to comment.