Skip to content

Commit e33e7e8

Browse files
committed
bump: typegpu 0.11.7, unplugin-typegpu 0.11.5, @typegpu/cli 0.11.0, @typegpu/react 0.11.1
1 parent ce886bd commit e33e7e8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/typegpu-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typegpu/cli",
3-
"version": "0.11.0-alpha.0",
3+
"version": "0.11.0",
44
"description": "Add TypeGPU to your project",
55
"license": "MIT",
66
"repository": {

packages/typegpu-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typegpu/react",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "The best way to integrate TypeGPU into your React app.",
55
"keywords": [
66
"React",

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.6",
3+
"version": "0.11.7",
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.4",
3+
"version": "0.11.5",
44
"description": "Build plugins for TypeGPU, enabling seamless JavaScript -> WGSL transpilation and improved debugging.",
55
"keywords": [
66
"babel-plugin",

0 commit comments

Comments
 (0)