Skip to content

Commit

Permalink
#72 update vega-lite library to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Feb 20, 2020
1 parent 88538e1 commit 057aa1b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
See [releases](https://github.com/RandomFractals/vscode-vega-viewer/releases)
for the prior versions information, and all the notable changes to this [Vega Viewer 📈](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-vega-viewer) extension with new feature details and screen pics.

## v8.2.0 (2020-02-20)

- [#72](https://github.com/RandomFractals/vscode-vega-viewer/issues/72)
Update vega-lite library to [v4.4.0](https://github.com/vega/vega-lite/releases/tag/v4.4.0)

## v8.1.0 (2020-02-18)

- [#70](https://github.com/RandomFractals/vscode-vega-viewer/issues/70)
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-vega-viewer",
"displayName": "Vega Viewer",
"description": "VSCode extension for Interactive Preview of Vega & Vega-Lite maps 🗺️ & graphs 📈 ",
"version": "8.1.0",
"version": "8.2.0",
"icon": "images/vega-viewer.png",
"publisher": "RandomFractalsInc",
"author": "Taras Novak",
Expand Down Expand Up @@ -209,7 +209,7 @@
},
"devDependencies": {
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.2",
"@types/node": "^13.7.4",
"tslint": "^6.0.0",
"typescript": "^3.7.5",
"vscode": "^1.1.36"
Expand All @@ -218,7 +218,7 @@
"json-stringify-pretty-compact": "^2.0.0",
"lz-string": "^1.4.4",
"vega": "^5.9.1",
"vega-lite": "^4.3.1",
"vega-lite": "^4.4.0",
"vega-embed": "^6.2.2"
}
}
4 changes: 2 additions & 2 deletions web/scripts/vega-lite.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/scripts/vega-lite.min.js.map

Large diffs are not rendered by default.

0 comments on commit 057aa1b

Please sign in to comment.