clean up version number and repo links

This commit is contained in:
Jeff Nusz 2016-09-01 13:01:02 -07:00
parent f5b30b7e0d
commit d84fef2ef9
3 changed files with 9 additions and 13 deletions

View File

@ -1,6 +1,6 @@
## Changelog ## Changelog
### 0.6.2 ### 0.6.0
* added updateDisplay() to GUI, to update all controls in all folders * added updateDisplay() to GUI, to update all controls in all folders
* fixed GUI.destroy() to remove all window eventListeners * fixed GUI.destroy() to remove all window eventListeners
@ -11,11 +11,7 @@
* fixed issues with step parameters in sliders * fixed issues with step parameters in sliders
* fixed issue with controler.options() function * fixed issue with controler.options() function
* fixed issue with hiding the GUI * fixed issue with hiding the GUI
### 0.6.1
* Fixed all eslint issues * Fixed all eslint issues
### 0.6.0
* Using common.js * Using common.js
* Using webpack for build * Using webpack for build
* Fixed an issue with colors based on arrays - https://github.com/dataarts/dat.gui/pull/57 * Fixed an issue with colors based on arrays - https://github.com/dataarts/dat.gui/pull/57

View File

@ -1,7 +1,7 @@
{ {
"name": "dat.gui-ng", "name": "dat.gui",
"version": "0.6.1", "version": "0.6.0",
"homepage": "https://github.com/korczis/dat.gui.git", "homepage": "https://github.com/dataarts/dat.gui.git",
"authors": [ "authors": [
"Google Data Arts Team <dataarts@google.com>" "Google Data Arts Team <dataarts@google.com>"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "dat.gui", "name": "dat.gui",
"version": "0.6.1", "version": "0.6.0",
"description": "A lightweight graphical user interface for changing variables in JavaScript.", "description": "A lightweight graphical user interface for changing variables in JavaScript.",
"main": "index.js", "main": "index.js",
"directories": { "directories": {
@ -15,14 +15,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/korczis/dat.gui.git" "url": "git+https://github.com/dataarts/dat.gui.git"
}, },
"author": "Data Arts Team, Google Creative Lab", "author": "Data Arts Team, Google",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": { "bugs": {
"url": "https://github.com/korczis/dat.gui/issues" "url": "https://github.com/dataarts/dat.gui/issues"
}, },
"homepage": "https://github.com/korczis/dat.gui#readme", "homepage": "https://github.com/dataarts/dat.gui#readme",
"devDependencies": { "devDependencies": {
"babel-core": "^5.8.22", "babel-core": "^5.8.22",
"babel-eslint": "^4.0.5", "babel-eslint": "^4.0.5",