Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Apr 6, 2019
1 parent c130455 commit 949a073
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/vega-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vega-cli",
"version": "5.3.4",
"version": "5.3.5",
"description": "Command line utilities for server-side Vega.",
"keywords": [
"vega",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"canvas": "^2.4.1",
"vega": "5.3.4",
"vega": "5.3.5",
"yargs": "13"
}
}
2 changes: 1 addition & 1 deletion packages/vega-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vega-geo",
"version": "4.0.1",
"version": "4.0.2",
"description": "Geographic data transforms for Vega dataflows.",
"keywords": [
"vega",
Expand Down
2 changes: 1 addition & 1 deletion packages/vega-view-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vega-view-transforms",
"version": "4.3.0",
"version": "4.3.1",
"description": "View-specific transforms for Vega dataflows.",
"keywords": [
"vega",
Expand Down
6 changes: 3 additions & 3 deletions packages/vega/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vega",
"version": "5.3.4",
"version": "5.3.5",
"description": "The Vega visualization grammar.",
"keywords": [
"vega",
Expand Down Expand Up @@ -37,7 +37,7 @@
"vega-expression": "^2.6.0",
"vega-functions": "^5.2.0",
"vega-force": "^4.0.1",
"vega-geo": "^4.0.1",
"vega-geo": "^4.0.2",
"vega-hierarchy": "^4.0.1",
"vega-loader": "^4.0.0",
"vega-parser": "^5.6.2",
Expand All @@ -50,7 +50,7 @@
"vega-typings": "^0.6.2",
"vega-util": "^1.10.0",
"vega-view": "^5.2.1",
"vega-view-transforms": "^4.3.0",
"vega-view-transforms": "^4.3.1",
"vega-voronoi": "^4.0.1",
"vega-wordcloud": "^4.0.2"
},
Expand Down

0 comments on commit 949a073

Please sign in to comment.