Skip to content

Commit f7ae582

Browse files
author
semantic-release
committed
0.13.1-beta.4
[skip ci] Automatically generated by python-semantic-release
1 parent 713291a commit f7ae582

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,76 @@
1313

1414

1515

16+
## v0.13.1-beta.4 (2026-03-28)
17+
18+
19+
20+
21+
### chores
22+
23+
- **deps**: Bump @types/node from 20.19.37 to 25.5.0 in /packages/vscode
24+
([#83](https://github.com/kagan-sh/kagan/pull/83),
25+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
26+
27+
- **deps**: Bump @vitejs/plugin-react from 4.4.1 to 6.0.1 in /packages/web
28+
([#83](https://github.com/kagan-sh/kagan/pull/83),
29+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
30+
31+
- **deps**: Bump @wdio/globals from 8.46.0 to 9.27.0 in /packages/vscode
32+
([#83](https://github.com/kagan-sh/kagan/pull/83),
33+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
34+
35+
- **deps**: Bump @wdio/mocha-framework from 8.46.0 to 9.27.0 in /packages/vscode
36+
([#83](https://github.com/kagan-sh/kagan/pull/83),
37+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
38+
39+
- **deps**: Bump actions/cache from 4 to 5 ([#83](https://github.com/kagan-sh/kagan/pull/83),
40+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
41+
42+
- **deps**: Bump actions/configure-pages from 5 to 6
43+
([#83](https://github.com/kagan-sh/kagan/pull/83),
44+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
45+
46+
- **deps**: Bump actions/deploy-pages from 4 to 5 ([#83](https://github.com/kagan-sh/kagan/pull/83),
47+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
48+
49+
- **deps**: Bump actions/setup-python from 5 to 6 ([#83](https://github.com/kagan-sh/kagan/pull/83),
50+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
51+
52+
- **deps**: Bump esbuild from 0.25.12 to 0.27.4 in /packages/vscode
53+
([#83](https://github.com/kagan-sh/kagan/pull/83),
54+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
55+
56+
- **deps**: Bump jsdom from 26.1.0 to 29.0.1 in /packages/web
57+
([#83](https://github.com/kagan-sh/kagan/pull/83),
58+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
59+
60+
- **deps**: Bump the npm_and_yarn group in /packages/web with 2 updates
61+
([#83](https://github.com/kagan-sh/kagan/pull/83),
62+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
63+
64+
- **deps**: Bump vite from 6.3.5 to 8.0.3 in /packages/web
65+
([#83](https://github.com/kagan-sh/kagan/pull/83),
66+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
67+
68+
- **deps**: Bump vitest from 4.1.1 to 4.1.2 in /packages/vscode
69+
([#83](https://github.com/kagan-sh/kagan/pull/83),
70+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
71+
72+
- **deps**: Consolidate all dependabot updates ([#83](https://github.com/kagan-sh/kagan/pull/83),
73+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
74+
75+
- **deps**: Update pnpm-lock.yaml ([#83](https://github.com/kagan-sh/kagan/pull/83),
76+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
77+
78+
- **deps**: Upgrade all wdio packages to v9 for consistency
79+
([#83](https://github.com/kagan-sh/kagan/pull/83),
80+
[`713291a`](https://github.com/kagan-sh/kagan/commit/713291a750bf3b7793af6d4d39f70c0654122324))
81+
82+
83+
84+
85+
1686
## v0.13.1-beta.3 (2026-03-28)
1787

1888

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kagan"
3-
version = "0.13.1-beta.3"
3+
version = "0.13.1-beta.4"
44
description = "AI-powered Kanban TUI for autonomous development workflows"
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)