Skip to content

Commit e99226c

Browse files
committed
prepare release v0.1.56
1 parent 9efb014 commit e99226c

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

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.55",
12+
"version": "0.1.56",
1313
"type": "module",
1414
"scripts": {
1515
"build": "bun run build:native && bun run build:lib",
@@ -47,12 +47,12 @@
4747
"bun-webgpu": "0.1.4",
4848
"planck": "^1.4.2",
4949
"three": "0.177.0",
50-
"@opentui/core-darwin-x64": "0.1.55",
51-
"@opentui/core-darwin-arm64": "0.1.55",
52-
"@opentui/core-linux-x64": "0.1.55",
53-
"@opentui/core-linux-arm64": "0.1.55",
54-
"@opentui/core-win32-x64": "0.1.55",
55-
"@opentui/core-win32-arm64": "0.1.55"
50+
"@opentui/core-darwin-x64": "0.1.56",
51+
"@opentui/core-darwin-arm64": "0.1.56",
52+
"@opentui/core-linux-x64": "0.1.56",
53+
"@opentui/core-linux-arm64": "0.1.56",
54+
"@opentui/core-win32-x64": "0.1.56",
55+
"@opentui/core-win32-arm64": "0.1.56"
5656
},
5757
"exports": {
5858
".": {

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.55",
3+
"version": "0.1.56",
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.55",
3+
"version": "0.1.56",
44
"description": "SolidJS renderer for OpenTUI",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)