Skip to content

Commit 5631189

Browse files
committed
chore(release): publish
- @standardnotes/community-cdn@0.15.14 - @standardnotes/markdown-basic@1.7.4 - @standardnotes/markdown-math@1.5.3 - @standardnotes/markdown-minimal@1.4.3 - @standardnotes/markdown-hybrid@1.8.2 - @standardnotes/classic-code-editor@1.6.3 - @standardnotes/rich-text@1.9.3 - @standardnotes/simple-task-editor@1.6.5 - @standardnotes/spreadsheets@1.8.3
1 parent c7ce38e commit 5631189

File tree

18 files changed

+45
-9
lines changed

18 files changed

+45
-9
lines changed

cdn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.15.14](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.15.13...@standardnotes/community-cdn@0.15.14) (2026-01-13)
7+
8+
**Note:** Version bump only for package @standardnotes/community-cdn
9+
610
## [0.15.13](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.15.12...@standardnotes/community-cdn@0.15.13) (2026-01-13)
711

812
**Note:** Version bump only for package @standardnotes/community-cdn

cdn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standardnotes/community-cdn",
3-
"version": "0.15.13",
3+
"version": "0.15.14",
44
"license": "AGPL-3.0-or-later",
55
"author": "Standard Notes Community",
66
"publishConfig": {

packages/com.sncommunity.markdown-basic/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.7.4](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-basic@1.7.3...@standardnotes/markdown-basic@1.7.4) (2026-01-13)
7+
8+
**Note:** Version bump only for package @standardnotes/markdown-basic
9+
610
## [1.7.3](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-basic@1.7.2...@standardnotes/markdown-basic@1.7.3) (2024-02-22)
711

812
**Note:** Version bump only for package @standardnotes/markdown-basic

packages/com.sncommunity.markdown-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.7.3",
6+
"version": "1.7.4",
77
"main": "dist/dist.js",
88
"author": "Standard Notes Community",
99
"description": "A Markdown editor with dynamic split-pane preview.",

packages/com.sncommunity.markdown-math/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.3](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-math@1.5.2...@standardnotes/markdown-math@1.5.3) (2026-01-13)
7+
8+
**Note:** Version bump only for package @standardnotes/markdown-math
9+
610
## [1.5.2](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-math@1.5.1...@standardnotes/markdown-math@1.5.2) (2023-11-18)
711

812
**Note:** Version bump only for package @standardnotes/markdown-math

packages/com.sncommunity.markdown-math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.5.2",
6+
"version": "1.5.3",
77
"description": "A beautiful split-pane Markdown editor with synced-scroll, LaTeX support, and colorful syntax.",
88
"main": "index.js",
99
"scripts": {

packages/com.sncommunity.minimal-markdown/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.3](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-minimal@1.4.2...@standardnotes/markdown-minimal@1.4.3) (2026-01-13)
7+
8+
**Note:** Version bump only for package @standardnotes/markdown-minimal
9+
610
## [1.4.2](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-minimal@1.4.1...@standardnotes/markdown-minimal@1.4.2) (2023-11-18)
711

812
**Note:** Version bump only for package @standardnotes/markdown-minimal

packages/com.sncommunity.minimal-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.4.2",
6+
"version": "1.4.3",
77
"description": "A minimal Markdown editor with live rendering and in-text search via Ctrl/Cmd + F",
88
"author": "Standard Notes Community",
99
"main": "dist/dist.js",

packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.8.2](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-hybrid@1.8.1...@standardnotes/markdown-hybrid@1.8.2) (2026-01-13)
7+
8+
**Note:** Version bump only for package @standardnotes/markdown-hybrid
9+
610
## [1.8.1](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-hybrid@1.8.0...@standardnotes/markdown-hybrid@1.8.1) (2023-11-19)
711

812
**Note:** Version bump only for package @standardnotes/markdown-hybrid

packages/org.standardnotes.advanced-markdown-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standardnotes/markdown-hybrid",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)