Skip to content

Commit e91e521

Browse files
changeset version bump
1 parent 69706ea commit e91e521

22 files changed

+93
-26
lines changed

.changeset/better-stamps-fall.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-knives-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-heads-train.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# kilo-code
22

3+
## 4.130.1
4+
5+
### Patch Changes
6+
7+
- [#4176](https://github.com/Kilo-Org/kilocode/pull/4176) [`a71ee92`](https://github.com/Kilo-Org/kilocode/commit/a71ee92a8a35494a7693748951386c32e24b43ca) Thanks [@iscekic](https://github.com/iscekic)! - adds the /session show command
8+
9+
- [#4204](https://github.com/Kilo-Org/kilocode/pull/4204) [`c200579`](https://github.com/Kilo-Org/kilocode/commit/c2005792b71ff8ea8d2e15286575294eb079066f) Thanks [@iscekic](https://github.com/iscekic)! - fixes session cleanup race conditions
10+
11+
- Updated dependencies [[`a60a332`](https://github.com/Kilo-Org/kilocode/commit/a60a3320a9cb52a3ef36835d419c3add882e063a)]:
12+
- @roo-code/types@0.0.1
13+
- @roo-code/cloud@0.0.1
14+
- @roo-code/ipc@0.0.1
15+
- @roo-code/telemetry@0.0.1
16+
317
## 4.130.0
418

519
### Minor Changes

apps/web-evals/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @roo-code/web-evals
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a60a332`](https://github.com/Kilo-Org/kilocode/commit/a60a3320a9cb52a3ef36835d419c3add882e063a)]:
8+
- @roo-code/types@0.0.1
9+
- @roo-code/evals@0.0.1

apps/web-evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/web-evals",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"scripts": {
66
"lint": "next lint --max-warnings 0",

apps/web-roo-code/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @roo-code/web-roo-code
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a60a332`](https://github.com/Kilo-Org/kilocode/commit/a60a3320a9cb52a3ef36835d419c3add882e063a)]:
8+
- @roo-code/types@0.0.1
9+
- @roo-code/evals@0.0.1

apps/web-roo-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/web-roo-code",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"scripts": {
66
"lint": "next lint --max-warnings 0",

cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @kilocode/cli
22

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- [#4204](https://github.com/Kilo-Org/kilocode/pull/4204) [`c200579`](https://github.com/Kilo-Org/kilocode/commit/c2005792b71ff8ea8d2e15286575294eb079066f) Thanks [@iscekic](https://github.com/iscekic)! - fixes session cleanup race conditions
8+
9+
- Updated dependencies [[`a60a332`](https://github.com/Kilo-Org/kilocode/commit/a60a3320a9cb52a3ef36835d419c3add882e063a)]:
10+
- @roo-code/types@0.0.1
11+
- @roo-code/cloud@0.0.1
12+
- @roo-code/telemetry@0.0.1
13+
314
## 0.12.0
415

516
### Minor Changes

cli/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kilocode/cli",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Terminal User Interface for Kilo Code",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)