Skip to content

Commit dda60fd

Browse files
authored
bump: typegpu 0.9.0, tinyest 0.2.0, tinyest-for-wgsl 0.2.0, @typegpu/* 0.9.0 (#1998)
1 parent 588b090 commit dda60fd

11 files changed

Lines changed: 25 additions & 25 deletions

File tree

packages/tgpu-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"wgsl_reflect": "git://github.com/mhawryluk/wgsl_reflect.git#85994fdc8d8a3abbb4f79baf3891e54eed0c1c63"
1919
},
2020
"peerDependencies": {
21-
"typegpu": "workspace:^0.8.0"
21+
"typegpu": "workspace:^0.9.0"
2222
},
2323
"files": ["README.md", "LICENSE", "package.json", "**/*.mjs"],
2424
"devDependencies": {

packages/tinyest-for-wgsl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyest-for-wgsl",
33
"private": true,
4-
"version": "0.1.3",
4+
"version": "0.2.0",
55
"description": "Transforms JavaScript into its 'tinyest' form, to be used in generating equivalent (or close to) WGSL code.",
66
"license": "MIT",
77
"type": "module",
@@ -60,6 +60,6 @@
6060
},
6161
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
6262
"dependencies": {
63-
"tinyest": "workspace:~0.1.2"
63+
"tinyest": "workspace:~0.2.0"
6464
}
6565
}

packages/tinyest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyest",
33
"private": true,
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"description": "A compact, fast, and embeddable JavaScript AST for transpilation.",
66
"license": "MIT",
77
"type": "module",

packages/typegpu-color/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/color",
33
"type": "module",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"description": "A set of color helper functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",
@@ -31,7 +31,7 @@
3131
"keywords": [],
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typegpu": "^0.8.0"
34+
"typegpu": "^0.9.0"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu-geometry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"keywords": [],
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typegpu": "^0.8.0"
34+
"typegpu": "^0.9.0"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu-noise/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/noise",
33
"type": "module",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"description": "A set of noise/pseudo-random functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",
@@ -31,7 +31,7 @@
3131
"keywords": [],
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typegpu": "^0.8.0"
34+
"typegpu": "^0.9.0"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu-sdf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/sdf",
33
"type": "module",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"description": "A set of Signed Distance Field functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",
@@ -31,7 +31,7 @@
3131
"keywords": [],
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typegpu": "^0.8.0"
34+
"typegpu": "^0.9.0"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu-three/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/three",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.9.0",
55
"description": "Utilities for integrating TypeGPU with Three.js",
66
"exports": {
77
".": "./src/index.ts",
@@ -31,7 +31,7 @@
3131
"keywords": [],
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typegpu": "^0.5.9",
34+
"typegpu": "^0.9.0",
3535
"three": ">0.126.0"
3636
},
3737
"devDependencies": {

packages/typegpu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typegpu",
33
"private": true,
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
66
"license": "MIT",
77
"type": "module",
@@ -78,7 +78,7 @@
7878
},
7979
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
8080
"dependencies": {
81-
"tinyest": "workspace:~0.1.2",
81+
"tinyest": "workspace:~0.2.0",
8282
"typed-binary": "^4.3.1"
8383
}
8484
}

packages/unplugin-typegpu/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-typegpu",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"rollup-plugin",
@@ -127,12 +127,12 @@
127127
"magic-string-ast": "^1.0.0",
128128
"pathe": "^2.0.3",
129129
"picomatch": "^4.0.3",
130-
"tinyest": "workspace:~0.1.2",
131-
"tinyest-for-wgsl": "workspace:~0.1.3",
130+
"tinyest": "workspace:~0.2.0",
131+
"tinyest-for-wgsl": "workspace:~0.2.0",
132132
"unplugin": "^2.3.5"
133133
},
134134
"peerDependencies": {
135-
"typegpu": "workspace:^0.8.0"
135+
"typegpu": "workspace:^0.9.0"
136136
},
137137
"devDependencies": {
138138
"@babel/template": "^7.27.2",

0 commit comments

Comments
 (0)