chore: update versions - #635
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
September 12, 2026 15:26
8d58c04 to
df8f8b2
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 12, 2026 16:04
df8f8b2 to
5d21eb6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Releases
@jolly-pixel/asset-server@3.0.0
Major Changes
#636
f0363beThanks @fraxken! - Add native existence checks and atomic conditional writes toAssetSource.Use conditional writes when initializing workspace assets and state files.
#639
55a1230Thanks @fraxken! - Authenticate connections at the WebSocket handshake through a server-configuredAuthenticationProvider, and split the trustedPeerIdentityfrom the client'suntrusted
profile(renamed fromidentity).Rooms now report a joining client's resolved rights, and a role absent from a
configured rights table is denied instead of granted.
Patch Changes
f0363be,55a1230]:@jolly-pixel/asset-source@2.0.0
Major Changes
f0363beThanks @fraxken! - Add native existence checks and atomic conditional writes toAssetSource.Use conditional writes when initializing workspace assets and state files.
@jolly-pixel/network@3.0.0
Major Changes
55a1230Thanks @fraxken! - Authenticate connections at the WebSocket handshake through a server-configuredAuthenticationProvider, and split the trustedPeerIdentityfrom the client'suntrusted
profile(renamed fromidentity).Rooms now report a joining client's resolved rights, and a role absent from a
configured rights table is denied instead of granted.
@jolly-pixel/pixel-draw.renderer@5.0.0
Major Changes
55a1230Thanks @fraxken! - Authenticate connections at the WebSocket handshake through a server-configuredAuthenticationProvider, and split the trustedPeerIdentityfrom the client'suntrusted
profile(renamed fromidentity).Rooms now report a joining client's resolved rights, and a role absent from a
configured rights table is denied instead of granted.
Patch Changes
f0363be,55a1230]:@jolly-pixel/three@3.0.0
Major Changes
55a1230Thanks @fraxken! - Authenticate connections at the WebSocket handshake through a server-configuredAuthenticationProvider, and split the trustedPeerIdentityfrom the client'suntrusted
profile(renamed fromidentity).Rooms now report a joining client's resolved rights, and a role absent from a
configured rights table is denied instead of granted.
Minor Changes
c2d5b26Thanks @fraxken! - Add a livesection.showgrid option for hiding section lines.Keep fine grid lines visible when hidden sections would otherwise suppress them.
Patch Changes
55a1230]:@jolly-pixel/voxel.renderer@5.0.0
Major Changes
55a1230Thanks @fraxken! - Authenticate connections at the WebSocket handshake through a server-configuredAuthenticationProvider, and split the trustedPeerIdentityfrom the client'suntrusted
profile(renamed fromidentity).Rooms now report a joining client's resolved rights, and a role absent from a
configured rights table is denied instead of granted.
Minor Changes
#643
c22f8a9Thanks @fraxken! - Make the block table's order editable and durable.BlockRegistry.moveTo()relocates a definition,
VoxelEngine.moveBlock()emits it as a newblock-movedhook and network command, and the document'sblocksarrayround trips that order.
#641
4029a4dThanks @fraxken! - Blend the cutout draw group oftransparentblocks instead of only alpha-testingit, so a texel of partial alpha fades rather than coming out solid; the group
still writes depth. Add
BlockDefinition.cullSelfFaces, which keeps the boundarytwo voxels of the same transparent block share, emitted once from its positive
side so the coplanar pair no longer z-fights.
#638
5596bfbThanks @fraxken! - AddpropertiestoBlockDefinition, a scalar map carried for game code andscrubbed of non-scalar values when resolved. Read a copy with
BlockRegistry.propertiesOf()or, by world position, with the newVoxelEngine.blockAt()andVoxelEngine.blockPropertiesAt().Patch Changes
f0363be,55a1230]:@jolly-pixel/ui@2.0.1
Patch Changes
55a1230]: