Skip to content

Commit 59e50ec

Browse files
committed
v7.0.0
1 parent cba48e8 commit 59e50ec

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.0-5.0",
2+
"version": "7.0.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/adaptive-animations-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adaptive-animations-demo",
3-
"version": "7.0.0-5.0",
3+
"version": "7.0.0",
44
"private": true,
55
"dependencies": {
66
"@emotion/core": "^10.0.15",
@@ -9,7 +9,7 @@
99
"prop-types": "^15.7.2",
1010
"react": "^16.9.0",
1111
"react-dom": "^16.9.0",
12-
"react-flip-toolkit": "^7.0.0-alpha.11",
12+
"react-flip-toolkit": "^7.0.0",
1313
"react-router": "^5.0.1",
1414
"react-router-dom": "^5.0.1",
1515
"react-scripts": "3.0.1",

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.0-5.0",
3+
"version": "7.0.0",
44
"description": "Configurable FLIP animation helpers",
55
"license": "MIT",
66
"src": "index.js",
@@ -26,7 +26,7 @@
2626
"build": "microbundle"
2727
},
2828
"dependencies": {
29-
"react-flip-toolkit": "^7.0.0-5.0"
29+
"react-flip-toolkit": "^7.0.0"
3030
},
3131
"devDependencies": {
3232
"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.0-beta.4",
3+
"version": "7.0.0",
44
"description": "Configurable FLIP animation helpers for React",
55
"license": "MIT",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)