Skip to content

Commit

Permalink
Version 2.0.4-beta Changed tagging to use "npm version" style "v2.0.4…
Browse files Browse the repository at this point in the history
…" tags
  • Loading branch information
Rycochet committed Aug 2, 2020
1 parent 4a7012f commit 623c914
Show file tree
Hide file tree
Showing 9 changed files with 459 additions and 9 deletions.
450 changes: 450 additions & 0 deletions packages/velocity/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/velocity/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 packages/velocity/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",
Expand Down
2 changes: 1 addition & 1 deletion packages/velocity/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 packages/velocity/velocity.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/velocity/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 packages/velocity/velocity.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/velocity/velocity.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';".
*/
Expand Down Expand Up @@ -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';".
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/velocity/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/

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

0 comments on commit 623c914

Please sign in to comment.