Skip to content

Commit

Permalink
Bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxuanchang committed Feb 1, 2019
1 parent c1c97be commit 7c32cad
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.6.1] - 2019-01-31
### Fixes
- Make sure Simulator opts is updated after configure (fix undefined during check of scene id startWith mp3d)

## [0.6.0] - 2018-09-03
### Fixes
- Preliminary object coloring functionality
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sstk-core",
"version": "0.6.0",
"version": "0.6.1",
"description": "SmartScenes ToolKit: a library for viewing, editing and annotating 3D models and scenes",
"main": "build/STK-core.bundle.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"./*"
],
"version": "0.6.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sstk",
"version": "0.6.0",
"version": "0.6.1",
"description": "SmartScenes ToolKit: a library for viewing, editing and annotating 3D models and scenes",
"main": "stk-ssc",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sstk-server",
"version": "0.6.0",
"version": "0.6.1",
"description": "SmartScenes ToolKit server: tools and interfaces for viewing, editing and annotating 3D models and scenes",
"scripts": {
"cover": "istanbul cover mocha",
Expand Down
4 changes: 2 additions & 2 deletions ssc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sstk-ssc",
"version": "0.6.0",
"version": "0.6.1",
"description": "SmartScenes ToolKit Server-side Compute: tools for rendering and exporting 3D models and scenes",
"main": "stk-ssc",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"seedrandom": "^2.4.3",
"shelljs": "^0.7.0",
"sharp": "^0.18.4",
"sstk-core": "^0.6.0",
"sstk-core": "^0.6.1",
"w3c-xmlhttprequest": "^2.1.2",
"xmlhttprequest": "^1.8.0",
"heapdump": "^0.3.9"
Expand Down

0 comments on commit 7c32cad

Please sign in to comment.