Skip to content

Commit 5cdb97f

Browse files
chore(release): version packages
1 parent e7f1518 commit 5cdb97f

5 files changed

Lines changed: 22 additions & 13 deletions

File tree

.changeset/terminal-scrollback-alternate-screen.md

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

packages/api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effect-template/api
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`77b8694`](https://github.com/ProverCoderAI/docker-git/commit/77b8694d73fdf8383d5089f42dc33e131d69d2b2)]:
8+
- @prover-coder-ai/docker-git-terminal@0.1.1
9+
310
## 0.2.0
411

512
### Minor Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-template/api",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "docker-git API controller",
66
"main": "dist/src/main.js",

packages/terminal/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @prover-coder-ai/docker-git-terminal
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#405](https://github.com/ProverCoderAI/docker-git/pull/405) [`77b8694`](https://github.com/ProverCoderAI/docker-git/commit/77b8694d73fdf8383d5089f42dc33e131d69d2b2) Thanks [@konard](https://github.com/konard)! - Fix project terminals clearing all output and showing only one page (no scroll).
8+
9+
Project terminals run inside tmux, which switches xterm into the alternate
10+
screen buffer (DEC private modes 47/1047/1049). The alternate screen keeps no
11+
scrollback, so output was wiped on every repaint and wheel scrolling had nothing
12+
to reveal. Project terminals now suppress the alternate screen so tmux/TUI output
13+
stays in xterm's normal buffer and accumulates in the 50k-line scrollback.

packages/terminal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prover-coder-ai/docker-git-terminal",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"description": "Shared docker-git terminal contracts, core logic, and runtime adapters",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)