prepare release v0.2.6

This commit is contained in:
Sebastian Herrlinger
2026-05-09 01:07:29 +02:00
parent c08b8edf66
commit e6639597f0
8 changed files with 26 additions and 26 deletions
+13 -13
View File
@@ -11,7 +11,7 @@
},
"packages/core": {
"name": "@opentui/core",
"version": "0.2.5",
"version": "0.2.6",
"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.5",
"@opentui/core-darwin-x64": "0.2.5",
"@opentui/core-linux-arm64": "0.2.5",
"@opentui/core-linux-x64": "0.2.5",
"@opentui/core-win32-arm64": "0.2.5",
"@opentui/core-win32-x64": "0.2.5",
"@opentui/core-darwin-arm64": "0.2.6",
"@opentui/core-darwin-x64": "0.2.6",
"@opentui/core-linux-arm64": "0.2.6",
"@opentui/core-linux-x64": "0.2.6",
"@opentui/core-win32-arm64": "0.2.6",
"@opentui/core-win32-x64": "0.2.6",
},
"peerDependencies": {
"web-tree-sitter": "0.25.10",
@@ -42,7 +42,7 @@
},
"packages/examples": {
"name": "@opentui/examples",
"version": "0.2.5",
"version": "0.2.6",
"dependencies": {
"@dimforge/rapier2d-simd-compat": "^0.17.3",
"@opentui/core": "workspace:*",
@@ -62,7 +62,7 @@
},
"packages/keymap": {
"name": "@opentui/keymap",
"version": "0.2.5",
"version": "0.2.6",
"dependencies": {
"@opentui/core": "workspace:*",
},
@@ -91,7 +91,7 @@
},
"packages/react": {
"name": "@opentui/react",
"version": "0.2.5",
"version": "0.2.6",
"dependencies": {
"@opentui/core": "workspace:*",
"react-reconciler": "^0.33.0",
@@ -120,7 +120,7 @@
},
"packages/solid": {
"name": "@opentui/solid",
"version": "0.2.5",
"version": "0.2.6",
"dependencies": {
"@babel/core": "7.28.0",
"@babel/preset-typescript": "7.27.1",
@@ -153,7 +153,7 @@
},
"packages/three": {
"name": "@opentui/three",
"version": "0.2.5",
"version": "0.2.6",
"dependencies": {
"@opentui/core": "workspace:*",
"jimp": "1.6.1",
@@ -174,7 +174,7 @@
},
"packages/web": {
"name": "@opentui/web",
"version": "0.2.5",
"version": "0.2.6",
"dependencies": {
"@astrojs/mdx": "^4.3.1",
"@opentui/core": "workspace:*",
+7 -7
View File
@@ -9,7 +9,7 @@
"types": "src/index.ts",
"module": "src/index.ts",
"main": "src/index.ts",
"version": "0.2.5",
"version": "0.2.6",
"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.5",
"@opentui/core-darwin-arm64": "0.2.5",
"@opentui/core-linux-x64": "0.2.5",
"@opentui/core-linux-arm64": "0.2.5",
"@opentui/core-win32-x64": "0.2.5",
"@opentui/core-win32-arm64": "0.2.5"
"@opentui/core-darwin-x64": "0.2.6",
"@opentui/core-darwin-arm64": "0.2.6",
"@opentui/core-linux-x64": "0.2.6",
"@opentui/core-linux-arm64": "0.2.6",
"@opentui/core-win32-x64": "0.2.6",
"@opentui/core-win32-arm64": "0.2.6"
},
"exports": {
".": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/examples",
"version": "0.2.5",
"version": "0.2.6",
"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.5",
"version": "0.2.6",
"description": "Standalone keymap package for OpenTUI",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/react",
"version": "0.2.5",
"version": "0.2.6",
"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.5",
"version": "0.2.6",
"description": "SolidJS renderer for OpenTUI",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/three",
"version": "0.2.5",
"version": "0.2.6",
"description": "Three.js WebGPU renderer for OpenTUI",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/web",
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"type": "module",
"scripts": {