Skip to content

Commit b4fdc5f

Browse files
authored
bump: typegpu 0.5.9, typegpu-noise 0.0.9, unplugin-typegpu 0.1.3 (#1380)
1 parent 7ef204f commit b4fdc5f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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.5.8"
21+
"typegpu": "workspace:^0.5.9"
2222
},
2323
"files": ["README.md", "LICENSE.md", "package.json", "**/*.mjs"],
2424
"devDependencies": {

packages/typegpu-color/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.5.8"
34+
"typegpu": "^0.5.9"
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.0.8",
4+
"version": "0.0.9",
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.5.8"
34+
"typegpu": "^0.5.9"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typegpu",
33
"private": true,
4-
"version": "0.5.8",
4+
"version": "0.5.9",
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",

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.1.2",
3+
"version": "0.1.3",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"rollup-plugin",
@@ -117,7 +117,7 @@
117117
"unplugin": "^2.3.1"
118118
},
119119
"peerDependencies": {
120-
"typegpu": "workspace:^0.5.8"
120+
"typegpu": "workspace:^0.5.9"
121121
},
122122
"devDependencies": {
123123
"@babel/template": "^7.27.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)