Skip to content

Commit

Permalink
Version Packages (#288)
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] committed Sep 21, 2022
1 parent 473407f commit b7bf2b0
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 29 deletions.
7 changes: 0 additions & 7 deletions .changeset/few-rats-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-comics-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-apes-drop.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 @@ -17,7 +17,7 @@
"fp-ts": "^2.12.3",
"input-composer": "workspace:^0.0.1",
"material-composer": "workspace:^0.2.2",
"material-composer-r3f": "workspace:^0.2.3",
"material-composer-r3f": "workspace:^0.2.4",
"randomish": "^0.1.4",
"react": "^18.2.0",
"react-dom": "^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 @@ -17,7 +17,7 @@
"@react-three/fiber": "^8.7.0",
"leva": "^0.9.31",
"material-composer": "^0.2.2",
"material-composer-r3f": "^0.2.3",
"material-composer-r3f": "^0.2.4",
"r3f-perf": "^6.4.4",
"r3f-stage": "^0.3.5",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/shader-composer-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@hmans/r3f-animate": "^0.0.4",
"@material-composer/patch-material": "0.1.3",
"@material-composer/patched": "0.1.1",
"@material-composer/patched": "0.1.2",
"@react-three/drei": "^9.29.1",
"@react-three/fiber": "^8.7.0",
"fp-ts": "^2.12.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 @@ -18,7 +18,7 @@
"fp-ts": "^2.12.3",
"leva": "^0.9.31",
"material-composer": "^0.2.2",
"material-composer-r3f": "^0.2.3",
"material-composer-r3f": "^0.2.4",
"r3f-perf": "^6.4.4",
"r3f-stage": "^0.3.5",
"react": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/material-composer-patched/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @material-composer/patched

## 0.1.2

### Patch Changes

- 473407f: `Patched.*` now exposes both lower and upper case versions of the materials, so `Patched.meshStandardMaterial` will work just as well as `Patched.MeshStandardMaterial`. Note: the lower-case version should be considered deprecated, and will likely be removed in a future update.
- 473407f: `patched` is now also exported as `Patched`, improving certain tooling integration (like VS Code recognizing the keyboard as something it should import from this package.)

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/material-composer-patched/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://hendrik.mans.de"
},
"description": "",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/material-composer-patched.cjs.js",
"module": "dist/material-composer-patched.esm.js",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/material-composer-r3f/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# material-composer-r3f

## 0.2.4

### Patch Changes

- 473407f: `composable.*` and `modules.*` have been renamed to `Composable.*` and `Modules.*`, respectively. This was done to improve integration into tooling like VS Code, which can now recognize these as impostable constants.

The lower-case versions of these objects are still being exported in order to not immediately break existing code, but will be removed in a future version.

- Updated dependencies [473407f]
- Updated dependencies [473407f]
- @material-composer/patched@0.1.2

## 0.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/material-composer-r3f/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://hendrik.mans.de"
},
"description": "React-Three-Fiber bindings for Material Composer.",
"version": "0.2.3",
"version": "0.2.4",
"main": "dist/material-composer-r3f.cjs.js",
"module": "dist/material-composer-r3f.esm.js",
"files": [
Expand All @@ -30,7 +30,7 @@
"@hmans/use-rerender": "^0.0.2",
"@hmans/use-version": "^0.0.2",
"@material-composer/patch-material": "^0.1.2",
"@material-composer/patched": "^0.1.1",
"@material-composer/patched": "^0.1.2",
"shader-composer": "^0.4.1",
"shader-composer-r3f": "^0.4.0"
},
Expand Down
10 changes: 5 additions & 5 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 b7bf2b0

Please sign in to comment.