Skip to content

Commit e4b42f9

Browse files
authored
bump: typegpu and @typegpu/* to 0.10.0, tineyst and tinyest-for-wgsl to 0.3.0 (#2214)
1 parent d530dee commit e4b42f9

15 files changed

Lines changed: 33 additions & 71 deletions

File tree

apps/treeshake-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"typegpu": "workspace:*",
13-
"unplugin-typegpu": "^0.9.0"
13+
"unplugin-typegpu": "workspace:*"
1414
},
1515
"devDependencies": {
1616
"@types/node": "^20.0.0",

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.9.0",
3+
"version": "0.10.0",
44
"description": "An eslint plugin containing custom rules for TypeGPU.",
55
"type": "module",
66
"exports": {

packages/tgpu-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"wgsl_reflect": "git://github.com/mhawryluk/wgsl_reflect.git#85994fdc8d8a3abbb4f79baf3891e54eed0c1c63"
1919
},
2020
"peerDependencies": {
21-
"typegpu": "workspace:^0.9.0"
21+
"typegpu": "workspace:^0.10.0"
2222
},
2323
"files": ["README.md", "LICENSE", "package.json", "**/*.mjs"],
2424
"devDependencies": {

packages/tinyest-for-wgsl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyest-for-wgsl",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.3.0",
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",
@@ -60,6 +60,6 @@
6060
},
6161
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
6262
"dependencies": {
63-
"tinyest": "workspace:~0.2.0"
63+
"tinyest": "workspace:~0.3.0"
6464
}
6565
}

packages/tinyest/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typegpu/tinyest",
3-
"version": "0.1.1`",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"exports": "./src/index.ts",
66
"publish": {

packages/tinyest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyest",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "A compact, fast, and embeddable JavaScript AST for transpilation.",
66
"license": "MIT",
77
"type": "module",

packages/typegpu-color/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/color",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"description": "A set of color helper functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",
@@ -31,7 +31,7 @@
3131
"keywords": [],
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typegpu": "^0.9.0"
34+
"typegpu": "^0.10.0"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu-concurrent-scan/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/concurrent-scan",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"description": "A concurrent scan module.",
66
"exports": {
77
".": "./src/index.ts",
@@ -31,7 +31,7 @@
3131
"keywords": [],
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typegpu": "^0.9.0"
34+
"typegpu": "^0.10.0"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu-geometry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/geometry",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.10.0",
55
"description": "A set of geometry helper functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",
@@ -31,7 +31,7 @@
3131
"keywords": [],
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typegpu": "^0.9.0"
34+
"typegpu": "^0.10.0"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

packages/typegpu-noise/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typegpu/noise",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"description": "A set of noise/pseudo-random functions for use in WebGPU/TypeGPU apps.",
66
"exports": {
77
".": "./src/index.ts",
@@ -31,7 +31,7 @@
3131
"keywords": [],
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typegpu": "^0.9.0"
34+
"typegpu": "^0.10.0"
3535
},
3636
"devDependencies": {
3737
"@typegpu/tgpu-dev-cli": "workspace:*",

0 commit comments

Comments
 (0)