Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2.0.4-beta
Browse files Browse the repository at this point in the history
Rycochet committed May 28, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 488a2a5 commit 86a918e
Showing 9 changed files with 459 additions and 9 deletions.
450 changes: 450 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "velocity-animate",
"version": "2.0.3",
"version": "2.0.4",
"description": "Accelerated JavaScript animation.",
"keywords": [
"velocity",
2 changes: 1 addition & 1 deletion velocity.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion velocity.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion velocity.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion velocity.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions velocity.min.js
Original file line number Diff line number Diff line change
@@ -980,7 +980,7 @@ e.mock=!1,
/**
* Save our version number somewhere visible.
*/
e.version="2.0.3",
e.version="2.0.4",
/**
* Added as a fallback for "import {Velocity} from 'velocity-animate';".
*/
@@ -1223,7 +1223,7 @@ e.mock=!1,
/**
* Save our version number somewhere visible.
*/
e.version="2.0.3",
e.version="2.0.4",
/**
* Added as a fallback for "import {Velocity} from 'velocity-animate';".
*/
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@
*/

// Automatically generated
export const VERSION = "2.0.3";
export const VERSION = "2.0.4";

0 comments on commit 86a918e

Please sign in to comment.