From 7c32cad166534d9311cbc4a7210ef23aa3b20252 Mon Sep 17 00:00:00 2001 From: Angel Chang Date: Thu, 31 Jan 2019 21:01:41 -1000 Subject: [PATCH] Bump version to v0.6.1 --- CHANGELOG.md | 4 ++++ client/package.json | 2 +- lerna.json | 2 +- package.json | 2 +- server/package.json | 2 +- ssc/package.json | 4 ++-- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9872d2..6d856d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/client/package.json b/client/package.json index c83d9a4..cf94636 100644 --- a/client/package.json +++ b/client/package.json @@ -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": { diff --git a/lerna.json b/lerna.json index d78e106..b95bf46 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "./*" ], - "version": "0.6.0" + "version": "0.6.1" } diff --git a/package.json b/package.json index 6ff3558..7323e3c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/server/package.json b/server/package.json index cb456bb..fdf4463 100644 --- a/server/package.json +++ b/server/package.json @@ -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", diff --git a/ssc/package.json b/ssc/package.json index 03c5448..4a76596 100644 --- a/ssc/package.json +++ b/ssc/package.json @@ -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": { @@ -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"