Skip to content

Commit fde25d0

Browse files
chore(release): 2.238.0 [skip_actions]
## 2.238.0 (2025-12-07) * feat: ai chat modal maximized in the welcome screen (#1447) ([26c490c](26c490c)), closes [#1447](#1447)
1 parent 26c490c commit fde25d0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.238.0 (2025-12-07)
2+
3+
* feat: ai chat modal maximized in the welcome screen (#1447) ([26c490c](https://github.com/autokitteh/web-platform/commit/26c490c)), closes [#1447](https://github.com/autokitteh/web-platform/issues/1447)
4+
15
## <small>2.237.1 (2025-12-06)</small>
26

37
* refactor: remove sentry and clarity (#1408) ([89bbb2a](https://github.com/autokitteh/web-platform/commit/89bbb2a)), closes [#1408](https://github.com/autokitteh/web-platform/issues/1408)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "autokitteh",
33
"private": true,
44
"type": "module",
5-
"version": "2.237.1",
5+
"version": "2.238.0",
66
"scripts": {
77
"build": "node scripts/validateRuleConsistency.mjs && vite build",
88
"build-storybook": "storybook build",
@@ -217,4 +217,4 @@
217217
"rimraf": "^4.0.0",
218218
"micromatch": "^4.0.8"
219219
}
220-
}
220+
}

0 commit comments

Comments
 (0)