Skip to content

Commit

Permalink
Merge pull request #99 from dojoengine/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
ponderingdemocritus authored Jan 10, 2024
2 parents 2f70adf + e5412fd commit f7a1544
Show file tree
Hide file tree
Showing 155 changed files with 6,419 additions and 4,147 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
**/*/dist
packages/torii-client/wasm
packages/torii-client/pkg

examples/dojo-starter
packages/create-dojo
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to Dojo.js will be documented in this file.

## 0.3.0 - 10.01.2024

### Added

- `@dojoengine/state` - State sync functions

### Changed

- `@dojoengine/core` - Simplify dojo provider
- `examples/react/react-app` - Improve structure and cleanup dojo package preparing for codegen in upcoming version
- `examples/react/phaser-app` - Improve structure and cleanup dojo package preparing for codegen in upcoming version

### Removed

- `@dojoengine/react` - Removed state sync and moved to `@dojoengine/state`

### Fixed

- Minor client improvements and bugs
Binary file removed bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions examples/react-app/.gitmodules

This file was deleted.

63 changes: 0 additions & 63 deletions examples/react-app/readme.md

This file was deleted.

95 changes: 0 additions & 95 deletions examples/react-app/src/DojoContext.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions examples/react-app/src/dojo/setup.ts

This file was deleted.

50 changes: 0 additions & 50 deletions examples/react-app/src/dojo/setupNetwork.ts

This file was deleted.

Loading

0 comments on commit f7a1544

Please sign in to comment.