Skip to content

Commit 1f6d43e

Browse files
Version Packages (#151)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da39c71 commit 1f6d43e

14 files changed

Lines changed: 46 additions & 25 deletions

File tree

.changeset/integrator-sub-extension-context.md

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

.changeset/latex-vite-plugin-mathjax.md

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

.changeset/vscode-latex-mathjax-url-import.md

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

apps/vscode-extensions/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vscode-prosemark
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [da39c71]
8+
- @prosemark/vscode-extension-integrator@0.0.5
9+
310
## 0.0.10
411

512
### Patch Changes

apps/vscode-extensions/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "ProseMark",
44
"description": "A \"What You See Is What You Mean\" editor, like Typora or Obsidian",
55
"publisher": "jsimonrichard",
6-
"version": "0.0.10",
6+
"version": "0.0.11",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/jsimonrichard/ProseMark.git",

apps/vscode-extensions/cspell-integration/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vscode-prosemark-cspell-integration
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [da39c71]
8+
- @prosemark/vscode-extension-integrator@0.0.5
9+
310
## 0.0.6
411

512
### Patch Changes

apps/vscode-extensions/cspell-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "ProseMark - Code Spell Checker (cSpell) Integration",
44
"description": "A \"What You See Is What You Mean\" editor, like Typora or Obsidian",
55
"publisher": "jsimonrichard",
6-
"version": "0.0.6",
6+
"version": "0.0.7",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/jsimonrichard/ProseMark.git",

apps/vscode-extensions/latex-integration/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# vscode-prosemark-latex-integration
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- da39c71: Fix LaTeX math rendering issue in the VS Code extension webview by self-hosting MathJax inside the extension instead of using a CDN.
8+
- Updated dependencies [da39c71]
9+
- Updated dependencies [da39c71]
10+
- @prosemark/vscode-extension-integrator@0.0.5
11+
- @prosemark/latex@0.0.4
12+
313
## 0.0.3
414

515
### Patch Changes

apps/vscode-extensions/latex-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "ProseMark - LaTeX math (MathJax) integration",
44
"description": "Renders $...$ and $$...$$ math in the ProseMark editor using MathJax (@prosemark/latex)",
55
"publisher": "jsimonrichard",
6-
"version": "0.0.3",
6+
"version": "0.0.4",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/jsimonrichard/ProseMark.git",

bun.lock

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

0 commit comments

Comments
 (0)