prepare release v0.2.8

This commit is contained in:
Sebastian Herrlinger
2026-05-13 02:14:26 +02:00
parent 59132a6f97
commit 40ea4d9bb5
8 changed files with 26 additions and 38 deletions
+13 -25
View File
@@ -11,7 +11,7 @@
},
"packages/core": {
"name": "@opentui/core",
"version": "0.2.7",
"version": "0.2.8",
"dependencies": {
"bun-ffi-structs": "0.2.2",
"diff": "9.0.0",
@@ -29,12 +29,12 @@
"web-tree-sitter": "0.25.10",
},
"optionalDependencies": {
"@opentui/core-darwin-arm64": "0.2.7",
"@opentui/core-darwin-x64": "0.2.7",
"@opentui/core-linux-arm64": "0.2.7",
"@opentui/core-linux-x64": "0.2.7",
"@opentui/core-win32-arm64": "0.2.7",
"@opentui/core-win32-x64": "0.2.7",
"@opentui/core-darwin-arm64": "0.2.8",
"@opentui/core-darwin-x64": "0.2.8",
"@opentui/core-linux-arm64": "0.2.8",
"@opentui/core-linux-x64": "0.2.8",
"@opentui/core-win32-arm64": "0.2.8",
"@opentui/core-win32-x64": "0.2.8",
},
"peerDependencies": {
"web-tree-sitter": "0.25.10",
@@ -42,7 +42,7 @@
},
"packages/examples": {
"name": "@opentui/examples",
"version": "0.2.7",
"version": "0.2.8",
"dependencies": {
"@dimforge/rapier2d-simd-compat": "^0.17.3",
"@opentui/core": "workspace:*",
@@ -63,7 +63,7 @@
},
"packages/keymap": {
"name": "@opentui/keymap",
"version": "0.2.7",
"version": "0.2.8",
"dependencies": {
"@opentui/core": "workspace:*",
},
@@ -92,7 +92,7 @@
},
"packages/react": {
"name": "@opentui/react",
"version": "0.2.7",
"version": "0.2.8",
"dependencies": {
"@opentui/core": "workspace:*",
"react-reconciler": "^0.33.0",
@@ -121,7 +121,7 @@
},
"packages/solid": {
"name": "@opentui/solid",
"version": "0.2.7",
"version": "0.2.8",
"dependencies": {
"@babel/core": "7.28.0",
"@babel/preset-typescript": "7.27.1",
@@ -154,7 +154,7 @@
},
"packages/three": {
"name": "@opentui/three",
"version": "0.2.7",
"version": "0.2.8",
"dependencies": {
"@opentui/core": "workspace:*",
"jimp": "1.6.1",
@@ -175,7 +175,7 @@
},
"packages/web": {
"name": "@opentui/web",
"version": "0.2.7",
"version": "0.2.8",
"dependencies": {
"@astrojs/mdx": "^4.3.1",
"@opentui/core": "workspace:*",
@@ -439,18 +439,6 @@
"@opentui/core": ["@opentui/core@workspace:packages/core"],
"@opentui/core-darwin-arm64": ["@opentui/core-darwin-arm64@0.2.7", "", { "os": "darwin", "cpu": "arm64" }, "sha512-CAy6cL3byz2Xf6gFiJHBpcnsp/2ADEWLLOUokVypOyPLcy8GY3sPzlA4pkAjVGQMYQhDj+Y3+SXz4uTLt4AETg=="],
"@opentui/core-darwin-x64": ["@opentui/core-darwin-x64@0.2.7", "", { "os": "darwin", "cpu": "x64" }, "sha512-K06h333rMkC9cyMJr/VvcRK3ik81Admd8ZsES5uf5YXWPdYhXGf75I1T8mKIThhUmoFLb8R5xqfuPmoocsjM7Q=="],
"@opentui/core-linux-arm64": ["@opentui/core-linux-arm64@0.2.7", "", { "os": "linux", "cpu": "arm64" }, "sha512-iYWGTztbdG9yYSB5Alxuo0dWAmkWQR0+/paNWUyPOocjigmKgMmACDtHgYqa7sxkIcWgmXljt/f8rgXDG4wdMg=="],
"@opentui/core-linux-x64": ["@opentui/core-linux-x64@0.2.7", "", { "os": "linux", "cpu": "x64" }, "sha512-tymBCfYbsDRfHQNXsolkFfaTEIDhemD4+1ZovUztQd7i+0Ggnu9WbPN1SNCiRz6PjrlaNeQzZE3Wl8FfVdw/cw=="],
"@opentui/core-win32-arm64": ["@opentui/core-win32-arm64@0.2.7", "", { "os": "win32", "cpu": "arm64" }, "sha512-XLPJWdT8QOukrYDkpIng6+uNUlF66ByXcQlC3qA9JbrUTBetZhgXs8Q2jEjRfc+Ty3uh1iRSA6PgJGbbOK/f4Q=="],
"@opentui/core-win32-x64": ["@opentui/core-win32-x64@0.2.7", "", { "os": "win32", "cpu": "x64" }, "sha512-CzVGEfqysVk8Hxcj0RDv/DtXIM6iZmbmr23kW7y8CJMPtmV1gmKI4D9abVjynWJnGbaSBnDi43mgZnGMgOdyEg=="],
"@opentui/examples": ["@opentui/examples@workspace:packages/examples"],
"@opentui/keymap": ["@opentui/keymap@workspace:packages/keymap"],
+7 -7
View File
@@ -9,7 +9,7 @@
"types": "src/index.ts",
"module": "src/index.ts",
"main": "src/index.ts",
"version": "0.2.7",
"version": "0.2.8",
"type": "module",
"scripts": {
"build": "bun run build:native && bun run build:lib",
@@ -47,12 +47,12 @@
"web-tree-sitter": "0.25.10"
},
"optionalDependencies": {
"@opentui/core-darwin-x64": "0.2.7",
"@opentui/core-darwin-arm64": "0.2.7",
"@opentui/core-linux-x64": "0.2.7",
"@opentui/core-linux-arm64": "0.2.7",
"@opentui/core-win32-x64": "0.2.7",
"@opentui/core-win32-arm64": "0.2.7"
"@opentui/core-darwin-x64": "0.2.8",
"@opentui/core-darwin-arm64": "0.2.8",
"@opentui/core-linux-x64": "0.2.8",
"@opentui/core-linux-arm64": "0.2.8",
"@opentui/core-win32-x64": "0.2.8",
"@opentui/core-win32-arm64": "0.2.8"
},
"exports": {
".": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/examples",
"version": "0.2.7",
"version": "0.2.8",
"private": true,
"description": "OpenTUI examples and standalone examples executable",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/keymap",
"version": "0.2.7",
"version": "0.2.8",
"description": "Standalone keymap package for OpenTUI",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/react",
"version": "0.2.7",
"version": "0.2.8",
"description": "React renderer for building terminal user interfaces using OpenTUI core",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/solid",
"version": "0.2.7",
"version": "0.2.8",
"description": "SolidJS renderer for OpenTUI",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/three",
"version": "0.2.7",
"version": "0.2.8",
"description": "Three.js WebGPU renderer for OpenTUI",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/web",
"version": "0.2.7",
"version": "0.2.8",
"private": true,
"type": "module",
"scripts": {