chore(release): 1.15.9 [skip ci]

This commit is contained in:
ashim-hq 2026-04-17 23:26:26 +08:00
parent 31424d4356
commit ae411f2d72
8 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@ashim/api",
"version": "1.15.8",
"version": "1.15.9",
"private": true,
"type": "module",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "@ashim/docs",
"version": "1.15.8",
"version": "1.15.9",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",

View file

@ -1,6 +1,6 @@
{
"name": "@ashim/web",
"version": "1.15.8",
"version": "1.15.9",
"private": true,
"type": "module",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "ashim",
"version": "1.15.8",
"version": "1.15.9",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "@ashim/ai",
"version": "1.15.8",
"version": "1.15.9",
"private": true,
"type": "module",
"main": "./src/index.ts",

View file

@ -1,6 +1,6 @@
{
"name": "@ashim/image-engine",
"version": "1.15.8",
"version": "1.15.9",
"private": true,
"type": "module",
"main": "./src/index.ts",

View file

@ -1,6 +1,6 @@
{
"name": "@ashim/shared",
"version": "1.15.8",
"version": "1.15.9",
"private": true,
"type": "module",
"main": "./src/index.ts",

View file

@ -1180,7 +1180,7 @@ export const PRINT_LAYOUTS: PrintLayout[] = [
{ id: "none", label: "None", width: 0, height: 0 },
];
export const APP_VERSION = "1.15.8";
export const APP_VERSION = "1.15.9";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).