Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aholachek committed Aug 16, 2019
1 parent cba48e8 commit 59e50ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0-5.0",
"version": "7.0.0",
"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.0-5.0",
"version": "7.0.0",
"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.0-alpha.11",
"react-flip-toolkit": "^7.0.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.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.0-5.0",
"version": "7.0.0",
"description": "Configurable FLIP animation helpers",
"license": "MIT",
"src": "index.js",
Expand All @@ -26,7 +26,7 @@
"build": "microbundle"
},
"dependencies": {
"react-flip-toolkit": "^7.0.0-5.0"
"react-flip-toolkit": "^7.0.0"
},
"devDependencies": {
"microbundle": "^0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.4",
"version": "7.0.0",
"description": "Configurable FLIP animation helpers for React",
"license": "MIT",
"source": "src/index.ts",
Expand Down

0 comments on commit 59e50ec

Please sign in to comment.