Skip to content

Commit db47716

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

File tree

10 files changed

+42
-25
lines changed

10 files changed

+42
-25
lines changed

.changeset/clean-fans-kneel.md

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

.changeset/gentle-donkeys-travel.md

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

.changeset/orange-bikes-give.md

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

.changeset/rich-worlds-sleep.md

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

packages/blocks/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @playcanvas/blocks
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 67a045e: We now expose the `useAssetViewer` hook which provides API and context to the Splat Viewer
8+
9+
### Patch Changes
10+
11+
- 4917998: We now ensure build outputs retain .js suffix in import paths. This ensures compatibility with the ESM spec
12+
- 8348361: Updated @playcanvas/blocks to use 2.8.0 of the engine
13+
- Updated dependencies [4917998]
14+
- Updated dependencies [894ca08]
15+
- @playcanvas/react@0.5.0

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.0.7",
5+
"version": "0.1.0",
66
"license": "MIT",
77
"type": "module",
88
"sideEffects": false,

packages/docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# docs
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 67a045e: We now expose the `useAssetViewer` hook which provides API and context to the Splat Viewer
8+
- Updated dependencies [4917998]
9+
- Updated dependencies [8348361]
10+
- Updated dependencies [67a045e]
11+
- Updated dependencies [894ca08]
12+
- @playcanvas/blocks@0.1.0
13+
- @playcanvas/react@0.5.0

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"type": "module",
66
"main": "index.js",

packages/lib/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @playcanvas/react
2+
3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 894ca08: Added new deviceTypes api for WebGPU and fallback devices
8+
9+
### Patch Changes
10+
11+
- 4917998: We now ensure build outputs retain .js suffix in import paths. This ensures compatibility with the ESM spec

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://playcanvas-react.vercel.app",
5-
"version": "0.4.2",
5+
"version": "0.5.0",
66
"license": "MIT",
77
"type": "module",
88
"sideEffects": false,

0 commit comments

Comments
 (0)