Skip to content

Commit

Permalink
docs: Update docs build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Mar 30, 2021
1 parent 3ad1d4d commit e251dbc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/_data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vega__latest: '5.20.1'
vega__latest: '5.20.2'
schema: '5'
vega: '5'
interpreter: '1'
Expand Down
6 changes: 3 additions & 3 deletions docs/vega-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
var $$1__namespace = /*#__PURE__*/_interopNamespace($$1$1);

var name = "vega";
var version$1 = "5.20.1";
var version$1 = "5.20.2";
var description = "The Vega visualization grammar.";
var keywords$1 = [
"vega",
Expand Down Expand Up @@ -81,7 +81,7 @@
"vega-transforms": "~4.9.4",
"vega-typings": "~0.21.0",
"vega-util": "~1.16.1",
"vega-view": "~5.10.0",
"vega-view": "~5.10.1",
"vega-view-transforms": "~4.5.8",
"vega-voronoi": "~4.1.5",
"vega-wordcloud": "~4.1.3"
Expand Down Expand Up @@ -27462,7 +27462,7 @@
config = view._eventConfig.bind,
module = renderModule(type); // containing dom element

el = view._el = el ? lookup$1(view, el) : null; // initialize aria attributes
el = view._el = el ? lookup$1(view, el, true) : null; // initialize aria attributes

initializeAria(view); // select appropriate renderer & handler

Expand Down
2 changes: 1 addition & 1 deletion docs/vega-core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/vega-core.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/vega.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}(this, (function (exports) { 'use strict';

var name = "vega";
var version$1 = "5.20.1";
var version$1 = "5.20.2";
var description = "The Vega visualization grammar.";
var keywords$1 = [
"vega",
Expand Down Expand Up @@ -58,7 +58,7 @@
"vega-transforms": "~4.9.4",
"vega-typings": "~0.21.0",
"vega-util": "~1.16.1",
"vega-view": "~5.10.0",
"vega-view": "~5.10.1",
"vega-view-transforms": "~4.5.8",
"vega-voronoi": "~4.1.5",
"vega-wordcloud": "~4.1.3"
Expand Down Expand Up @@ -40240,7 +40240,7 @@
config = view._eventConfig.bind,
module = renderModule(type); // containing dom element

el = view._el = el ? lookup$1(view, el) : null; // initialize aria attributes
el = view._el = el ? lookup$1(view, el, true) : null; // initialize aria attributes

initializeAria(view); // select appropriate renderer & handler

Expand Down
2 changes: 1 addition & 1 deletion docs/vega.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/vega.min.js.map

Large diffs are not rendered by default.

0 comments on commit e251dbc

Please sign in to comment.