Skip to content

Commit 830b5af

Browse files
committed
bump: typegpu v0.10.2, tinyest-for-wgsl v0.3.1, unplugin-typegpu v0.10.1, @typegpu/three v0.10.1 (#2260)
1 parent dceee1a commit 830b5af

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

packages/tgpu-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"vitest": "catalog:test"
2525
},
2626
"peerDependencies": {
27-
"typegpu": "workspace:^0.10.1"
27+
"typegpu": "workspace:^0.10.2"
2828
},
2929
"engines": {
3030
"node": ">=12.20.0"

packages/tinyest-for-wgsl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinyest-for-wgsl",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"description": "Transforms JavaScript into its 'tinyest' form, to be used in generating equivalent (or close to) WGSL code.",
66
"keywords": [

packages/typegpu-color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"unplugin-typegpu": "workspace:*"
4040
},
4141
"peerDependencies": {
42-
"typegpu": "^0.10.1"
42+
"typegpu": "^0.10.2"
4343
}
4444
}

packages/typegpu-concurrent-scan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"unplugin-typegpu": "workspace:*"
4040
},
4141
"peerDependencies": {
42-
"typegpu": "^0.10.1"
42+
"typegpu": "^0.10.2"
4343
}
4444
}

packages/typegpu-geometry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"unplugin-typegpu": "workspace:*"
4040
},
4141
"peerDependencies": {
42-
"typegpu": "^0.10.1"
42+
"typegpu": "^0.10.2"
4343
}
4444
}

packages/typegpu-noise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"unplugin-typegpu": "workspace:*"
4040
},
4141
"peerDependencies": {
42-
"typegpu": "^0.10.1"
42+
"typegpu": "^0.10.2"
4343
}
4444
}

packages/typegpu-sdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"unplugin-typegpu": "workspace:*"
4040
},
4141
"peerDependencies": {
42-
"typegpu": "^0.10.1"
42+
"typegpu": "^0.10.2"
4343
}
4444
}

packages/typegpu-three/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typegpu/three",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Utilities for integrating TypeGPU with Three.js",
55
"keywords": [],
66
"license": "MIT",
@@ -41,6 +41,6 @@
4141
},
4242
"peerDependencies": {
4343
"three": ">0.126.0",
44-
"typegpu": "^0.10.1"
44+
"typegpu": "^0.10.2"
4545
}
4646
}

packages/typegpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typegpu",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"private": true,
55
"description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
66
"keywords": [

packages/unplugin-typegpu/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-typegpu",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"babel-plugin",
@@ -172,7 +172,7 @@
172172
"pathe": "^2.0.3",
173173
"picomatch": "^4.0.3",
174174
"tinyest": "workspace:~0.3.0",
175-
"tinyest-for-wgsl": "workspace:~0.3.0",
175+
"tinyest-for-wgsl": "workspace:~0.3.1",
176176
"unplugin": "^2.3.5"
177177
},
178178
"devDependencies": {
@@ -192,6 +192,6 @@
192192
"typescript": "catalog:types"
193193
},
194194
"peerDependencies": {
195-
"typegpu": "workspace:^0.10.1"
195+
"typegpu": "workspace:^0.10.2"
196196
}
197197
}

0 commit comments

Comments
 (0)