Skip to content

Commit f464acf

Browse files
committed
prepare release v0.2.15
1 parent ebd8c99 commit f464acf

9 files changed

Lines changed: 28 additions & 40 deletions

File tree

bun.lock

Lines changed: 14 additions & 26 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.2.14",
12+
"version": "0.2.15",
1313
"type": "module",
1414
"scripts": {
1515
"build": "bun run build:native && bun run build:lib",
@@ -47,12 +47,12 @@
4747
"web-tree-sitter": "0.25.10"
4848
},
4949
"optionalDependencies": {
50-
"@opentui/core-darwin-x64": "0.2.14",
51-
"@opentui/core-darwin-arm64": "0.2.14",
52-
"@opentui/core-linux-x64": "0.2.14",
53-
"@opentui/core-linux-arm64": "0.2.14",
54-
"@opentui/core-win32-x64": "0.2.14",
55-
"@opentui/core-win32-arm64": "0.2.14"
50+
"@opentui/core-darwin-x64": "0.2.15",
51+
"@opentui/core-darwin-arm64": "0.2.15",
52+
"@opentui/core-linux-x64": "0.2.15",
53+
"@opentui/core-linux-arm64": "0.2.15",
54+
"@opentui/core-win32-x64": "0.2.15",
55+
"@opentui/core-win32-arm64": "0.2.15"
5656
},
5757
"exports": {
5858
".": {

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentui/examples",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"private": true,
55
"description": "OpenTUI examples and standalone examples executable",
66
"license": "MIT",

packages/keymap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentui/keymap",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"description": "Standalone keymap package for OpenTUI",
55
"license": "MIT",
66
"repository": {

packages/qrcode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentui/qrcode",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"description": "QR code encoder and renderable for OpenTUI",
55
"license": "MIT",
66
"repository": {

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

packages/three/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentui/three",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"description": "Three.js WebGPU renderer for OpenTUI",
55
"license": "MIT",
66
"repository": {

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentui/web",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)