Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Sep 11, 2024
1 parent be4c8a0 commit be34718
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/tgsl-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
"dependencies": {
"acorn": "^8.12.1",
"typegpu": "workspace:^0.1.1"
"typegpu": "workspace:^0.1.2"
}
}
10 changes: 5 additions & 5 deletions packages/typegpu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typegpu",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -69,14 +69,14 @@
"bugs": {
"url": "https://github.com/software-mansion/TypeGPU/issues"
},
"homepage": "https://docs.swmansion.com/TypeGPU",
"homepage": "https://typegpu.com",
"devDependencies": {
"@webgpu/types": "^0.1.43",
"typescript": "^5.3.3",
"tsup": "^8.0.2",
"@typegpu/wgsl-parser": "workspace:0.0.0",
"typegpu": "workspace:0.1.1",
"@typegpu/tgpu-dev-cli": "workspace:0.0.0"
"@typegpu/wgsl-parser": "workspace:*",
"typegpu": "workspace:*",
"@typegpu/tgpu-dev-cli": "workspace:*"
},
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be34718

Please sign in to comment.