Skip to content

Commit fcbae5b

Browse files
chore(release): 2.239.1 [skip_actions]
## <small>2.239.1 (2025-12-08)</small> * refactor: update configuration drawer button to toggle the config sidebar (#1442) ([5e2479c](5e2479c)), closes [#1442](#1442)
1 parent 5e2479c commit fcbae5b

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+
## <small>2.239.1 (2025-12-08)</small>
2+
3+
* refactor: update configuration drawer button to toggle the config sidebar (#1442) ([5e2479c](https://github.com/autokitteh/web-platform/commit/5e2479c)), closes [#1442](https://github.com/autokitteh/web-platform/issues/1442)
4+
15
## 2.239.0 (2025-12-08)
26

37
* feat: global connections per organization (#1433) ([7c06b27](https://github.com/autokitteh/web-platform/commit/7c06b27)), closes [#1433](https://github.com/autokitteh/web-platform/issues/1433)

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.239.0",
5+
"version": "2.239.1",
66
"scripts": {
77
"build": "node scripts/validateRuleConsistency.mjs && vite build",
88
"build-storybook": "storybook build",
@@ -231,4 +231,4 @@
231231
"rimraf": "^4.0.0",
232232
"micromatch": "^4.0.8"
233233
}
234-
}
234+
}

0 commit comments

Comments
 (0)