Skip to content

Commit 4d6f6fe

Browse files
authored
bump: 0.8.0-alpha.2 (and tinyest-for-wgsl 0.1.3) (#1837)
1 parent b6d0075 commit 4d6f6fe

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/tinyest-for-wgsl/package.json

Lines changed: 1 addition & 1 deletion
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.2",
4+
"version": "0.1.3",
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",

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.1",
3+
"version": "0.8.0-alpha.2",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"rollup-plugin",
@@ -128,7 +128,7 @@
128128
"pathe": "^2.0.3",
129129
"picomatch": "^4.0.3",
130130
"tinyest": "workspace:~0.1.1",
131-
"tinyest-for-wgsl": "workspace:~0.1.2",
131+
"tinyest-for-wgsl": "workspace:~0.1.3",
132132
"unplugin": "^2.3.5"
133133
},
134134
"peerDependencies": {

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)