prepare release v0.1.31

This commit is contained in:
Sebastian Herrlinger
2025-10-28 01:49:28 +01:00
parent 3a9be39cd7
commit 1e78e1ad54
4 changed files with 18 additions and 18 deletions
+9 -9
View File
@@ -9,7 +9,7 @@
},
"packages/core": {
"name": "@opentui/core",
"version": "0.1.30",
"version": "0.1.31",
"dependencies": {
"bun-ffi-structs": "^0.1.0",
"jimp": "1.6.0",
@@ -25,12 +25,12 @@
},
"optionalDependencies": {
"@dimforge/rapier2d-simd-compat": "^0.17.3",
"@opentui/core-darwin-arm64": "0.1.30",
"@opentui/core-darwin-x64": "0.1.30",
"@opentui/core-linux-arm64": "0.1.30",
"@opentui/core-linux-x64": "0.1.30",
"@opentui/core-win32-arm64": "0.1.30",
"@opentui/core-win32-x64": "0.1.30",
"@opentui/core-darwin-arm64": "0.1.31",
"@opentui/core-darwin-x64": "0.1.31",
"@opentui/core-linux-arm64": "0.1.31",
"@opentui/core-linux-x64": "0.1.31",
"@opentui/core-win32-arm64": "0.1.31",
"@opentui/core-win32-x64": "0.1.31",
"bun-webgpu": "0.1.3",
"planck": "^1.4.2",
"three": "0.177.0",
@@ -41,7 +41,7 @@
},
"packages/react": {
"name": "@opentui/react",
"version": "0.1.30",
"version": "0.1.31",
"dependencies": {
"@opentui/core": "workspace:*",
"react-reconciler": "^0.32.0",
@@ -59,7 +59,7 @@
},
"packages/solid": {
"name": "@opentui/solid",
"version": "0.1.30",
"version": "0.1.31",
"dependencies": {
"@babel/core": "7.28.0",
"@babel/preset-typescript": "7.27.1",
+7 -7
View File
@@ -9,7 +9,7 @@
"types": "src/index.ts",
"module": "src/index.ts",
"main": "src/index.ts",
"version": "0.1.30",
"version": "0.1.31",
"type": "module",
"scripts": {
"build:dev": "cd src/zig && zig build -Doptimize=Debug",
@@ -45,12 +45,12 @@
"bun-webgpu": "0.1.3",
"planck": "^1.4.2",
"three": "0.177.0",
"@opentui/core-darwin-x64": "0.1.30",
"@opentui/core-darwin-arm64": "0.1.30",
"@opentui/core-linux-x64": "0.1.30",
"@opentui/core-linux-arm64": "0.1.30",
"@opentui/core-win32-x64": "0.1.30",
"@opentui/core-win32-arm64": "0.1.30"
"@opentui/core-darwin-x64": "0.1.31",
"@opentui/core-darwin-arm64": "0.1.31",
"@opentui/core-linux-x64": "0.1.31",
"@opentui/core-linux-arm64": "0.1.31",
"@opentui/core-win32-x64": "0.1.31",
"@opentui/core-win32-arm64": "0.1.31"
},
"exports": {
".": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/react",
"version": "0.1.30",
"version": "0.1.31",
"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.1.30",
"version": "0.1.31",
"description": "SolidJS renderer for OpenTUI",
"repository": {
"type": "git",