Skip to content

Commit

Permalink
v0.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jun 3, 2021
1 parent 51fdda6 commit af2792e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/lume/docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
- **API Reference**

<!-- __API_AUTOGENERATED_BEGIN__ -->
- layouts/
- [Cube](/api/layouts/Cube.md)
- core/
- [ImperativeBase](/api/core/ImperativeBase.md)
- [Node](/api/core/Node.md)
- [Scene](/api/core/Scene.md)
- [TreeNode](/api/core/TreeNode.md)
- layouts/
- [Cube](/api/layouts/Cube.md)
- lights/
- [AmbientLight](/api/lights/AmbientLight.md)
- [Light](/api/lights/Light.md)
Expand Down
2 changes: 1 addition & 1 deletion packages/lume/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lume",
"version": "0.3.0-alpha.0",
"version": "0.3.0-alpha.1",
"description": "A CSS3D/WebGL UI toolkit.",
"license": "MIT",
"homepage": "http://lume.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/lume/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ import {OrbitControls} from 'three/examples/jsm/controls/OrbitControls.js'
// Add more objects as needed.
export const THREE = {..._THREE, OrbitControls}

export const version = '0.3.0-alpha.0'
export const version = '0.3.0-alpha.1'

0 comments on commit af2792e

Please sign in to comment.