From 385609874c06b296f39386e75e9b68e2162e14bb Mon Sep 17 00:00:00 2001 From: pubuzhixing8 Date: Tue, 20 Jan 2026 18:19:36 +0800 Subject: [PATCH] build: release 0.5.7 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/grid/package.json | 2 +- packages/state/package.json | 2 +- packages/utils/package.json | 2 +- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1422931..a4db576e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.5.7](https://github.com/worktile/ai-table/compare/0.5.6...0.5.7) (2026-01-20) + + +### Features + +* **init:** add log to verify issue which table can not display ([1580513](https://github.com/worktile/ai-table/commit/158051337bccc0e0f03839e052538b0997f95851)) + + + ## [0.5.6](https://github.com/worktile/ai-table/compare/0.5.5...0.5.6) (2026-01-19) diff --git a/package-lock.json b/package-lock.json index 06a8df99..1a1ae7fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-table", - "version": "0.5.6", + "version": "0.5.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-table", - "version": "0.5.6", + "version": "0.5.7", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index e3ebd872..aef6f715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-table", - "version": "0.5.6", + "version": "0.5.7", "workspaces": [ "packages/*" ], diff --git a/packages/grid/package.json b/packages/grid/package.json index 4c02c170..12e991a6 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/grid", - "version": "0.5.6", + "version": "0.5.7", "peerDependencies": { "@angular/common": "^20.0.0", "@angular/core": "^20.0.0", diff --git a/packages/state/package.json b/packages/state/package.json index ad4c6106..96ad41d7 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/state", - "version": "0.5.6", + "version": "0.5.7", "peerDependencies": {}, "dependencies": { "tslib": "^2.3.0" diff --git a/packages/utils/package.json b/packages/utils/package.json index 46433b69..7adfaa12 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/utils", - "version": "0.5.6", + "version": "0.5.7", "main": "index.js", "scripts": { "build": "rimraf ../../dist/utils && tsc -p tsconfig.lib.json && cpx package.json ../../dist/utils"