Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Apr 6, 2023
1 parent 0c5733d commit 618c506
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/CLI_HELP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

gltf-transform 3.1.7 — Command-line interface (CLI) for the glTF Transform SDK.
gltf-transform 3.2.0 — Command-line interface (CLI) for the glTF Transform SDK.

USAGE

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.7",
"version": "3.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
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": "3.1.7",
"version": "3.2.0",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.donmccurdy.com/cli.html",
"description": "CLI interface to glTF Transform",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@caporal/core": "^2.0.2",
"@gltf-transform/core": "^3.1.7",
"@gltf-transform/extensions": "^3.1.7",
"@gltf-transform/functions": "^3.1.7",
"@gltf-transform/core": "^3.2.0",
"@gltf-transform/extensions": "^3.2.0",
"@gltf-transform/functions": "^3.2.0",
"@types/inquirer": "^9.0.3",
"@types/language-tags": "^1.0.1",
"@types/micromatch": "^4.0.2",
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": "3.1.7",
"version": "3.2.0",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.donmccurdy.com/",
"description": "glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.",
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": "3.1.7",
"version": "3.2.0",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.donmccurdy.com/extensions.html",
"description": "Adds extension support to @gltf-transform/core",
Expand Down Expand Up @@ -35,7 +35,7 @@
"threejs"
],
"dependencies": {
"@gltf-transform/core": "^3.1.7",
"@gltf-transform/core": "^3.2.0",
"ktx-parse": "^0.5.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": "3.1.7",
"version": "3.2.0",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.donmccurdy.com/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": "^3.1.7",
"@gltf-transform/extensions": "^3.1.7",
"@gltf-transform/core": "^3.2.0",
"@gltf-transform/extensions": "^3.2.0",
"ktx-parse": "^0.5.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": "3.1.7",
"version": "3.2.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/test-utils.modern.js",
Expand All @@ -12,8 +12,8 @@
"watch": "microbundle watch --format modern --no-compress"
},
"dependencies": {
"@gltf-transform/core": "^3.1.7",
"@gltf-transform/extensions": "^3.1.7",
"@gltf-transform/functions": "^3.1.7"
"@gltf-transform/core": "^3.2.0",
"@gltf-transform/extensions": "^3.2.0",
"@gltf-transform/functions": "^3.2.0"
}
}

0 comments on commit 618c506

Please sign in to comment.