Skip to content

Commit

Permalink
Create beige-badgers-smile.md
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Sep 25, 2023
1 parent fb4ae69 commit e04deab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .changeset/beige-badgers-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@latticexyz/world": major
---

Moves World interfaces and factories files for consistency with our other packages.

If you import any World interfaces or factories directly, you'll need to update the import path:

```diff
- import { IBaseWorld } from "@latticexyz/world/src/interfaces/IBaseWorld.sol";
+ import { IBaseWorld } from "@latticexyz/world/src/IBaseWorld.sol";
```

```diff
- import { IBaseWorld } from "@latticexyz/world/src/factories/WorldFactory.sol";
+ import { IBaseWorld } from "@latticexyz/world/src/WorldFactory.sol";
```

0 comments on commit e04deab

Please sign in to comment.