]> source.dussan.org Git - svg.js.git/commitdiff
Bumped to version 1.0.0-rc.8 1.0.0-rc.8
authorwout <wout@impinc.co.uk>
Thu, 12 Jun 2014 08:42:37 +0000 (10:42 +0200)
committerwout <wout@impinc.co.uk>
Thu, 12 Jun 2014 08:42:37 +0000 (10:42 +0200)
CHANGELOG.md
Rakefile
bower.json
component.json
package.json

index c8f202fea14d5adc38369b4a0104dc2f7d8c3fbd..3bc8c821764aacd084839bae14ba465fe97e2114 100755 (executable)
@@ -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]
index 9a3857091cb552371ab64b98bc25456fccd76862..8acad71f2568888d410af5a54cfa3031445142ad 100755 (executable)
--- a/Rakefile
+++ b/Rakefile
@@ -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 ]
index 19854921c443ec4c5338b1da7ce88ec8f6033bdf..7bc21a8ef014f4127eebb955e5f94e389c926eb8 100755 (executable)
@@ -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>"
index 1b7059a7e29df3d57f915c20e86ca2f95fd32428..d8d389da2975e95a8d4d601997afd4239900bd83 100755 (executable)
@@ -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",
index 837e67efdc01415a9c53ed2728229d627a5b1436..e67969e276e5189170dfe97793bd034f37a2d5ff 100755 (executable)
@@ -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"