chore: version packages - #132
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 21, 2026 02:31
0a772d4 to
7b4b4b1
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 21, 2026 13:51
7b4b4b1 to
4560bca
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
@camp-dev/shaders@0.19.0
Minor Changes
0b58731: The three packages are renamed.
@lovo/matteris now@camp-dev/shaders,@lovo/matter-reactis now@camp-dev/shaders-react, and@lovo/matter-cliis now@camp-dev/shaders-cli. The repository moved to github.com/campdotdev/shaders. Update your dependency names and every import specifier. Apart from the removals below, the exports themselves are unchanged.The CLI binary is renamed from
matter-clitoshaders-cli, and its config file frommatter.config.jsontoshaders.config.json. Rename the file and update any script that calls the old binary. Two defaults thatshaders-cli initwrites also change:componentsDirgoes fromsrc/components/mattertosrc/components/shaders, andregistryUrlnow points atcampdotdev/shadersinstead oflovo-hq/matter. A config you already have keeps the values it records, so edit itsregistryUrlby hand or re-runinitwith--force.MatterErrorandMatterErrorCodein@camp-dev/shaders-reactare nowShadersErrorandShadersErrorCode. Acatchblock that testsinstanceof MatterErrorhas to switch to the new name.The READMEs drop their migration notes for the
Matter*aliases that 0.4.0 deprecated, such asMatterSceneandMatterScheduler. The aliases themselves left the source several releases ago.fc0d728: Seeded randomness now renders the same pattern on the WebGPU and WebGL2 backends. three's TSL
hash()writes its PCG constants as float literals, which GLSL rounds to a different hash than WGSL computes, so the sameseedproduced a different Voronoi layout in Safari than in Chrome. The newstableHashandstableHashUintexports run the same PCG with integer-typed constants and chain hash streams u32 to u32, andvoronoiCells,grain,metaballs, andditherPatternnow draw from them.This costs one visual break. Deriving seeds from the raw hash word re-rolls every seeded layout once, on both backends, so any
seedvalue renders a new pattern after this release. The new pattern is stable from here.@camp-dev/shaders-cli@0.19.0
Minor Changes
0b58731: The three packages are renamed.
@lovo/matteris now@camp-dev/shaders,@lovo/matter-reactis now@camp-dev/shaders-react, and@lovo/matter-cliis now@camp-dev/shaders-cli. The repository moved to github.com/campdotdev/shaders. Update your dependency names and every import specifier. Apart from the removals below, the exports themselves are unchanged.The CLI binary is renamed from
matter-clitoshaders-cli, and its config file frommatter.config.jsontoshaders.config.json. Rename the file and update any script that calls the old binary. Two defaults thatshaders-cli initwrites also change:componentsDirgoes fromsrc/components/mattertosrc/components/shaders, andregistryUrlnow points atcampdotdev/shadersinstead oflovo-hq/matter. A config you already have keeps the values it records, so edit itsregistryUrlby hand or re-runinitwith--force.MatterErrorandMatterErrorCodein@camp-dev/shaders-reactare nowShadersErrorandShadersErrorCode. Acatchblock that testsinstanceof MatterErrorhas to switch to the new name.The READMEs drop their migration notes for the
Matter*aliases that 0.4.0 deprecated, such asMatterSceneandMatterScheduler. The aliases themselves left the source several releases ago.@camp-dev/shaders-react@0.19.0
Minor Changes
0b58731: The three packages are renamed.
@lovo/matteris now@camp-dev/shaders,@lovo/matter-reactis now@camp-dev/shaders-react, and@lovo/matter-cliis now@camp-dev/shaders-cli. The repository moved to github.com/campdotdev/shaders. Update your dependency names and every import specifier. Apart from the removals below, the exports themselves are unchanged.The CLI binary is renamed from
matter-clitoshaders-cli, and its config file frommatter.config.jsontoshaders.config.json. Rename the file and update any script that calls the old binary. Two defaults thatshaders-cli initwrites also change:componentsDirgoes fromsrc/components/mattertosrc/components/shaders, andregistryUrlnow points atcampdotdev/shadersinstead oflovo-hq/matter. A config you already have keeps the values it records, so edit itsregistryUrlby hand or re-runinitwith--force.MatterErrorandMatterErrorCodein@camp-dev/shaders-reactare nowShadersErrorandShadersErrorCode. Acatchblock that testsinstanceof MatterErrorhas to switch to the new name.The READMEs drop their migration notes for the
Matter*aliases that 0.4.0 deprecated, such asMatterSceneandMatterScheduler. The aliases themselves left the source several releases ago.@shaders/editor@0.0.1
Patch Changes