diff --git a/CHANGELOG.md b/CHANGELOG.md index 3714c3c7..98cf5d2f 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.0.25](https://github.com/worktile/ai-table/compare/0.0.24...0.0.25) (2024-12-25) + + +### Features + +* **grid:** add references param for cell editor and fix aiTableGridEventService init params error ([#211](https://github.com/worktile/ai-table/issues/211)) ([fd1d642](https://github.com/worktile/ai-table/commit/fd1d642812908c0818e549e8068d7276211d167a)) + + + ## [0.0.24](https://github.com/worktile/ai-table/compare/0.0.23...0.0.24) (2024-12-24) diff --git a/package-lock.json b/package-lock.json index 2d4f2168..ae693475 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-table", - "version": "0.0.24", + "version": "0.0.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-table", - "version": "0.0.24", + "version": "0.0.25", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index 506846a2..99cc6af2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-table", - "version": "0.0.24", + "version": "0.0.25", "workspaces": [ "packages/*" ], diff --git a/packages/grid/package.json b/packages/grid/package.json index 5a035afc..7c6d9e9e 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/grid", - "version": "0.0.24", + "version": "0.0.25", "peerDependencies": { "@angular/common": "^18.1.4", "@angular/core": "^18.1.4", diff --git a/packages/state/package.json b/packages/state/package.json index 017a69b8..f83c9286 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/state", - "version": "0.0.24", + "version": "0.0.25", "peerDependencies": { "@ai-table/grid": "^0.0.7" },