Skip to content

Commit

Permalink
v3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 22, 2023
1 parent 7429d9f commit 22d81cc
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.7.3",
"version": "3.7.4",
"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": "3.7.3",
"version": "3.7.4",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/cli.html",
"description": "CLI interface to glTF Transform",
Expand All @@ -27,9 +27,9 @@
},
"dependencies": {
"@donmccurdy/caporal": "^0.0.10",
"@gltf-transform/core": "^3.7.3",
"@gltf-transform/extensions": "^3.7.3",
"@gltf-transform/functions": "^3.7.3",
"@gltf-transform/core": "^3.7.4",
"@gltf-transform/extensions": "^3.7.4",
"@gltf-transform/functions": "^3.7.4",
"@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.7.3",
"version": "3.7.4",
"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
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/docs",
"version": "3.7.3",
"version": "3.7.4",
"private": true,
"scripts": {
"watch": "vite dev",
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 3.7.3 — Command-line interface (CLI) for the glTF Transform SDK.
gltf-transform 3.7.4 — 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": "3.7.3",
"version": "3.7.4",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/extensions.html",
"description": "Adds extension support to @gltf-transform/core",
Expand Down Expand Up @@ -36,7 +36,7 @@
"threejs"
],
"dependencies": {
"@gltf-transform/core": "^3.7.3",
"@gltf-transform/core": "^3.7.4",
"ktx-parse": "^0.6.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.7.3",
"version": "3.7.4",
"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 @@ -36,8 +36,8 @@
"threejs"
],
"dependencies": {
"@gltf-transform/core": "^3.7.3",
"@gltf-transform/extensions": "^3.7.3",
"@gltf-transform/core": "^3.7.4",
"@gltf-transform/extensions": "^3.7.4",
"ktx-parse": "^0.6.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.7.3",
"version": "3.7.4",
"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.7.3",
"@gltf-transform/extensions": "^3.7.3",
"@gltf-transform/functions": "^3.7.3"
"@gltf-transform/core": "^3.7.4",
"@gltf-transform/extensions": "^3.7.4",
"@gltf-transform/functions": "^3.7.4"
}
}

0 comments on commit 22d81cc

Please sign in to comment.