Skip to content

Commit 7c6a8af

Browse files
committed
bump 2.2.1
1 parent 30f7761 commit 7c6a8af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- added `precision()` method to round numeric element attributes -> __TODO!__
99
- added specs for `SVG.FX` -> __TODO!__
1010

11-
# 2.2.1 (??/??/????)
11+
# 2.2.1 (18/11/2015)
1212
- added workaround for `SvgPathSeg` which is removed in Chrome 48 (#409)
1313
- added `gbox()` to group to get bbox with translation included (#405)
1414
- fixed dom data which was not cleaned up properly (#398)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svg.js",
3-
"version":"2.2.0",
3+
"version":"2.2.1",
44
"homepage": "http://svgjs.com/",
55
"authors": [
66
"Wout Fierens <[email protected]>"

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svg.js",
33
"repo": "wout/svg.js",
44
"description": "A lightweight library for manipulating and animating SVG",
5-
"version": "2.2.0",
5+
"version": "2.2.1",
66
"keywords": ["svg"],
77
"author": "Wout Fierens <[email protected]>",
88
"main": "dist/svg.js",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svg.js",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A lightweight library for manipulating and animating SVG.",
55
"url": "http://svgjs.com",
66
"homepage": "http://www.svgjs.com",

0 commit comments

Comments
 (0)