Skip to content

Commit 6aadf72

Browse files
committed
prepare release v0.1.49
1 parent 8c3090a commit 6aadf72

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

bun.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"types": "src/index.ts",
1010
"module": "src/index.ts",
1111
"main": "src/index.ts",
12-
"version": "0.1.48",
12+
"version": "0.1.49",
1313
"type": "module",
1414
"scripts": {
1515
"build:dev": "cd src/zig && zig build -Doptimize=Debug",
@@ -46,12 +46,12 @@
4646
"bun-webgpu": "0.1.4",
4747
"planck": "^1.4.2",
4848
"three": "0.177.0",
49-
"@opentui/core-darwin-x64": "0.1.48",
50-
"@opentui/core-darwin-arm64": "0.1.48",
51-
"@opentui/core-linux-x64": "0.1.48",
52-
"@opentui/core-linux-arm64": "0.1.48",
53-
"@opentui/core-win32-x64": "0.1.48",
54-
"@opentui/core-win32-arm64": "0.1.48"
49+
"@opentui/core-darwin-x64": "0.1.49",
50+
"@opentui/core-darwin-arm64": "0.1.49",
51+
"@opentui/core-linux-x64": "0.1.49",
52+
"@opentui/core-linux-arm64": "0.1.49",
53+
"@opentui/core-win32-x64": "0.1.49",
54+
"@opentui/core-win32-arm64": "0.1.49"
5555
},
5656
"exports": {
5757
".": {

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentui/react",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"description": "React renderer for building terminal user interfaces using OpenTUI core",
55
"license": "MIT",
66
"repository": {

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentui/solid",
3-
"version": "0.1.48",
3+
"version": "0.1.49",
44
"description": "SolidJS renderer for OpenTUI",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)