This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.
⚠️⚠️⚠️⚠️⚠️⚠️
Releases
miniplex@2.0.0-next.19
Patch Changes
Updated dependencies [e0684cd]
Updated dependencies [c40587e]
@miniplex/core@2.0.0-next.19
@miniplex/react@2.0.0-next.19
@miniplex/core@2.0.0-next.19
Patch Changes
e0684cd: Removed IEntityIterator<T>, just use Iterable<T> instead.
@miniplex/react@2.0.0-next.19
Patch Changes
c40587e: Fixed a bug where <Component>, with the capturing ref form, would remove the ECS component a little too eagerly.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.⚠️⚠️⚠️⚠️⚠️⚠️
Releases
miniplex@2.0.0-next.19
Patch Changes
@miniplex/core@2.0.0-next.19
Patch Changes
IEntityIterator<T>
, just useIterable<T>
instead.@miniplex/react@2.0.0-next.19
Patch Changes
<Component>
, with the capturing ref form, would remove the ECS component a little too eagerly.