Skip to content

Commit e5d249b

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

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.changeset/fix-gsplat-unified-property.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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e564a0e]
8+
- @playcanvas/react@0.11.2
9+
310
## 0.3.5
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.5",
5+
"version": "0.3.6",
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.2
4+
5+
### Patch Changes
6+
7+
- e564a0e: Fix GSplat `unified` property not being applied correctly. This fix allows users to load Gaussian Splats with LODs.
8+
39
## 0.11.1
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.1",
5+
"version": "0.11.2",
66
"license": "MIT",
77
"type": "module",
88
"sideEffects": false,

0 commit comments

Comments
 (0)