From 3bea8d5c0c1bf7885c3eac8026537b46371bea0a Mon Sep 17 00:00:00 2001 From: minlovehua <321512939@qq.com> Date: Wed, 18 Dec 2024 16:44:29 +0800 Subject: [PATCH] build: release 0.0.22 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/grid/package.json | 2 +- packages/state/package.json | 2 +- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc29568..3c7ad3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.0.22](https://github.com/worktile/ai-table/compare/0.0.21...0.0.22) (2024-12-18) + + +### Bug Fixes + +* **app:** use 10-bit timestamp ([#196](https://github.com/worktile/ai-table/issues/196)) ([5c33e88](https://github.com/worktile/ai-table/commit/5c33e882e765afb5dd1ee357b33af8cba9809317)) +* **grid:** the default value of a numeric field should not display 0 ([#198](https://github.com/worktile/ai-table/issues/198)) ([0574af9](https://github.com/worktile/ai-table/commit/0574af939554189f5be5d1216217e122e87973d6)) +* **grid:** should create correct default name and show correct type when add multiple member ([#197](https://github.com/worktile/ai-table/issues/197)) ([9863899](https://github.com/worktile/ai-table/commit/9863899658c2179d4164757e4af8248fd25bd68f)) +* **grid:** should show icon in front of action button ([#199](https://github.com/worktile/ai-table/issues/199)) ([e1c418e](https://github.com/worktile/ai-table/commit/e1c418e66457e0b8964f6e64f56768641ef06ec3)) +* **state:** the in and nin filter logic of rate fied does not take effect ([#193](https://github.com/worktile/ai-table/issues/193)) ([2f0a8e0](https://github.com/worktile/ai-table/commit/2f0a8e0eec01c0fe5a3470be9b5d11c67b3da81d)) + + +### Features + +* **state:** support filter and sort by link field ([#195](https://github.com/worktile/ai-table/issues/195)) ([fe6ef2e](https://github.com/worktile/ai-table/commit/fe6ef2e61349540e1e32e4ee0380c36155e504d4)) +* **state:** support filter by system, such as created_at, updated_at ([#194](https://github.com/worktile/ai-table/issues/194)) ([70d3f07](https://github.com/worktile/ai-table/commit/70d3f074d3f7bcbeec7133234cc0ca37ecd328ea)) + + + ## [0.0.21](https://github.com/worktile/ai-table/compare/0.0.20...0.0.21) (2024-12-13) diff --git a/package-lock.json b/package-lock.json index 0ba0f570..b0d5b765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-table", - "version": "0.0.21", + "version": "0.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-table", - "version": "0.0.21", + "version": "0.0.22", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index 0b07c717..e6c38dd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-table", - "version": "0.0.21", + "version": "0.0.22", "workspaces": [ "packages/*" ], diff --git a/packages/grid/package.json b/packages/grid/package.json index 7694f35f..35e88322 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/grid", - "version": "0.0.21", + "version": "0.0.22", "peerDependencies": { "@angular/common": "^18.1.4", "@angular/core": "^18.1.4", diff --git a/packages/state/package.json b/packages/state/package.json index 2699a3c0..8a71195a 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/state", - "version": "0.0.21", + "version": "0.0.22", "peerDependencies": { "@ai-table/grid": "^0.0.7" },