Skip to content

Commit

Permalink
bump: typegpu 0.4.3, unplugin-typegpu 0.1.0-alpha.3 (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza authored Feb 21, 2025
1 parent 2c4fdbc commit f7b2b66
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ ${example.htmlCode}
},
"dependencies": {
"@webgpu/types": "^0.1.54",
"typegpu": "^0.4.2",
"unplugin-typegpu": "^0.1.0-alpha.2"
"typegpu": "^0.4.3",
"unplugin-typegpu": "^0.1.0-alpha.3"
}
}`,
'vite.config.js': `\
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prepublishOnly": "tgpu-dev-cli prepack"
},
"dependencies": {
"unplugin-typegpu": "workspace:^0.1.0-alpha.2"
"unplugin-typegpu": "workspace:^0.1.0-alpha.3"
},
"devDependencies": {
"@typegpu/tgpu-dev-cli": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/typegpu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typegpu",
"private": true,
"version": "0.4.2",
"version": "0.4.3",
"description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/unplugin-typegpu/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "unplugin-typegpu",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
"keywords": [
"rollup-plugin",
"unplugin",
"babel-plugin",
"vite-plugin",
"typegpu",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7b2b66

Please sign in to comment.