From 3ff968776172bbd979be09a8684876c16fa9b60a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 12:03:28 +0200 Subject: [PATCH] Version Packages (#286) Co-authored-by: github-actions[bot] --- .changeset/lovely-ties-perform.md | 5 ----- apps/material-composer-examples/package.json | 2 +- apps/shader-composer-examples/package.json | 2 +- packages/material-composer-patch-material/CHANGELOG.md | 6 ++++++ packages/material-composer-patch-material/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/lovely-ties-perform.md diff --git a/.changeset/lovely-ties-perform.md b/.changeset/lovely-ties-perform.md deleted file mode 100644 index dd0e65409..000000000 --- a/.changeset/lovely-ties-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@material-composer/patch-material": patch ---- - -When patching a material, it is now marked as dirty (`material.needsUpdate = true`) to make sure it gets recompiled. diff --git a/apps/material-composer-examples/package.json b/apps/material-composer-examples/package.json index 12f84a5d9..49a0b4ed1 100644 --- a/apps/material-composer-examples/package.json +++ b/apps/material-composer-examples/package.json @@ -12,7 +12,7 @@ "@hmans/use-const": "^0.0.1", "@hmans/use-rerender": "^0.0.2", "@hmans/use-version": "^0.0.2", - "@material-composer/patch-material": "^0.1.2", + "@material-composer/patch-material": "^0.1.3", "@react-three/drei": "^9.29.1", "@react-three/fiber": "^8.7.0", "leva": "^0.9.31", diff --git a/apps/shader-composer-examples/package.json b/apps/shader-composer-examples/package.json index b3494ae7e..c95aba396 100644 --- a/apps/shader-composer-examples/package.json +++ b/apps/shader-composer-examples/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@hmans/r3f-animate": "^0.0.4", - "@material-composer/patch-material": "0.1.2", + "@material-composer/patch-material": "0.1.3", "@material-composer/patched": "0.1.1", "@react-three/drei": "^9.29.1", "@react-three/fiber": "^8.7.0", diff --git a/packages/material-composer-patch-material/CHANGELOG.md b/packages/material-composer-patch-material/CHANGELOG.md index bb07d7659..162080ec4 100644 --- a/packages/material-composer-patch-material/CHANGELOG.md +++ b/packages/material-composer-patch-material/CHANGELOG.md @@ -1,5 +1,11 @@ # @material-composer/patch-material +## 0.1.3 + +### Patch Changes + +- ac6a9e6: When patching a material, it is now marked as dirty (`material.needsUpdate = true`) to make sure it gets recompiled. + ## 0.1.2 ### Patch Changes diff --git a/packages/material-composer-patch-material/package.json b/packages/material-composer-patch-material/package.json index 482edbac0..943d72da1 100644 --- a/packages/material-composer-patch-material/package.json +++ b/packages/material-composer-patch-material/package.json @@ -6,7 +6,7 @@ "url": "https://hendrik.mans.de" }, "description": "", - "version": "0.1.2", + "version": "0.1.3", "main": "dist/material-composer-patch-material.cjs.js", "module": "dist/material-composer-patch-material.esm.js", "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 04936bb1d..00449c788 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,7 +117,7 @@ importers: '@hmans/use-const': ^0.0.1 '@hmans/use-rerender': ^0.0.2 '@hmans/use-version': ^0.0.2 - '@material-composer/patch-material': ^0.1.2 + '@material-composer/patch-material': ^0.1.3 '@react-three/drei': ^9.29.1 '@react-three/fiber': ^8.7.0 '@types/react': ^18.0.19 @@ -321,7 +321,7 @@ importers: apps/shader-composer-examples: specifiers: '@hmans/r3f-animate': ^0.0.4 - '@material-composer/patch-material': 0.1.2 + '@material-composer/patch-material': 0.1.3 '@material-composer/patched': 0.1.1 '@react-three/drei': ^9.29.1 '@react-three/fiber': ^8.7.0