Skip to content

Commit 5d59c43

Browse files
authored
bump: typegpu 0.8.0, @typegpu/color 0.8.0, @typegpu/noise 0.8.0, @typegpu/sdf 0.8.0, unplugin-typegpu 0.8.0, tinyest 0.1.2 (#1873)
1 parent 1f0ff3b commit 5d59c43

File tree

10 files changed

+16
-14
lines changed

10 files changed

+16
-14
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
</div>
1010

11-
**TypeGPU** is a modular and open-ended toolkit for WebGPU, with advanced type inference and the ability to write shaders in TypeScript.
11+
**TypeGPU** is a modular and open-ended toolkit for WebGPU, with advanced type
12+
inference and the ability to write shaders in TypeScript.
1213

1314
```ts
1415
const neighborhood = (a: number, r: number) => {

packages/tinyest-for-wgsl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
},
6161
"packageManager": "[email protected]+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
6262
"dependencies": {
63-
"tinyest": "workspace:~0.1.1"
63+
"tinyest": "workspace:~0.1.2"
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.1",
4+
"version": "0.1.2",
55
"description": "A compact, fast, and embeddable JavaScript AST for transpilation.",
66
"license": "MIT",
77
"type": "module",

packages/typegpu-color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/color",
33
"type": "module",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"description": "A set of color helper functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",

packages/typegpu-noise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/noise",
33
"type": "module",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"description": "A set of noise/pseudo-random functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",

packages/typegpu-sdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/sdf",
33
"type": "module",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"description": "A set of Signed Distance Field functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",

packages/typegpu/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
</div>
1010

11-
**TypeGPU** is a modular and open-ended toolkit for WebGPU, with advanced type inference and the ability to write shaders in TypeScript.
11+
**TypeGPU** is a modular and open-ended toolkit for WebGPU, with advanced type
12+
inference and the ability to write shaders in TypeScript.
1213

1314
```ts
1415
const neighborhood = (a: number, r: number) => {

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.0-alpha.2",
4+
"version": "0.8.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",
@@ -86,7 +86,7 @@
8686
},
8787
"packageManager": "[email protected]+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
8888
"dependencies": {
89-
"tinyest": "workspace:~0.1.1",
89+
"tinyest": "workspace:~0.1.2",
9090
"typed-binary": "^4.3.1"
9191
}
9292
}

packages/unplugin-typegpu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-typegpu",
3-
"version": "0.8.0-alpha.2",
3+
"version": "0.8.0",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"rollup-plugin",
@@ -127,7 +127,7 @@
127127
"magic-string-ast": "^1.0.0",
128128
"pathe": "^2.0.3",
129129
"picomatch": "^4.0.3",
130-
"tinyest": "workspace:~0.1.1",
130+
"tinyest": "workspace:~0.1.2",
131131
"tinyest-for-wgsl": "workspace:~0.1.3",
132132
"unplugin": "^2.3.5"
133133
},

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)