Skip to content

Commit abcd12d

Browse files
chore: update versions (#305)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4cdaef7 commit abcd12d

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.changeset/gsplat-props-guard.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/blocks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @playcanvas/blocks
22

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c1106f7]
8+
- @playcanvas/react@0.11.3
9+
310
## 0.3.6
411

512
### Patch Changes

packages/blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@playcanvas/blocks",
33
"description": "High level abstract 3D primitives for React",
44
"homepage": "https://playcanvas-react.vercel.app/blocks",
5-
"version": "0.3.6",
5+
"version": "0.3.7",
66
"license": "MIT",
77
"type": "module",
88
"sideEffects": false,

packages/lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @playcanvas/react
22

3+
## 0.11.3
4+
5+
### Patch Changes
6+
7+
- c1106f7: Fixed GSplat component props re-application causing splat to disappear during React re-renders. Added equality guards for `instance` and `material` properties to prevent destructive setter calls when the value hasn't changed.
8+
39
## 0.11.2
410

511
### Patch Changes

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@playcanvas/react",
33
"description": "A React renderer for PlayCanvas – build interactive 3D applications using React's declarative paradigm.",
44
"homepage": "https://developer.playcanvas.com/user-manual/playcanvas-react",
5-
"version": "0.11.2",
5+
"version": "0.11.3",
66
"license": "MIT",
77
"type": "module",
88
"sideEffects": false,

0 commit comments

Comments
 (0)