chore: version packages - #132
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
August 27, 2026 17:50
40b8448 to
82d9804
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
17 times, most recently
from
September 7, 2026 19:47
06cebcc to
d1959dd
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 8, 2026 01:26
d1959dd to
27f6fa0
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 packages move to the
@camp-devscope.@lovo/matteris now@camp-dev/shaders,@lovo/matter-cliis now@camp-dev/shaders-cli, and@lovo/matter-reactis folded into@camp-dev/shaders, which now exports everything it did. 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. Update any script that calls the old binary.MatterErrorandMatterErrorCodein@camp-dev/shadersare 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.e740a5a:
@camp-dev/shadersnow ships the components and the React binding too. It absorbs@camp-dev/shaders-reactand the components thatshaders-cli addused to copy into your project, soAurora,ShaderScene,useShaderMaterial, andfractalNoiseall import from the root:@camp-dev/shaders/coloris unchanged.@camp-dev/shaders-react/gamutis now@camp-dev/shaders/gamut, and@camp-dev/shaders-react/posteris now@camp-dev/shaders/poster. Peer dependencies arereact ^19andthree ^0.170.Components are no longer copied into your project. If you added one with
shaders-cli add, delete the copied file and import the component from the package instead. Theshaders-clicommandsinit,add,list, andupdateare retired in this release too;posterstays.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 packages move to the
@camp-devscope.@lovo/matteris now@camp-dev/shaders,@lovo/matter-cliis now@camp-dev/shaders-cli, and@lovo/matter-reactis folded into@camp-dev/shaders, which now exports everything it did. 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. Update any script that calls the old binary.MatterErrorandMatterErrorCodein@camp-dev/shadersare 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.12113c7:
shaders-clikeeps one command,poster.init,add,list, andupdateare gone, along withshaders.config.jsonand the registry they copied from: components now ship inside@camp-dev/shaders, so there is nothing to copy. Deleteshaders.config.jsonif you have one and import components from the package.posteris unchanged.@shaders/editor@0.0.1
Patch Changes