Skip to content

Commit

Permalink
Bump to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesleesaunders committed Nov 30, 2022
1 parent 5621e70 commit 7b81e63
Show file tree
Hide file tree
Showing 7 changed files with 239 additions and 358 deletions.
2 changes: 1 addition & 1 deletion dist/d3-x3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -8399,7 +8399,7 @@
//import {default as packageJson} from "./package.json" assert { type: "json" };
//let version = packageJson.version;
//let license = packageJson.license;
var version = "2.1.0";
var version = "2.1.1";
var license = "GPL-2.0";
var index = {
version: version,
Expand Down
2 changes: 1 addition & 1 deletion dist/d3-x3d.min.js

Large diffs are not rendered by default.

Binary file modified dist/d3-x3d.zip
Binary file not shown.
18 changes: 18 additions & 0 deletions examples/assets/importTest.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>

<head>
<title>d3-x3d : Import Test</title>
<script src="https://x3dom.org/download/dev/x3dom-full.js"></script>
<link rel="stylesheet" href="https://x3dom.org/download/dev/x3dom.css" />
</head>

<body>

<script type="module" src="https://cdn.skypack.dev/pin/d3-x3d@v2.1.0-mxCKMhCCStPR0rfEGWkI/mode=imports/optimized/d3-x3d.js">
console.log(d3.x3d.version)
</script>

</body>

</html>
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const copyright = `Copyright (C) ${year} ${author}`;
//import {default as packageJson} from "./package.json" assert { type: "json" };
//let version = packageJson.version;
//let license = packageJson.license;
let version = "2.1.0";
let version = "2.1.1";
let license = "GPL-2.0";

import chart from "./src/chart.js";
Expand Down
Loading

0 comments on commit 7b81e63

Please sign in to comment.