mirror of
https://github.com/ashim-hq/ashim
synced 2026-04-21 13:37:52 +00:00
chore(release): 1.15.9 [skip ci]
This commit is contained in:
parent
31424d4356
commit
ae411f2d72
8 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ashim/api",
|
||||
"version": "1.15.8",
|
||||
"version": "1.15.9",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ashim/docs",
|
||||
"version": "1.15.8",
|
||||
"version": "1.15.9",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev .",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ashim/web",
|
||||
"version": "1.15.8",
|
||||
"version": "1.15.9",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ashim",
|
||||
"version": "1.15.8",
|
||||
"version": "1.15.9",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ashim/ai",
|
||||
"version": "1.15.8",
|
||||
"version": "1.15.9",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ashim/image-engine",
|
||||
"version": "1.15.8",
|
||||
"version": "1.15.9",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ashim/shared",
|
||||
"version": "1.15.8",
|
||||
"version": "1.15.9",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue