Skip to content

Commit

Permalink
Version Packages (#264)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 13, 2022
1 parent e632a35 commit e657f09
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-countries-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-mice-listen.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/drone-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"camera-composer": "workspace:^0.0.1",
"fp-ts": "^2.12.3",
"input-composer": "workspace:^0.0.1",
"material-composer": "workspace:^0.2.0",
"material-composer": "workspace:^0.2.1",
"material-composer-r3f": "workspace:^0.2.0",
"randomish": "^0.1.4",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/material-composer-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@react-three/drei": "^9.29.1",
"@react-three/fiber": "^8.7.0",
"leva": "^0.9.31",
"material-composer": "^0.2.0",
"material-composer": "^0.2.1",
"material-composer-r3f": "^0.2.0",
"r3f-perf": "^6.4.4",
"r3f-stage": "^0.3.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/vfx-composer-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@react-three/fiber": "^8.7.0",
"fp-ts": "^2.12.3",
"leva": "^0.9.31",
"material-composer": "^0.2.0",
"material-composer": "^0.2.1",
"material-composer-r3f": "^0.2.0",
"r3f-perf": "^6.4.4",
"r3f-stage": "^0.3.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/material-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# material-composer

## 0.2.1

### Patch Changes

- e632a35: The `Rotate` module will now also, by default, rotate the vertex normal. If, for some reason, you don't want this to happen, just set the `normal` option to `false`.
- e632a35: The `Rotate` module now also happily accepts rotation matrices of type `mat4`.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/material-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://hendrik.mans.de"
},
"description": "Composable, shader-driven Three.js materials!",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/material-composer.cjs.js",
"module": "dist/material-composer.esm.js",
"typedoc": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e657f09

Please sign in to comment.