Skip to content

Commit 4393222

Browse files
authored
bump: typegpu v0.11.3, unplugin-typegpu v0.11.1, eslint-plugin-typegpu v0.11.1 (#2417)
1 parent 236f2be commit 4393222

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-typegpu",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "TypeGPU specific linting rules for ESLint",
55
"keywords": [
66
"eslint",

packages/typegpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typegpu",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
55
"keywords": [
66
"compute",

packages/unplugin-typegpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-typegpu",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"babel-plugin",

0 commit comments

Comments
 (0)