Skip to content

Commit

Permalink
Version Packages (#313)
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 Oct 2, 2022
1 parent 1106c0d commit c0db1d8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-ducks-kiss.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/render-composer-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"postprocessing": "^6.28.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"render-composer": "^0.2.4",
"render-composer": "^0.2.5",
"shader-composer": "workspace:^0.4.5",
"three": "^0.144.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/spacerage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-merge-refs": "^1.1.0",
"render-composer": "^0.2.4",
"render-composer": "^0.2.5",
"shader-composer": "workspace:^0.4.5",
"shader-composer-r3f": "^0.4.5",
"shader-composer-toybox": "^0.1.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/ui-composer-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@stitches/react": "^1.2.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"render-composer": "workspace:^0.2.4",
"render-composer": "workspace:^0.2.5",
"three": "^0.144.0",
"ui-composer": "workspace:^0.0.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/render-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# render-composer

## 0.2.5

### Patch Changes

- b318f26: **New:** `RenderComposer.Canvas` now offers an optional `strict` prop that, when set to true, will enable React's Strict Mode for its children. This is to counter the fact that a `<StrictMode>` declared outside of a React-Three-Fiber Canvas will not automatically apply to it (since it's rendered using an entirely separate React renderer.)

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/render-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://hmans.co"
},
"description": "Declarative graph-based render pipelines.",
"version": "0.2.4",
"version": "0.2.5",
"main": "dist/render-composer.cjs.js",
"module": "dist/render-composer.esm.js",
"files": [
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 c0db1d8

Please sign in to comment.