Skip to content

Commit 8fcc53c

Browse files
committed
v3.5.0
1 parent ec97dc4 commit 8fcc53c

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.4.8",
2+
"version": "3.5.0",
33
"npmClient": "yarn",
44
"packages": ["packages/*"]
55
}

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": "3.4.8",
3+
"version": "3.5.0",
44
"repository": "github:donmccurdy/glTF-Transform",
55
"homepage": "https://gltf-transform.dev/cli.html",
66
"description": "CLI interface to glTF Transform",
@@ -26,9 +26,9 @@
2626
},
2727
"dependencies": {
2828
"@caporal/core": "^2.0.2",
29-
"@gltf-transform/core": "^3.4.8",
30-
"@gltf-transform/extensions": "^3.4.8",
31-
"@gltf-transform/functions": "^3.4.8",
29+
"@gltf-transform/core": "^3.5.0",
30+
"@gltf-transform/extensions": "^3.5.0",
31+
"@gltf-transform/functions": "^3.5.0",
3232
"@types/inquirer": "^9.0.3",
3333
"@types/language-tags": "^1.0.1",
3434
"@types/micromatch": "^4.0.2",

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": "3.4.8",
3+
"version": "3.5.0",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gltf-transform/docs",
3-
"version": "3.4.8",
3+
"version": "3.5.0",
44
"private": true,
55
"scripts": {
66
"watch": "vite dev",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Full command list:
5454

5555
<!-- begin:cli_help -->
5656
```plaintext
57-
gltf-transform 3.4.8 — Command-line interface (CLI) for the glTF Transform SDK.
57+
gltf-transform 3.5.0 — Command-line interface (CLI) for the glTF Transform SDK.
5858
5959
USAGE
6060
@@ -88,7 +88,7 @@ Full command list:
8888
join ✨ Join meshes and reduce draw calls
8989
9090
91-
🫖 GEOMETRY ─────────────────────────────────────────
91+
🫖 GEOMETRY ─────────────────────────────────────────
9292
draco Compress geometry with Draco
9393
meshopt Compress geometry and animation with Meshopt
9494
quantize Quantize geometry, reducing precision and memory

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": "3.4.8",
3+
"version": "3.5.0",
44
"repository": "github:donmccurdy/glTF-Transform",
55
"homepage": "https://gltf-transform.dev/extensions.html",
66
"description": "Adds extension support to @gltf-transform/core",
@@ -35,7 +35,7 @@
3535
"threejs"
3636
],
3737
"dependencies": {
38-
"@gltf-transform/core": "^3.4.8",
38+
"@gltf-transform/core": "^3.5.0",
3939
"ktx-parse": "^0.6.0"
4040
},
4141
"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": "3.4.8",
3+
"version": "3.5.0",
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",
@@ -35,8 +35,8 @@
3535
"threejs"
3636
],
3737
"dependencies": {
38-
"@gltf-transform/core": "^3.4.8",
39-
"@gltf-transform/extensions": "^3.4.8",
38+
"@gltf-transform/core": "^3.5.0",
39+
"@gltf-transform/extensions": "^3.5.0",
4040
"ktx-parse": "^0.6.0",
4141
"ndarray": "^1.0.19",
4242
"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": "3.4.8",
4+
"version": "3.5.0",
55
"type": "module",
66
"sideEffects": false,
77
"exports": "./dist/test-utils.modern.js",
@@ -12,8 +12,8 @@
1212
"watch": "microbundle watch --format modern --no-compress"
1313
},
1414
"dependencies": {
15-
"@gltf-transform/core": "^3.4.8",
16-
"@gltf-transform/extensions": "^3.4.8",
17-
"@gltf-transform/functions": "^3.4.8"
15+
"@gltf-transform/core": "^3.5.0",
16+
"@gltf-transform/extensions": "^3.5.0",
17+
"@gltf-transform/functions": "^3.5.0"
1818
}
1919
}

0 commit comments

Comments
 (0)