Skip to content

Commit 3fdfe54

Browse files
committed
Freeze for release.
1 parent 59362df commit 3fdfe54

9 files changed

Lines changed: 137 additions & 137 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ Changelog
2222
[Github master](https://github.com/bjones1/CodeChat_Editor)
2323
-----------------------------------------------------------
2424

25-
*  No changes.
25+
* No changes.
26+
27+
Version 0.1.54 -- 2026-Apr-16
28+
-----------------------------
29+
30+
* Fix double scroll regression -- cursor movement in the Client caused the IDE
31+
to move, which then incorrectly caused the Client to move again.
2632

2733
Version 0.1.53 -- 2026-Apr-14
2834
-----------------------------

client/package.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
url: 'https://github.com/bjones1/CodeChat_editor',
4444
},
4545
type: 'module',
46-
version: '0.1.53',
46+
version: '0.1.54',
4747
dependencies: {
4848
'@codemirror/commands': '^6.10.3',
4949
'@codemirror/lang-cpp': '^6.0.3',
@@ -91,8 +91,8 @@
9191
'eslint-plugin-prettier': '^5.5.5',
9292
globals: '^17.5.0',
9393
mocha: '^11.7.5',
94-
'npm-check-updates': '^20.0.2',
95-
prettier: '^3.8.2',
94+
'npm-check-updates': '^21.0.0',
95+
prettier: '^3.8.3',
9696
typescript: '^6.0.2',
9797
'typescript-eslint': '^8.58.2',
9898
},

client/pnpm-lock.yaml

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)