Skip to content

Commit 0426ef9

Browse files
chore(release): 2.213.1
## [2.213.1](v2.213.0...v2.213.1) (2025-09-07) ### Bug Fixes * **UI-1775:** refactor code editor to solve syntax highlight bug ([#1299](#1299)) ([69bf578](69bf578))
1 parent 69bf578 commit 0426ef9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.213.1](https://github.com/autokitteh/web-platform/compare/v2.213.0...v2.213.1) (2025-09-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **UI-1775:** refactor code editor to solve syntax highlight bug ([#1299](https://github.com/autokitteh/web-platform/issues/1299)) ([69bf578](https://github.com/autokitteh/web-platform/commit/69bf5784cac23e29da22efdc19dcae532867d57d))
7+
18
# [2.213.0](https://github.com/autokitteh/web-platform/compare/v2.212.0...v2.213.0) (2025-09-07)
29

310

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "autokitteh",
33
"private": true,
44
"type": "module",
5-
"version": "2.213.0",
5+
"version": "2.213.1",
66
"scripts": {
77
"build": "vite build",
88
"build-storybook": "storybook build",

0 commit comments

Comments
 (0)