Skip to content

Commit

Permalink
Updated Builds for Hot Publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonobr1 committed Jun 9, 2022
1 parent a263cf7 commit b200eec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion build/two.js
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ var Two = (() => {
canvas: "CanvasRenderer"
},
Version: "v0.8.10",
PublishDate: "2022-06-04T04:53:21.949Z",
PublishDate: "2022-06-09T16:09:22.888Z",
Identifier: "two-",
Resolution: 12,
AutoCalculateImportedMatrices: true,
Expand Down Expand Up @@ -10304,3 +10304,5 @@ var Two = (() => {
};
return __toCommonJS(two_exports);
})().default;

(function(){if(typeof exports==='object'&&typeof module!=='undefined'){module.exports=Two}})()
4 changes: 3 additions & 1 deletion build/two.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/two.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ var Constants = {
canvas: "CanvasRenderer"
},
Version: "v0.8.10",
PublishDate: "2022-06-04T04:53:21.949Z",
PublishDate: "2022-06-09T16:09:22.888Z",
Identifier: "two-",
Resolution: 12,
AutoCalculateImportedMatrices: true,
Expand Down
5 changes: 3 additions & 2 deletions wiki/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ All notable changes to this project will be documented in this file. The format

<carbon-ads />

## May 31, 2022 v0.8.9
## May 31, 2022 v0.8.10

<h3 class="visible">May 31, 2022</h3><version-link v="v0.8.9" />
<h3 class="visible">June 9, 2022</h3><version-link v="v0.8.10" />

+ Added `Two.Arc` to `/extras` directory
+ Made `/extras/js/zui.js` ES6 compliant
+ Removed `/extras` modules from generated documentation
+ Added method documentation to `Two.ZUI`
+ Improved `types.d.ts`
+ Fixed Commonjs imports from `package.json`

## May 9, 2022 v0.8.7

Expand Down

0 comments on commit b200eec

Please sign in to comment.