Skip to content

Commit d41f8e0

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

21 files changed

Lines changed: 93 additions & 34 deletions

File tree

.changeset/fix-top-level-list-soft-indent.md

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

.changeset/package-readmes.md

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

apps/vscode-extensions/core/CHANGELOG.md

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

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [26b281c]
8+
- Updated dependencies [6b5b440]
9+
- @prosemark/core@0.0.9
10+
- @prosemark/render-html@0.0.10
11+
- @prosemark/paste-rich-text@0.0.5
12+
- @prosemark/vscode-extension-integrator@0.0.4
13+
314
## 0.0.9
415

516
### 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.9",
6+
"version": "0.0.10",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/jsimonrichard/ProseMark.git",

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

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

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6b5b440]
8+
- @prosemark/vscode-extension-integrator@0.0.4
9+
- @prosemark/spellcheck-frontend@0.0.6
10+
311
## 0.0.5
412

513
### 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.5",
6+
"version": "0.0.6",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/jsimonrichard/ProseMark.git",

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

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6b5b440]
8+
- @prosemark/vscode-extension-integrator@0.0.4
9+
- @prosemark/latex@0.0.3
10+
311
## 0.0.2
412

513
### 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.2",
6+
"version": "0.0.3",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/jsimonrichard/ProseMark.git",

bun.lock

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

packages/core/CHANGELOG.md

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

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- 26b281c: Fix 1–2px soft-indent misalignment on top-level list items when text wraps.
8+
9+
Measure prefix width from the line text-indent origin (line box + 6px) instead of
10+
widget or prefix-character coordinates, so hanging-indent math matches layout.
11+
12+
- 6b5b440: Add package README files with install instructions, usage examples, and links to prosemark.com documentation.
13+
314
## 0.0.8
415

516
### Patch Changes

0 commit comments

Comments
 (0)