Skip to content

Commit

Permalink
v4.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev committed Jul 10, 2019
1 parent 49993a9 commit 786255f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.0.0-alpha.6"
"version": "4.0.0-alpha.7"
}
2 changes: 1 addition & 1 deletion packages/freezeframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freezeframe",
"version": "4.0.0-alpha.6",
"version": "4.0.0-alpha.7",
"description": "Freezeframe is a library that automatically pauses animated .gifs and enables them to start animation on mouse hover or click",
"main": "/dist/freezeframe.min.js",
"devDependencies": {
Expand Down
7 changes: 3 additions & 4 deletions packages/react-freezeframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-freezeframe",
"version": "4.0.0-alpha.6",
"version": "4.0.0-alpha.7",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"babel-preset-react-app": "^9.0.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0",
"freezeframe": "^4.0.0-alpha.6",
"freezeframe": "^4.0.0-alpha.7",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
Expand All @@ -55,6 +55,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {}
}
}
4 changes: 2 additions & 2 deletions packages/vue-freezeframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-freezeframe",
"version": "4.0.0-alpha.6",
"version": "4.0.0-alpha.7",
"main": "dist/freezeframe.umd.js",
"repository": "https://github.com/ctrl-freaks/freezeframe.js",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"core-js": "^2.6.5",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"freezeframe": "^4.0.0-alpha.6",
"freezeframe": "^4.0.0-alpha.7",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.10",
Expand Down

0 comments on commit 786255f

Please sign in to comment.