Skip to content

Commit 30a4902

Browse files
committed
Freeze for release.
1 parent 08e5a2d commit 30a4902

File tree

10 files changed

+439
-418
lines changed

10 files changed

+439
-418
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ Changelog
2424

2525
* No changes.
2626

27+
Version 0.1.37 -- 2025-Sep-17
28+
-----------------------------
29+
30+
* Fix: avoid loading the same file twice in a row when the user clicks on a
31+
link in the Client.
32+
* Improve VSCode connection with the Server.
33+
2734
Version 0.1.36 -- 2025-Sep-17
2835
-----------------------------
2936

builder/Cargo.lock

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

client/package.json5

Lines changed: 9 additions & 9 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.36',
46+
version: '0.1.37',
4747
dependencies: {
4848
'@codemirror/commands': '^6.8.1',
4949
'@codemirror/lang-cpp': '^6.0.3',
@@ -59,28 +59,28 @@
5959
'@codemirror/lang-rust': '^6.0.2',
6060
'@codemirror/lang-xml': '^6.1.0',
6161
'@codemirror/state': '^6.5.2',
62-
'@codemirror/view': '^6.38.2',
62+
'@codemirror/view': '^6.38.3',
6363
'@mathjax/mathjax-newcm-font': '4.0.0',
6464
codemirror: '^6.0.2',
6565
'graphviz-webcomponent': 'github:bjones1/graphviz-webcomponent#dist',
6666
mathjax: '4.0.0',
67-
mermaid: '^11.11.0',
68-
'npm-check-updates': '^18.1.1',
67+
mermaid: '^11.12.0',
68+
'npm-check-updates': '^18.3.0',
6969
'pdfjs-dist': '^5.4.149',
70-
tinymce: '^8.1.1',
70+
tinymce: '^8.1.2',
7171
'toastify-js': '^1.12.0',
7272
},
7373
devDependencies: {
7474
'@types/chai': '^5.2.2',
7575
'@types/js-beautify': '^1.14.3',
7676
'@types/mocha': '^10.0.10',
77-
'@types/node': '^24.5.1',
77+
'@types/node': '^24.5.2',
7878
'@types/toastify-js': '^1.12.4',
79-
'@typescript-eslint/eslint-plugin': '^8.44.0',
80-
'@typescript-eslint/parser': '^8.44.0',
79+
'@typescript-eslint/eslint-plugin': '^8.44.1',
80+
'@typescript-eslint/parser': '^8.44.1',
8181
chai: '^6.0.1',
8282
esbuild: '^0.25.10',
83-
eslint: '^9.35.0',
83+
eslint: '^9.36.0',
8484
'eslint-config-prettier': '^10.1.8',
8585
'eslint-plugin-import': '^2.32.0',
8686
'eslint-plugin-prettier': '^5.5.4',

0 commit comments

Comments
 (0)