Skip to content

Commit

Permalink
v0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jonobr1 committed May 9, 2022
1 parent c95c7ee commit 1b0916a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/two.js
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,8 @@ var Two = (() => {
svg: "SVGRenderer",
canvas: "CanvasRenderer"
},
Version: "v0.8.6",
PublishDate: "2022-04-27T00:08:13.425Z",
Version: "v0.8.7",
PublishDate: "2022-05-09T17:14:19.407Z",
Identifier: "two-",
Resolution: 12,
AutoCalculateImportedMatrices: true,
Expand Down
2 changes: 1 addition & 1 deletion build/two.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/two.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ var Constants = {
svg: "SVGRenderer",
canvas: "CanvasRenderer"
},
Version: "v0.8.6",
PublishDate: "2022-04-27T00:08:13.425Z",
Version: "v0.8.7",
PublishDate: "2022-05-09T17:14:19.407Z",
Identifier: "two-",
Resolution: 12,
AutoCalculateImportedMatrices: true,
Expand Down
4 changes: 2 additions & 2 deletions wiki/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ All notable changes to this project will be documented in this file. The format

<carbon-ads />

## Apr 29, 2022 v0.8.6
## May 9, 2022 v0.8.7

<h3 class="visible">Apr 29, 2022</h3><version-link v="v0.8.6" />
<h3 class="visible">May 9, 2022</h3><version-link v="v0.8.7" />

+ Fixed documentation links
+ Made `Two.Group` and `Two.Text` properties public in TypeScript types
Expand Down

0 comments on commit 1b0916a

Please sign in to comment.