Skip to content

Commit

Permalink
Merge pull request #1747 from palantir/release-v0.48.1
Browse files Browse the repository at this point in the history
Release v0.48.1 (--> master)
  • Loading branch information
jtlan committed Mar 18, 2015
2 parents 994d964 + 578ee62 commit 5f40d42
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable",
"description": "A library for creating charts out of D3",
"version": "0.48.0",
"version": "0.48.1",
"main": ["plottable.js", "plottable.css"],
"license": "MIT",
"ignore": [
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"d3": "3.5.5",
"svg-typewriter": "0.1.10"
"svg-typewriter": "0.1.11"
},
"homepage": "plottablejs.org",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions bower_components/svg-typewriter/.bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svg-typewriter",
"description": "A library for measuring, manipulating, and writing text on SVG.",
"version": "0.1.10",
"version": "0.1.11",
"main": [
"svgtypewriter.js"
],
Expand All @@ -25,7 +25,7 @@
"visualization"
],
"dependencies": {
"d3": "3.4.13"
"d3": "3.5.5"
},
"homepage": "http://palantir.github.io/svg-typewriter/",
"repository": {
Expand All @@ -39,13 +39,13 @@
"jquery.simulate": "1.2.0",
"lodash": "~2.4.1"
},
"_release": "0.1.10",
"_release": "0.1.11",
"_resolution": {
"type": "version",
"tag": "v0.1.10",
"commit": "6514676473d32d44081018e1219aa8b7596c68c1"
"tag": "v0.1.11",
"commit": "0256b10e07f2dffb53714699aba184393f45d687"
},
"_source": "git://github.com/palantir/svg-typewriter.git",
"_target": "0.1.10",
"_target": "0.1.11",
"_originalSource": "svg-typewriter"
}
4 changes: 2 additions & 2 deletions bower_components/svg-typewriter/bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svg-typewriter",
"description": "A library for measuring, manipulating, and writing text on SVG.",
"version": "0.1.10",
"version": "0.1.11",
"main": ["svgtypewriter.js"],
"license": "MIT",
"ignore": [
Expand All @@ -23,7 +23,7 @@
"visualization"
],
"dependencies": {
"d3": "3.4.13"
"d3": "3.5.5"
},
"homepage": "http://palantir.github.io/svg-typewriter/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bower_components/svg-typewriter/svgtypewriter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
SVG Typewriter 0.1.10 (https://github.com/palantir/svg-typewriter)
SVG Typewriter 0.1.11 (https://github.com/palantir/svg-typewriter)
Copyright 2014 Palantir Technologies
Licensed under MIT (https://github.com/palantir/svg-typewriter/blob/develop/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable.js",
"description": "A library for creating charts out of D3",
"version": "0.48.0",
"version": "0.48.1",
"repository": {
"type": "git",
"url": "https://github.com/palantir/plottable.git"
Expand Down
6 changes: 3 additions & 3 deletions plottable.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Plottable 0.48.0 (https://github.com/palantir/plottable)
Plottable 0.48.1 (https://github.com/palantir/plottable)
Copyright 2014 Palantir Technologies
Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -1113,7 +1113,7 @@ var Plottable;
///<reference path="../reference.ts" />
var Plottable;
(function (Plottable) {
Plottable.version = "0.48.0";
Plottable.version = "0.48.1";
})(Plottable || (Plottable = {}));

///<reference path="../reference.ts" />
Expand Down Expand Up @@ -9944,7 +9944,7 @@ var Plottable;
})(Plottable || (Plottable = {}));

/*!
SVG Typewriter 0.1.10 (https://github.com/palantir/svg-typewriter)
SVG Typewriter 0.1.11 (https://github.com/palantir/svg-typewriter)
Copyright 2014 Palantir Technologies
Licensed under MIT (https://github.com/palantir/svg-typewriter/blob/develop/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion plottable.min.js

Large diffs are not rendered by default.

Binary file modified plottable.zip
Binary file not shown.

0 comments on commit 5f40d42

Please sign in to comment.