Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
],
"browser": "dojo_c.js",
"types": "dojo_c.d.ts"
}
}
27 changes: 15 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# Release v1.7.0-alpha.5
# Release v1.7.0

## Changes since v1.7.0-alpha.2
## Changes since v1.7.0-alpha.5

### πŸš€ Features
- Merge pull request #111 from dojoengine/unity-update1705 ([b37d4cf](https://github.com/dojoengine/dojo.unity/commit/b37d4cf5c582ed9768dc44d736cf9fdf26356279))
- feat: update to 1.7.0-alpha.5 with tokens supply & entities timestamps ([8a012df](https://github.com/dojoengine/dojo.unity/commit/8a012dffee4fb76924ce9474b3e7ecbd0a8c13ba))
- Merge pull request #114 from dojoengine/170-stable ([78b4d1d](https://github.com/dojoengine/dojo.unity/commit/78b4d1d9ba0ea9c2febcafb0524a71529868601c))
- feat: update to 1.7.0 ([7af7a90](https://github.com/dojoengine/dojo.unity/commit/7af7a90954ec333d6e64e77a29ed0933c65c494b))
### πŸ› Bug Fixes
- fix workflow ([409341b](https://github.com/dojoengine/dojo.unity/commit/409341b9cf3e1bba91eaba011836daf7fdc80adb))
- wasm fix ([ba4f6f1](https://github.com/dojoengine/dojo.unity/commit/ba4f6f1919f990ed454f9cb5a0886715fece4483))
### πŸ”§ Other Changes
- Merge pull request #110 from dojoengine/release-workflow ([10e1aa0](https://github.com/dojoengine/dojo.unity/commit/10e1aa00960108f885e2321642d7f89aa986b816))
- update workflows ([a4d02e4](https://github.com/dojoengine/dojo.unity/commit/a4d02e44cb13afdf31d9f350d915ef11ccba8466))
- f ([0ffd287](https://github.com/dojoengine/dojo.unity/commit/0ffd287ffd5c1c581cd7b7ec6ff345711c3da0aa))
- update binaries ([b08b9cb](https://github.com/dojoengine/dojo.unity/commit/b08b9cb56e56845474ca034b156c690246d31401))
- cleanup type conversions & entity updates ([262ee4a](https://github.com/dojoengine/dojo.unity/commit/262ee4a7370dfce69a368ae6c8e12014e4bcd670))
- chore(workflows): prepare release ([55264ea](https://github.com/dojoengine/dojo.unity/commit/55264ea14937e261d3e1601f73914a994898919d))
**Full Changelog**: https://github.com/dojoengine/dojo.unity/compare/v1.7.0-alpha.2...v1.7.0-alpha.5
- chore: Update generated bindings and libraries ([687e6c9](https://github.com/dojoengine/dojo.unity/commit/687e6c9cd492f035ecf1df8eb0ecef7406b76589))
- chore: update rustc to 1.87 ([e5be85d](https://github.com/dojoengine/dojo.unity/commit/e5be85d896dd63a8cb2d5a06165e829f71d0561b))
- chore(dojoc): rev update ([46d58c9](https://github.com/dojoengine/dojo.unity/commit/46d58c93ecb1128aafe616edf0888b89f5a2ae5b))
- refactor: dojoc artificats workflow ([430afde](https://github.com/dojoengine/dojo.unity/commit/430afde1aaa3b1ee530fddc9285dbd41ccc72d31))
- jslib ([6308459](https://github.com/dojoengine/dojo.unity/commit/6308459b2576dcd61e1446d0dec031cd893f10cc))
- plugins ([29ea844](https://github.com/dojoengine/dojo.unity/commit/29ea8447ffa36284863e15936a1c1d33243666ca))
- correctly parse decimal intds ([56a6b2a](https://github.com/dojoengine/dojo.unity/commit/56a6b2ac955379f3d92a7954ac7e26217089979e))
- wasm ([795ab7b](https://github.com/dojoengine/dojo.unity/commit/795ab7bb7acb210ae794afab13c38866ffc12d48))
- Merge pull request #112 from dojoengine/release/v1.7.0-alpha.5 ([b73997a](https://github.com/dojoengine/dojo.unity/commit/b73997adf0dfec48147c92ff1364bf4cf6f431c5))
**Full Changelog**: https://github.com/dojoengine/dojo.unity/compare/v1.7.0-alpha.5...v1.7.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.dojoengine.dojo",
"version": "1.7.0-alpha.5",
"version": "1.7.0",
"displayName": "Dojo",
"unity": "2019.1",
"keywords": [
Expand Down
Loading