diff options
author | wout <wout@impinc.co.uk> | 2014-06-12 10:42:37 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-12 10:42:37 +0200 |
commit | 977dd4335dc63d84b2e46fc4228dfb2e875ba48f (patch) | |
tree | 19374f75274db6d48ca3fad2224fb5f87e893460 | |
parent | faefee422ac98e4d5378174d3681d825a899ca5d (diff) | |
download | svg.js-1.0.0-rc.8.tar.gz svg.js-1.0.0-rc.8.zip |
Bumped to version 1.0.0-rc.81.0.0-rc.8
-rwxr-xr-x | CHANGELOG.md | 5 | ||||
-rwxr-xr-x | Rakefile | 2 | ||||
-rwxr-xr-x | bower.json | 2 | ||||
-rwxr-xr-x | component.json | 2 | ||||
-rwxr-xr-x | package.json | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f202f..3bc8c82 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.0-rc.8 (12/06/2014) + +- fixed bug in `SVG.off` + + # 1.0.0-rc.7 (11/06/2014) - calling `after()` when calling `stop(true)` (fulfill flag) [thanks @vird] @@ -1,4 +1,4 @@ -SVGJS_VERSION = '1.0.0-rc.7' +SVGJS_VERSION = '1.0.0-rc.8' # all available modules in the correct loading order MODULES = %w[ svg inventor regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient pattern doc shape use rect ellipse line poly path image text textpath nested hyperlink sugar set data memory loader helpers ] @@ -1,6 +1,6 @@ { "name": "svg.js", - "version":"1.0.0-rc.7", + "version":"1.0.0-rc.8", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens <wout@impinc.co.uk>" diff --git a/component.json b/component.json index 1b7059a..d8d389d 100755 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "svg.js", "repo": "wout/svg.js", "description": "A lightweight library for manipulating and animating SVG", - "version": "1.0.0-rc.7", + "version": "1.0.0-rc.8", "keywords": ["svg"], "author": "Wout Fierens <wout@impinc.co.uk>", "main": "dist/svg.js", diff --git a/package.json b/package.json index 837e67e..e67969e 100755 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ , "keywords": ["svg", "vector", "graphics", "animation"] , "author": "Wout Fierens <wout@impinc.co.uk>" , "main": "dist/svg.js" -, "version": "1.0.0-rc.7" +, "version": "1.0.0-rc.8" , "jam": { "include": [ "dist/svg.js" |