Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Apr 8, 2022
1 parent 9cb8a80 commit 5f77b73
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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 2.1.0 — Commandline interface for the glTF-Transform SDK.
gltf-transform 2.1.1 — Commandline interface 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": "2.1.0",
"version": "2.1.1",
"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": "2.1.0",
"version": "2.1.1",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.donmccurdy.com/cli.html",
"description": "CLI interface to glTF Transform",
Expand All @@ -22,9 +22,9 @@
},
"dependencies": {
"@caporal/core": "^2.0.2",
"@gltf-transform/core": "^2.1.0",
"@gltf-transform/extensions": "^2.1.0",
"@gltf-transform/functions": "^2.1.0",
"@gltf-transform/core": "^2.1.1",
"@gltf-transform/extensions": "^2.1.1",
"@gltf-transform/functions": "^2.1.1",
"@squoosh/lib": "^0.4.0",
"@types/inquirer": "^8.1.3",
"@types/language-tags": "^1.0.0",
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": "2.1.0",
"version": "2.1.1",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.donmccurdy.com/",
"description": "glTF 2.0 SDK for JavaScript, TypeScript, 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": "2.1.0",
"version": "2.1.1",
"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 @@ -29,7 +29,7 @@
"threejs"
],
"dependencies": {
"@gltf-transform/core": "^2.1.0",
"@gltf-transform/core": "^2.1.1",
"ktx-parse": "^0.2.2"
},
"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": "2.1.0",
"version": "2.1.1",
"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 @@ -29,8 +29,8 @@
"threejs"
],
"dependencies": {
"@gltf-transform/core": "^2.1.0",
"@gltf-transform/extensions": "^2.1.0",
"@gltf-transform/core": "^2.1.1",
"@gltf-transform/extensions": "^2.1.1",
"gl-matrix": "~3.4.3",
"ndarray": "^1.0.19",
"ndarray-lanczos": "^0.1.2",
Expand Down

0 comments on commit 5f77b73

Please sign in to comment.