Skip to content

Commit

Permalink
Version Packages (#274)
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 16, 2022
1 parent 2a56a89 commit 6675a0c
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 72 deletions.
25 changes: 0 additions & 25 deletions .changeset/healthy-bottles-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-moons-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-turtles-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-tables-learn.md

This file was deleted.

4 changes: 2 additions & 2 deletions apps/drone-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"fp-ts": "^2.12.3",
"input-composer": "workspace:^0.0.1",
"material-composer": "workspace:^0.2.2",
"material-composer-r3f": "workspace:^0.2.2",
"material-composer-r3f": "workspace:^0.2.3",
"randomish": "^0.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"render-composer": "workspace:^0.1.6",
"render-composer": "workspace:^0.2.0",
"shader-composer": "workspace:^0.4.2",
"shader-composer-r3f": "workspace:^0.4.0",
"shader-composer-toybox": "workspace:^0.1.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/material-composer-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@react-three/fiber": "^8.7.0",
"leva": "^0.9.31",
"material-composer": "^0.2.2",
"material-composer-r3f": "^0.2.2",
"material-composer-r3f": "^0.2.3",
"r3f-perf": "^6.4.4",
"r3f-stage": "^0.3.3",
"r3f-stage": "^0.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-merge-refs": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/r3f-stage-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@react-three/drei": "^9.29.1",
"@react-three/fiber": "^8.7.0",
"r3f-stage": "^0.3.3",
"r3f-stage": "^0.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.143.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/render-composer-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@react-three/fiber": "^8.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"render-composer": "^0.1.6",
"render-composer": "^0.2.0",
"three": "^0.143.0"
},
"devDependencies": {
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 @@ -16,7 +16,7 @@
"@react-three/fiber": "^8.7.0",
"fp-ts": "^2.12.3",
"leva": "^0.9.31",
"r3f-stage": "^0.3.3",
"r3f-stage": "^0.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shader-composer": "^0.4.2",
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.1.6",
"render-composer": "workspace:^0.2.0",
"three": "^0.143.0",
"ui-composer": "workspace:^0.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/vfx-composer-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"fp-ts": "^2.12.3",
"leva": "^0.9.31",
"material-composer": "^0.2.2",
"material-composer-r3f": "^0.2.2",
"material-composer-r3f": "^0.2.3",
"r3f-perf": "^6.4.4",
"r3f-stage": "^0.3.4",
"r3f-stage": "^0.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-merge-refs": "^2.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/hmans-use-mutable-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hmans/use-mutable-list

## 0.0.2

### Patch Changes

- 2a56a89: The mutable list API now also contains a `useItem` hook that makes adding something to the list much more convenient.
2 changes: 1 addition & 1 deletion packages/hmans-use-mutable-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://hmans.co"
},
"description": "",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/hmans-use-mutable-list.cjs.js",
"module": "dist/hmans-use-mutable-list.esm.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/material-composer-r3f/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# material-composer-r3f

## 0.2.3

### Patch Changes

- Updated dependencies [2a56a89]
- @hmans/use-mutable-list@0.0.2

## 0.2.2

### 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.2",
"version": "0.2.3",
"main": "dist/material-composer-r3f.cjs.js",
"module": "dist/material-composer-r3f.esm.js",
"files": [
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@hmans/use-const": "^0.0.1",
"@hmans/use-list": "^0.0.1",
"@hmans/use-mutable-list": "workspace:^0.0.1",
"@hmans/use-mutable-list": "workspace:^0.0.2",
"@hmans/use-rerender": "^0.0.2",
"@hmans/use-version": "^0.0.2",
"@material-composer/patch-material": "^0.1.2",
Expand Down
17 changes: 15 additions & 2 deletions packages/r3f-stage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# r3f-stage

## 0.3.5

### Patch Changes

- Updated dependencies [2a56a89]
- Updated dependencies [2a56a89]
- Updated dependencies [2a56a89]
- [email protected]

## 0.3.4

### Patch Changes
Expand Down Expand Up @@ -31,7 +40,9 @@
- b7fb75e: **Breaking Change:** Once more, the way examples are declared has been changed. We now use plain old JSX and some React components for this. Example:

```jsx
const IcosahedronExample = React.lazy(() => import("./examples/IcosahedronExample"))
const IcosahedronExample = React.lazy(() =>
import("./examples/IcosahedronExample")
)

function App() {
return (
Expand Down Expand Up @@ -132,7 +143,9 @@
- b7fb75e: **Breaking Change:** Once more, the way examples are declared has been changed. We now use plain old JSX and some React components for this. Example:

```jsx
const IcosahedronExample = React.lazy(() => import("./examples/IcosahedronExample"))
const IcosahedronExample = React.lazy(() =>
import("./examples/IcosahedronExample")
)

function App() {
return (
Expand Down
4 changes: 2 additions & 2 deletions packages/r3f-stage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://hendrik.mans.de"
},
"description": "A simple stage for r3f examples and sandboxes.",
"version": "0.3.4",
"version": "0.3.5",
"main": "dist/r3f-stage.cjs.js",
"module": "dist/r3f-stage.esm.js",
"files": [
Expand All @@ -28,7 +28,7 @@
"leva": "^0.9.31",
"postprocessing": "^6.28.7",
"r3f-perf": "^6.4.4",
"render-composer": "^0.1.5",
"render-composer": "^0.2.0",
"three-stdlib": "^2.15.0",
"wouter": "^2.8.0-alpha.2",
"zustand": "^3.6.9"
Expand Down
34 changes: 34 additions & 0 deletions packages/render-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# render-composer

## 0.2.0

### Minor Changes

- 2a56a89: **Render Composer was completely rewritten from scratch**. It now comes with its own JSX configuration layer for the `postprocessing` library, with `<RenderPipeline>` using that to construct its render passes. Because it's now much easier to declaratively add post-processing effects, `<RenderPipeline>` no longer sets them up by default. Instead, you can now add them as you see fit:

```tsx
import * as RC from "render-composer"

function App() {
return (
<RC.Canvas>
<RC.RenderPipeline>
<RC.EffectPass>
<RC.SMAAEffect />
<RC.SelectiveBloomEffect intensity={5} />
<RC.VignetteEffect />
</RC.EffectPass>

{/* ...normal R3F stuff here. */}
</RC.RenderPipeline>
</RC.Canvas>
)
}
```

- 2a56a89: The `<RenderCanvas>` component now has been renamed to just `<Canvas>`.
- 2a56a89: The buffer containing the first render pass' color information is now returned by `useRenderPipeline` as `color`, not `scene`.

### Patch Changes

- Updated dependencies [2a56a89]
- @hmans/use-mutable-list@0.0.2

## 0.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.6",
"version": "0.2.0",
"main": "dist/render-composer.cjs.js",
"module": "dist/render-composer.esm.js",
"files": [
Expand All @@ -32,7 +32,7 @@
},
"dependencies": {
"@hmans/use-const": "^0.0.1",
"@hmans/use-mutable-list": "workspace:^0.0.1",
"@hmans/use-mutable-list": "workspace:^0.0.2",
"@hmans/use-nullable-state": "workspace:^0.0.1",
"test": "^3.2.1"
}
Expand Down
26 changes: 13 additions & 13 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 6675a0c

Please sign in to comment.