Skip to content

Commit c812a2d

Browse files
authored
bump: typegpu 0.7.1, @typegpu/color 0.7.0, @typegpu/noise 0.7.0, @typegpu/sdf 0.7.0 (#1596)
1 parent ec1a771 commit c812a2d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/typegpu-color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/color",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.7.0",
55
"description": "A set of color helper functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",

packages/typegpu-noise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/noise",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.7.0",
55
"description": "A set of noise/pseudo-random functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",

packages/typegpu-sdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/sdf",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.7.0",
55
"description": "A set of Signed Distance Field functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",

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.7.0",
4+
"version": "0.7.1",
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",

0 commit comments

Comments
 (0)