Skip to content

Commit

Permalink
T3D v3.0.0 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
njibhu authored Sep 21, 2024
1 parent aed7a82 commit c33f82d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 23 deletions.
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "t3d-browser",
"version": "2.3.0",
"version": "3.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "t3d-examples",
"version": "2.3.0",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion experiments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "t3d-experiments",
"version": "2.3.0",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "t3d-explorer",
"version": "2.3.0",
"version": "3.0.0",
"description": "",
"main": "src/index.html",
"author": "Tyria 3D contributors",
Expand Down
6 changes: 0 additions & 6 deletions lerna.json

This file was deleted.

3 changes: 2 additions & 1 deletion library/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion parser/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "t3d-parser",
"version": "2.3.0",
"version": "3.0.0",
"description": "Parser for binary archives",
"author": "Njibhu <manu@njibhu.eu>",
"license": "GPL-3.0",
"main": "src/main.ts",
"directories": {
"lib": "lib",
Expand Down
4 changes: 2 additions & 2 deletions utils/package.json
Original file line number Diff line number Diff line change
@@ -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 <manu@njibhu.eu>",
"homepage": "https://github.com/njibhu/t3d#readme",
"license": "GPL",
"license": "GPL-3.0",
"directories": {
"lib": "lib"
},
Expand Down

0 comments on commit c33f82d

Please sign in to comment.