diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbccbf7..ad27eefb 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.6.1](https://github.com/worktile/ai-table/compare/0.6.0...0.6.1) (2026-07-13) + + +### Features + +* **grid:** support touch scrolling on iphone #WIK-19998 ([#887](https://github.com/worktile/ai-table/issues/887)) ([867be3e](https://github.com/worktile/ai-table/commit/867be3e062622fceb80059fb8ce0dda7d51aaa2d)), closes [#WIK-19998](https://github.com/worktile/ai-table/issues/WIK-19998) + + + # [0.6.0](https://github.com/worktile/ai-table/compare/0.5.9...0.6.0) (2026-04-09) diff --git a/package-lock.json b/package-lock.json index 80d526cc..cd514599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-table", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-table", - "version": "0.6.0", + "version": "0.6.1", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index f561c730..fbe65f09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-table", - "version": "0.6.0", + "version": "0.6.1", "workspaces": [ "packages/*" ], diff --git a/packages/grid/package.json b/packages/grid/package.json index 0ab40bd0..8e71d717 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/grid", - "version": "0.6.0", + "version": "0.6.1", "peerDependencies": { "@angular/common": "^21.0.0", "@angular/core": "^21.0.0", diff --git a/packages/state/package.json b/packages/state/package.json index 5a01dd43..2540a7ae 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/state", - "version": "0.6.0", + "version": "0.6.1", "peerDependencies": {}, "dependencies": { "tslib": "^2.3.0" diff --git a/packages/utils/package.json b/packages/utils/package.json index 0eaf5cd9..7854c062 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ai-table/utils", - "version": "0.6.0", + "version": "0.6.1", "main": "index.js", "scripts": { "build": "rimraf ../../dist/utils && tsc -p tsconfig.lib.json && cpx package.json ../../dist/utils"