Skip to content

Commit 7ee45d3

Browse files
authored
bump: typegpu v0.7.0, unplugin-typegpu v0.2.2 (#1545)
* bump: typegpu v0.7.0 * bump: unplugin-typegpu v0.2.2
1 parent 1602e74 commit 7ee45d3

File tree

7 files changed

+9
-9
lines changed

7 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.6.0"
21+
"typegpu": "workspace:^0.7.0"
2222
},
2323
"files": ["README.md", "LICENSE", "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.6.0"
34+
"typegpu": "^0.7.0"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu-noise/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.6.0"
34+
"typegpu": "^0.7.0"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu-sdf/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.6.0"
34+
"typegpu": "^0.7.0"
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.6.0",
4+
"version": "0.7.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",

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.2.1",
3+
"version": "0.2.2",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"rollup-plugin",
@@ -125,7 +125,7 @@
125125
"unplugin": "^2.3.5"
126126
},
127127
"peerDependencies": {
128-
"typegpu": "workspace:^0.6.0"
128+
"typegpu": "workspace:^0.7.0"
129129
},
130130
"devDependencies": {
131131
"@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)