prepare release 0.1.18

This commit is contained in:
Sebastian Herrlinger
2025-09-06 22:36:27 +02:00
parent 843e5027a6
commit 1d61c20da5
5 changed files with 20 additions and 20 deletions
+10 -10
View File
@@ -9,7 +9,7 @@
},
"packages/core": {
"name": "@opentui/core",
"version": "0.1.17",
"version": "0.1.18",
"dependencies": {
"jimp": "1.6.0",
"yoga-layout": "3.2.1",
@@ -21,12 +21,12 @@
},
"optionalDependencies": {
"@dimforge/rapier2d-simd-compat": "^0.17.3",
"@opentui/core-darwin-arm64": "0.1.17",
"@opentui/core-darwin-x64": "0.1.17",
"@opentui/core-linux-arm64": "0.1.17",
"@opentui/core-linux-x64": "0.1.17",
"@opentui/core-win32-arm64": "0.1.17",
"@opentui/core-win32-x64": "0.1.17",
"@opentui/core-darwin-arm64": "0.1.18",
"@opentui/core-darwin-x64": "0.1.18",
"@opentui/core-linux-arm64": "0.1.18",
"@opentui/core-linux-x64": "0.1.18",
"@opentui/core-win32-arm64": "0.1.18",
"@opentui/core-win32-x64": "0.1.18",
"bun-webgpu": "0.1.3",
"planck": "^1.4.2",
"three": "0.177.0",
@@ -37,7 +37,7 @@
},
"packages/react": {
"name": "@opentui/react",
"version": "0.1.17",
"version": "0.1.18",
"dependencies": {
"@opentui/core": "workspace:*",
"react-reconciler": "^0.32.0",
@@ -53,7 +53,7 @@
},
"packages/solid": {
"name": "@opentui/solid",
"version": "0.1.17",
"version": "0.1.18",
"dependencies": {
"@babel/core": "7.28.0",
"@babel/preset-typescript": "7.27.1",
@@ -72,7 +72,7 @@
},
"packages/vue": {
"name": "@opentui/vue",
"version": "0.1.17",
"version": "0.1.18",
"dependencies": {
"@opentui/core": "workspace:*",
"@vue/runtime-core": "^3.5.18",
+7 -7
View File
@@ -9,7 +9,7 @@
"types": "src/index.ts",
"module": "src/index.ts",
"main": "src/index.ts",
"version": "0.1.17",
"version": "0.1.18",
"type": "module",
"scripts": {
"build:dev": "cd src/zig && zig build -Doptimize=Debug",
@@ -40,12 +40,12 @@
"bun-webgpu": "0.1.3",
"planck": "^1.4.2",
"three": "0.177.0",
"@opentui/core-darwin-x64": "0.1.17",
"@opentui/core-darwin-arm64": "0.1.17",
"@opentui/core-linux-x64": "0.1.17",
"@opentui/core-linux-arm64": "0.1.17",
"@opentui/core-win32-x64": "0.1.17",
"@opentui/core-win32-arm64": "0.1.17"
"@opentui/core-darwin-x64": "0.1.18",
"@opentui/core-darwin-arm64": "0.1.18",
"@opentui/core-linux-x64": "0.1.18",
"@opentui/core-linux-arm64": "0.1.18",
"@opentui/core-win32-x64": "0.1.18",
"@opentui/core-win32-arm64": "0.1.18"
},
"engines": {
"bun": ">=1.2.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/react",
"version": "0.1.17",
"version": "0.1.18",
"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.17",
"version": "0.1.18",
"description": "SolidJS renderer for OpenTUI",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opentui/vue",
"version": "0.1.17",
"version": "0.1.18",
"description": "Vue renderer for OpenTUI",
"repository": {
"type": "git",