Skip to content

Commit 2b98f66

Browse files
committed
v4.4.0-alpha.1
1 parent 3284ec5 commit 2b98f66

11 files changed

Lines changed: 38 additions & 37 deletions

File tree

benchmarks/results/apple-m1-pro.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ v4.2.0,11.5369,33.4239,9.6983,0.3334,18.6802,101.1944,69.871,346.3204,96.658,
2727
v4.2.1,8.5944,23.5009,16.386,0.2406,14.6902,119.603,65.5669,254.1867,92.9517,88.6219
2828
v4.2.2-alpha.0,8.9518,22.5878,16.1905,0.22,16.3718,128.2622,74.8824,245.3228,93.4876,90.2328
2929
v4.3.0,8.8119,21.8318,15.5059,0.2227,14.356,125.7396,66.9095,238.4281,92.865,86.2327
30-
v4.4.0-alpha.0,8.6412,21.62,16.3381,0.2131,14.0204,127.962,68.6156,235.4885,93.2346,86.7721
30+
v4.4.0-alpha.0,8.6412,21.62,16.3381,0.2131,14.0204,127.962,68.6156,235.4885,93.2346,86.7721
31+
v4.4.0-alpha.1,8.3612,22.1311,16.0883,0.2198,14.796,125.359,67.5007,230.9964,91.1599,85.6121

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.4.0-alpha.0",
2+
"version": "4.4.0-alpha.1",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gltf-transform/cli",
3-
"version": "4.4.0-alpha.0",
3+
"version": "4.4.0-alpha.1",
44
"repository": "github:donmccurdy/glTF-Transform",
55
"homepage": "https://gltf-transform.dev/cli.html",
66
"description": "CLI interface to glTF Transform",
@@ -25,9 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@donmccurdy/caporal": "~0.0.10",
28-
"@gltf-transform/core": "^4.4.0-alpha.0",
29-
"@gltf-transform/extensions": "^4.4.0-alpha.0",
30-
"@gltf-transform/functions": "^4.4.0-alpha.0",
28+
"@gltf-transform/core": "^4.4.0-alpha.1",
29+
"@gltf-transform/extensions": "^4.4.0-alpha.1",
30+
"@gltf-transform/functions": "^4.4.0-alpha.1",
3131
"@types/language-tags": "~1.0.4",
3232
"@types/micromatch": "~4.0.10",
3333
"@types/node-fetch": "~2.6.13",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gltf-transform/core",
3-
"version": "4.4.0-alpha.0",
3+
"version": "4.4.0-alpha.1",
44
"repository": "github:donmccurdy/glTF-Transform",
55
"homepage": "https://gltf-transform.dev/",
66
"description": "glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.",

packages/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gltf-transform/docs",
3-
"version": "4.4.0-alpha.0",
3+
"version": "4.4.0-alpha.1",
44
"private": true,
55
"scripts": {
66
"build": "vite build",
@@ -10,9 +10,9 @@
1010
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
1111
},
1212
"devDependencies": {
13-
"@gltf-transform/core": "^4.4.0-alpha.0",
14-
"@gltf-transform/extensions": "^4.4.0-alpha.0",
15-
"@gltf-transform/functions": "^4.4.0-alpha.0",
13+
"@gltf-transform/core": "^4.4.0-alpha.1",
14+
"@gltf-transform/extensions": "^4.4.0-alpha.1",
15+
"@gltf-transform/functions": "^4.4.0-alpha.1",
1616
"@greendoc/parse": "^0.4.1",
1717
"@greendoc/svelte": "^0.4.1",
1818
"@sveltejs/adapter-static": "^3.0.10",

packages/docs/src/lib/pages/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Full command list:
5858

5959
<!-- begin:cli_help -->
6060
```plaintext
61-
gltf-transform 4.4.0-alpha.0 — Command-line interface (CLI) for the glTF Transform SDK.
61+
gltf-transform 4.4.0-alpha.1 — Command-line interface (CLI) for the glTF Transform SDK.
6262
6363
USAGE
6464

packages/extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gltf-transform/extensions",
3-
"version": "4.4.0-alpha.0",
3+
"version": "4.4.0-alpha.1",
44
"repository": "github:donmccurdy/glTF-Transform",
55
"homepage": "https://gltf-transform.dev/extensions.html",
66
"description": "Adds extension support to @gltf-transform/core",
@@ -34,7 +34,7 @@
3434
"threejs"
3535
],
3636
"dependencies": {
37-
"@gltf-transform/core": "^4.4.0-alpha.0",
37+
"@gltf-transform/core": "^4.4.0-alpha.1",
3838
"ktx-parse": "^1.1.0"
3939
},
4040
"files": [

packages/functions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gltf-transform/functions",
3-
"version": "4.4.0-alpha.0",
3+
"version": "4.4.0-alpha.1",
44
"repository": "github:donmccurdy/glTF-Transform",
55
"homepage": "https://gltf-transform.dev/functions.html",
66
"description": "Functions for common glTF modifications, written using the core API",
@@ -34,8 +34,8 @@
3434
"threejs"
3535
],
3636
"dependencies": {
37-
"@gltf-transform/core": "^4.4.0-alpha.0",
38-
"@gltf-transform/extensions": "^4.4.0-alpha.0",
37+
"@gltf-transform/core": "^4.4.0-alpha.1",
38+
"@gltf-transform/extensions": "^4.4.0-alpha.1",
3939
"ktx-parse": "^1.1.0",
4040
"ndarray": "^1.0.19",
4141
"ndarray-lanczos": "^0.3.0",

packages/test-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@gltf-transform/test-utils",
4-
"version": "4.4.0-alpha.0",
4+
"version": "4.4.0-alpha.1",
55
"type": "module",
66
"sideEffects": false,
77
"types": "./dist/index.d.ts",
@@ -14,8 +14,8 @@
1414
"build:watch": "tsdown --watch --format esm --env.PACKAGE_VERSION=$npm_package_version"
1515
},
1616
"dependencies": {
17-
"@gltf-transform/core": "^4.4.0-alpha.0",
18-
"@gltf-transform/extensions": "^4.4.0-alpha.0",
19-
"@gltf-transform/functions": "^4.4.0-alpha.0"
17+
"@gltf-transform/core": "^4.4.0-alpha.1",
18+
"@gltf-transform/extensions": "^4.4.0-alpha.1",
19+
"@gltf-transform/functions": "^4.4.0-alpha.1"
2020
}
2121
}

packages/view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gltf-transform/view",
3-
"version": "4.4.0-alpha.0",
3+
"version": "4.4.0-alpha.1",
44
"repository": "github:donmccurdy/glTF-Transform-View",
55
"homepage": "https://gltf-transform.dev/",
66
"description": "Syncs a glTF-Transform Document with a three.js scene graph",

0 commit comments

Comments
 (0)