diff --git a/browser/package.json b/browser/package.json index b6a0a30..b66cfdf 100644 --- a/browser/package.json +++ b/browser/package.json @@ -1,6 +1,6 @@ { "name": "t3d-browser", - "version": "2.3.0", + "version": "3.0.0", "description": "", "main": "src/index.js", "scripts": { diff --git a/examples/package.json b/examples/package.json index b67630f..58b7153 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "t3d-examples", - "version": "2.3.0", + "version": "3.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/experiments/package.json b/experiments/package.json index cb3dc8f..900dd96 100644 --- a/experiments/package.json +++ b/experiments/package.json @@ -1,6 +1,6 @@ { "name": "t3d-experiments", - "version": "2.3.0", + "version": "3.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/explorer/package.json b/explorer/package.json index 2dfe18c..fe7b772 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -1,6 +1,6 @@ { "name": "t3d-explorer", - "version": "2.3.0", + "version": "3.0.0", "description": "", "main": "src/index.html", "author": "Tyria 3D contributors", diff --git a/lerna.json b/lerna.json deleted file mode 100644 index c1d9922..0000000 --- a/lerna.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "packages": [ - "*" - ], - "version": "2.3.0" -} diff --git a/library/package.json b/library/package.json index 80aa83c..52f74fb 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,7 @@ { "name": "t3d-lib", - "version": "2.3.0", + "version": "3.0.0", + "license": "GPL-3.0", "scripts": { "build": "rollup -c", "version": "npm run build; git add build", diff --git a/package-lock.json b/package-lock.json index cec4661..0276add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ }, "browser": { "name": "t3d-browser", - "version": "2.3.0", + "version": "3.0.0", "license": "GPL-3.0", "devDependencies": { "http-server": "14.1.1", @@ -38,7 +38,7 @@ }, "examples": { "name": "t3d-examples", - "version": "2.3.0", + "version": "3.0.0", "license": "GPL-3.0", "devDependencies": { "@rollup/plugin-commonjs": "26.0.1", @@ -50,7 +50,7 @@ }, "experiments": { "name": "t3d-experiments", - "version": "2.3.0", + "version": "3.0.0", "license": "GPL-3.0", "dependencies": { "pngjs": "7.0.0" @@ -160,7 +160,7 @@ }, "explorer": { "name": "t3d-explorer", - "version": "2.3.0", + "version": "3.0.0", "license": "GPL-3.0", "devDependencies": { "@rollup/plugin-commonjs": "26.0.1", @@ -172,7 +172,8 @@ }, "library": { "name": "t3d-lib", - "version": "2.3.0", + "version": "3.0.0", + "license": "GPL-3.0", "dependencies": { "t3d-parser": "*", "three": "0.123.0", @@ -8109,8 +8110,8 @@ }, "parser": { "name": "t3d-parser", - "version": "2.3.0", - "license": "MIT", + "version": "3.0.0", + "license": "GPL-3.0", "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", @@ -8149,8 +8150,8 @@ }, "utils": { "name": "t3d-utils", - "version": "2.3.0", - "license": "MIT", + "version": "3.0.0", + "license": "GPL-3.0", "dependencies": { "@types/node": "12.12.17", "r2pipe-promise": "1.6.0", diff --git a/parser/package.json b/parser/package.json index 6a10228..1ea3669 100644 --- a/parser/package.json +++ b/parser/package.json @@ -1,8 +1,9 @@ { "name": "t3d-parser", - "version": "2.3.0", + "version": "3.0.0", "description": "Parser for binary archives", "author": "Njibhu ", + "license": "GPL-3.0", "main": "src/main.ts", "directories": { "lib": "lib", diff --git a/utils/package.json b/utils/package.json index 3c3968b..4af82da 100644 --- a/utils/package.json +++ b/utils/package.json @@ -1,10 +1,10 @@ { "name": "t3d-utils", - "version": "2.3.0", + "version": "3.0.0", "description": "Utils to help generate definitions and parsing various useful files", "author": "Njibhu ", "homepage": "https://github.com/njibhu/t3d#readme", - "license": "GPL", + "license": "GPL-3.0", "directories": { "lib": "lib" },