Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jun 22, 2024
1 parent f7e15e7 commit 1bd66c6
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 37 deletions.
3 changes: 2 additions & 1 deletion benchmarks/results/apple-m1-pro.csv
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ v4.0.0-alpha.17,12.6231,31.5785,9.7358,0.4902,18.6976,94.8338,69.6019,347.3177
v4.0.0-alpha.18,11.932,31.4591,9.2686,0.4709,18.5291,94.2212,69.3379,336.9486
v4.0.0-alpha.19,11.9581,31.1612,9.3829,0.5068,19.1629,100.7591,70.5272,362.7554
v4.0.0,11.8195,31.7387,9.4672,0.4611,18.6351,94.6259,71.7457,409.8502
v4.0.1,12.1877,32.2043,9.3158,0.463,18.6923,93.9946,69.4927,340.4948
v4.0.1,12.1877,32.2043,9.3158,0.463,18.6923,93.9946,69.4927,340.4948
v4.0.2,12.6758,33.1228,9.6622,0.4888,24.7399,97.4306,74.2208,343.6087
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "4.0.2",
"npmClient": "yarn",
"packages": ["packages/*"]
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/cli",
"version": "4.0.1",
"version": "4.0.2",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/cli.html",
"description": "CLI interface to glTF Transform",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@donmccurdy/caporal": "~0.0.10",
"@gltf-transform/core": "^4.0.1",
"@gltf-transform/extensions": "^4.0.1",
"@gltf-transform/functions": "^4.0.1",
"@gltf-transform/core": "^4.0.2",
"@gltf-transform/extensions": "^4.0.2",
"@gltf-transform/functions": "^4.0.2",
"@types/inquirer": "~9.0.7",
"@types/language-tags": "~1.0.4",
"@types/micromatch": "~4.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/core",
"version": "4.0.1",
"version": "4.0.2",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/",
"description": "glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/docs",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"scripts": {
"watch": "vite dev",
Expand All @@ -12,9 +12,9 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@gltf-transform/core": "^4.0.1",
"@gltf-transform/extensions": "^4.0.1",
"@gltf-transform/functions": "^4.0.1",
"@gltf-transform/core": "^4.0.2",
"@gltf-transform/extensions": "^4.0.2",
"@gltf-transform/functions": "^4.0.2",
"@greendoc/parse": "^0.4.1",
"@greendoc/svelte": "^0.4.1",
"@sveltejs/adapter-static": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/lib/pages/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Full command list:

<!-- begin:cli_help -->
```plaintext
gltf-transform 4.0.1 — Command-line interface (CLI) for the glTF Transform SDK.
gltf-transform 4.0.2 — Command-line interface (CLI) for the glTF Transform SDK.
USAGE
Expand Down
4 changes: 2 additions & 2 deletions packages/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/extensions",
"version": "4.0.1",
"version": "4.0.2",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/extensions.html",
"description": "Adds extension support to @gltf-transform/core",
Expand Down Expand Up @@ -35,7 +35,7 @@
"threejs"
],
"dependencies": {
"@gltf-transform/core": "^4.0.1",
"@gltf-transform/core": "^4.0.2",
"ktx-parse": "^0.7.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/functions",
"version": "4.0.1",
"version": "4.0.2",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/functions.html",
"description": "Functions for common glTF modifications, written using the core API",
Expand Down Expand Up @@ -35,8 +35,8 @@
"threejs"
],
"dependencies": {
"@gltf-transform/core": "^4.0.1",
"@gltf-transform/extensions": "^4.0.1",
"@gltf-transform/core": "^4.0.2",
"@gltf-transform/extensions": "^4.0.2",
"ktx-parse": "^0.7.0",
"ndarray": "^1.0.19",
"ndarray-lanczos": "^0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@gltf-transform/test-utils",
"version": "4.0.1",
"version": "4.0.2",
"type": "module",
"sideEffects": false,
"source": "./src/index.ts",
Expand All @@ -15,8 +15,8 @@
"watch": "microbundle watch --format modern --no-compress"
},
"dependencies": {
"@gltf-transform/core": "^4.0.1",
"@gltf-transform/extensions": "^4.0.1",
"@gltf-transform/functions": "^4.0.1"
"@gltf-transform/core": "^4.0.2",
"@gltf-transform/extensions": "^4.0.2",
"@gltf-transform/functions": "^4.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/view",
"version": "4.0.1",
"version": "4.0.2",
"repository": "github:donmccurdy/glTF-Transform-View",
"homepage": "https://gltf-transform.dev/",
"description": "Syncs a glTF-Transform Document with a three.js scene graph",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1743,9 +1743,9 @@ __metadata:
resolution: "@gltf-transform/cli@workspace:packages/cli"
dependencies:
"@donmccurdy/caporal": "npm:~0.0.10"
"@gltf-transform/core": "npm:^4.0.1"
"@gltf-transform/extensions": "npm:^4.0.1"
"@gltf-transform/functions": "npm:^4.0.1"
"@gltf-transform/core": "npm:^4.0.2"
"@gltf-transform/extensions": "npm:^4.0.2"
"@gltf-transform/functions": "npm:^4.0.2"
"@types/inquirer": "npm:~9.0.7"
"@types/language-tags": "npm:~1.0.4"
"@types/micromatch": "npm:~4.0.7"
Expand Down Expand Up @@ -1779,7 +1779,7 @@ __metadata:
languageName: unknown
linkType: soft

"@gltf-transform/core@npm:^4.0.1, @gltf-transform/core@workspace:packages/core":
"@gltf-transform/core@npm:^4.0.2, @gltf-transform/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@gltf-transform/core@workspace:packages/core"
dependencies:
Expand All @@ -1791,9 +1791,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gltf-transform/docs@workspace:packages/docs"
dependencies:
"@gltf-transform/core": "npm:^4.0.1"
"@gltf-transform/extensions": "npm:^4.0.1"
"@gltf-transform/functions": "npm:^4.0.1"
"@gltf-transform/core": "npm:^4.0.2"
"@gltf-transform/extensions": "npm:^4.0.2"
"@gltf-transform/functions": "npm:^4.0.2"
"@greendoc/parse": "npm:^0.4.1"
"@greendoc/svelte": "npm:^0.4.1"
"@sveltejs/adapter-static": "npm:^3.0.1"
Expand All @@ -1811,21 +1811,21 @@ __metadata:
languageName: unknown
linkType: soft

"@gltf-transform/extensions@npm:^4.0.1, @gltf-transform/extensions@workspace:packages/extensions":
"@gltf-transform/extensions@npm:^4.0.2, @gltf-transform/extensions@workspace:packages/extensions":
version: 0.0.0-use.local
resolution: "@gltf-transform/extensions@workspace:packages/extensions"
dependencies:
"@gltf-transform/core": "npm:^4.0.1"
"@gltf-transform/core": "npm:^4.0.2"
ktx-parse: "npm:^0.7.0"
languageName: unknown
linkType: soft

"@gltf-transform/functions@npm:^4.0.1, @gltf-transform/functions@workspace:packages/functions":
"@gltf-transform/functions@npm:^4.0.2, @gltf-transform/functions@workspace:packages/functions":
version: 0.0.0-use.local
resolution: "@gltf-transform/functions@workspace:packages/functions"
dependencies:
"@gltf-transform/core": "npm:^4.0.1"
"@gltf-transform/extensions": "npm:^4.0.1"
"@gltf-transform/core": "npm:^4.0.2"
"@gltf-transform/extensions": "npm:^4.0.2"
ktx-parse: "npm:^0.7.0"
ndarray: "npm:^1.0.19"
ndarray-lanczos: "npm:^0.3.0"
Expand All @@ -1837,9 +1837,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gltf-transform/test-utils@workspace:packages/test-utils"
dependencies:
"@gltf-transform/core": "npm:^4.0.1"
"@gltf-transform/extensions": "npm:^4.0.1"
"@gltf-transform/functions": "npm:^4.0.1"
"@gltf-transform/core": "npm:^4.0.2"
"@gltf-transform/extensions": "npm:^4.0.2"
"@gltf-transform/functions": "npm:^4.0.2"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 1bd66c6

Please sign in to comment.