diff --git a/cdn/CHANGELOG.md b/cdn/CHANGELOG.md index 79e3612..871d274 100644 --- a/cdn/CHANGELOG.md +++ b/cdn/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.9.3...@standardnotes/community-cdn@0.10.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [0.9.3](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.9.2...@standardnotes/community-cdn@0.9.3) (2023-09-20) **Note:** Version bump only for package @standardnotes/community-cdn diff --git a/cdn/package.json b/cdn/package.json index 9ebd94b..d47b22e 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/community-cdn", - "version": "0.9.3", + "version": "0.10.0", "license": "AGPL-3.0-or-later", "author": "Standard Notes Community", "publishConfig": { diff --git a/packages/com.sncommunity.advanced-checklist/CHANGELOG.md b/packages/com.sncommunity.advanced-checklist/CHANGELOG.md index 7f06171..65260fa 100644 --- a/packages/com.sncommunity.advanced-checklist/CHANGELOG.md +++ b/packages/com.sncommunity.advanced-checklist/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/standardnotes/plugins/compare/@standardnotes/advanced-checklist@0.4.2...@standardnotes/advanced-checklist@0.5.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [0.4.2](https://github.com/standardnotes/plugins/compare/@standardnotes/advanced-checklist@0.4.1...@standardnotes/advanced-checklist@0.4.2) (2023-03-02) **Note:** Version bump only for package @standardnotes/advanced-checklist diff --git a/packages/com.sncommunity.advanced-checklist/package.json b/packages/com.sncommunity.advanced-checklist/package.json index b6ee43e..af1dc9e 100644 --- a/packages/com.sncommunity.advanced-checklist/package.json +++ b/packages/com.sncommunity.advanced-checklist/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/advanced-checklist", - "version": "0.4.2", + "version": "0.5.0", "description": "A task editor with grouping functionality.", "keywords": [ "Standard Notes", diff --git a/packages/com.sncommunity.bold-editor/CHANGELOG.md b/packages/com.sncommunity.bold-editor/CHANGELOG.md index 3cd6b6a..3b5f252 100644 --- a/packages/com.sncommunity.bold-editor/CHANGELOG.md +++ b/packages/com.sncommunity.bold-editor/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.7.0](https://github.com/standardnotes/plugins/compare/@standardnotes/bold-editor@1.6.4...@standardnotes/bold-editor@1.7.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [1.6.4](https://github.com/standardnotes/plugins/compare/@standardnotes/bold-editor@1.6.3...@standardnotes/bold-editor@1.6.4) (2022-11-04) **Note:** Version bump only for package @standardnotes/bold-editor diff --git a/packages/com.sncommunity.bold-editor/package.json b/packages/com.sncommunity.bold-editor/package.json index 0f3b08b..cc0a24d 100644 --- a/packages/com.sncommunity.bold-editor/package.json +++ b/packages/com.sncommunity.bold-editor/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.6.4", + "version": "1.7.0", "description": "A simple and peaceful rich editor that helps you write and think clearly.", "main": "dist/dist.js", "author": "Standard Notes Retired", diff --git a/packages/com.sncommunity.dracula-theme/CHANGELOG.md b/packages/com.sncommunity.dracula-theme/CHANGELOG.md index 5097dff..b9f3752 100644 --- a/packages/com.sncommunity.dracula-theme/CHANGELOG.md +++ b/packages/com.sncommunity.dracula-theme/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/standardnotes/plugins/compare/@standardnotes/dracula-theme@1.1.2...@standardnotes/dracula-theme@1.2.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [1.1.2](https://github.com/standardnotes/plugins/compare/@standardnotes/dracula-theme@1.1.1...@standardnotes/dracula-theme@1.1.2) (2022-12-07) ### Bug Fixes diff --git a/packages/com.sncommunity.dracula-theme/package.json b/packages/com.sncommunity.dracula-theme/package.json index 04fd171..7ba3fa8 100644 --- a/packages/com.sncommunity.dracula-theme/package.json +++ b/packages/com.sncommunity.dracula-theme/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/dracula-theme", - "version": "1.1.2", + "version": "1.2.0", "main": "dist/dist.css", "author": "Standard Notes", "publishConfig": { diff --git a/packages/com.sncommunity.markdown-basic/CHANGELOG.md b/packages/com.sncommunity.markdown-basic/CHANGELOG.md index 3cd5f46..c7dc1da 100644 --- a/packages/com.sncommunity.markdown-basic/CHANGELOG.md +++ b/packages/com.sncommunity.markdown-basic/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.7.0](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-basic@1.6.2...@standardnotes/markdown-basic@1.7.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [1.6.2](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-basic@1.6.1...@standardnotes/markdown-basic@1.6.2) (2022-11-04) **Note:** Version bump only for package @standardnotes/markdown-basic diff --git a/packages/com.sncommunity.markdown-basic/package.json b/packages/com.sncommunity.markdown-basic/package.json index 53596c0..8ea69d7 100644 --- a/packages/com.sncommunity.markdown-basic/package.json +++ b/packages/com.sncommunity.markdown-basic/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.6.2", + "version": "1.7.0", "main": "dist/dist.js", "author": "Standard Notes Retired", "description": "A Markdown editor with dynamic split-pane preview.", diff --git a/packages/com.sncommunity.markdown-math/CHANGELOG.md b/packages/com.sncommunity.markdown-math/CHANGELOG.md index 4ac064e..b6dbcc0 100644 --- a/packages/com.sncommunity.markdown-math/CHANGELOG.md +++ b/packages/com.sncommunity.markdown-math/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.5.0](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-math@1.4.2...@standardnotes/markdown-math@1.5.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [1.4.2](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-math@1.4.1...@standardnotes/markdown-math@1.4.2) (2022-11-04) **Note:** Version bump only for package @standardnotes/markdown-math diff --git a/packages/com.sncommunity.markdown-math/package.json b/packages/com.sncommunity.markdown-math/package.json index 5b6a887..bbc22d5 100644 --- a/packages/com.sncommunity.markdown-math/package.json +++ b/packages/com.sncommunity.markdown-math/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.4.2", + "version": "1.5.0", "description": "A beautiful split-pane Markdown editor with synced-scroll, LaTeX support, and colorful syntax.", "main": "index.js", "scripts": { diff --git a/packages/com.sncommunity.markdown-visual/CHANGELOG.md b/packages/com.sncommunity.markdown-visual/CHANGELOG.md index 2512174..52e7a88 100644 --- a/packages/com.sncommunity.markdown-visual/CHANGELOG.md +++ b/packages/com.sncommunity.markdown-visual/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-visual@1.3.3...@standardnotes/markdown-visual@1.4.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [1.3.3](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-visual@1.3.2...@standardnotes/markdown-visual@1.3.3) (2023-09-18) **Note:** Version bump only for package @standardnotes/markdown-visual diff --git a/packages/com.sncommunity.markdown-visual/package.json b/packages/com.sncommunity.markdown-visual/package.json index 0721a18..30bab99 100644 --- a/packages/com.sncommunity.markdown-visual/package.json +++ b/packages/com.sncommunity.markdown-visual/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/markdown-visual", - "version": "1.3.3", + "version": "1.4.0", "author": "Standard Notes Retired", "description": "A WYSIWYG-style Markdown editor that renders Markdown in preview-mode while you type without displaying any syntax.", "keywords": [ diff --git a/packages/com.sncommunity.minimal-markdown/CHANGELOG.md b/packages/com.sncommunity.minimal-markdown/CHANGELOG.md index 885758a..05e91dc 100644 --- a/packages/com.sncommunity.minimal-markdown/CHANGELOG.md +++ b/packages/com.sncommunity.minimal-markdown/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-minimal@1.3.0...@standardnotes/markdown-minimal@1.4.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + # 1.3.0 (2022-11-04) ### Features diff --git a/packages/com.sncommunity.minimal-markdown/package.json b/packages/com.sncommunity.minimal-markdown/package.json index f789442..020d27f 100644 --- a/packages/com.sncommunity.minimal-markdown/package.json +++ b/packages/com.sncommunity.minimal-markdown/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "description": "A minimal Markdown editor with live rendering and in-text search via Ctrl/Cmd + F", "author": "Standard Notes Retired", "main": "dist/dist.js", diff --git a/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md b/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md index ec45d10..81e5c6e 100644 --- a/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md +++ b/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-hybrid@1.7.7...@standardnotes/markdown-hybrid@1.8.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [1.7.7](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-hybrid@1.7.6...@standardnotes/markdown-hybrid@1.7.7) (2022-11-04) **Note:** Version bump only for package @standardnotes/markdown-hybrid diff --git a/packages/org.standardnotes.advanced-markdown-editor/package.json b/packages/org.standardnotes.advanced-markdown-editor/package.json index b788437..d6b4466 100644 --- a/packages/org.standardnotes.advanced-markdown-editor/package.json +++ b/packages/org.standardnotes.advanced-markdown-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/markdown-hybrid", - "version": "1.7.7", + "version": "1.8.0", "publishConfig": { "access": "public" }, diff --git a/packages/org.standardnotes.code-editor/CHANGELOG.md b/packages/org.standardnotes.code-editor/CHANGELOG.md index c9d72bb..aff1a2c 100644 --- a/packages/org.standardnotes.code-editor/CHANGELOG.md +++ b/packages/org.standardnotes.code-editor/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/standardnotes/plugins/compare/@standardnotes/classic-code-editor@1.5.7...@standardnotes/classic-code-editor@1.6.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [1.5.7](https://github.com/standardnotes/plugins/compare/@standardnotes/classic-code-editor@1.5.5...@standardnotes/classic-code-editor@1.5.7) (2022-11-04) **Note:** Version bump only for package @standardnotes/classic-code-editor diff --git a/packages/org.standardnotes.code-editor/package.json b/packages/org.standardnotes.code-editor/package.json index bad0653..32ef001 100644 --- a/packages/org.standardnotes.code-editor/package.json +++ b/packages/org.standardnotes.code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/classic-code-editor", - "version": "1.5.7", + "version": "1.6.0", "publishConfig": { "access": "public" }, diff --git a/packages/org.standardnotes.legacy.file-safe/CHANGELOG.md b/packages/org.standardnotes.legacy.file-safe/CHANGELOG.md index 9dd849d..8036d94 100644 --- a/packages/org.standardnotes.legacy.file-safe/CHANGELOG.md +++ b/packages/org.standardnotes.legacy.file-safe/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/standardnotes/plugins/compare/@standardnotes/filesafe-bar@2.1.3...@standardnotes/filesafe-bar@2.2.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [2.1.3](https://github.com/standardnotes/plugins/compare/@standardnotes/filesafe-bar@2.1.2...@standardnotes/filesafe-bar@2.1.3) (2023-09-20) **Note:** Version bump only for package @standardnotes/filesafe-bar diff --git a/packages/org.standardnotes.legacy.file-safe/package.json b/packages/org.standardnotes.legacy.file-safe/package.json index 71edf30..aaf0e24 100644 --- a/packages/org.standardnotes.legacy.file-safe/package.json +++ b/packages/org.standardnotes.legacy.file-safe/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filesafe-bar", - "version": "2.1.3", + "version": "2.2.0", "author": "Standard Notes Retired", "publishConfig": { "access": "public" diff --git a/packages/org.standardnotes.plus-editor/CHANGELOG.md b/packages/org.standardnotes.plus-editor/CHANGELOG.md index 360176d..70670f2 100644 --- a/packages/org.standardnotes.plus-editor/CHANGELOG.md +++ b/packages/org.standardnotes.plus-editor/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.9.0](https://github.com/standardnotes/plugins/compare/@standardnotes/rich-text@1.8.7...@standardnotes/rich-text@1.9.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [1.8.7](https://github.com/standardnotes/plugins/compare/@standardnotes/rich-text@1.8.6...@standardnotes/rich-text@1.8.7) (2022-11-04) **Note:** Version bump only for package @standardnotes/rich-text diff --git a/packages/org.standardnotes.plus-editor/package.json b/packages/org.standardnotes.plus-editor/package.json index 0a29279..864d38d 100644 --- a/packages/org.standardnotes.plus-editor/package.json +++ b/packages/org.standardnotes.plus-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/rich-text", - "version": "1.8.7", + "version": "1.9.0", "publishConfig": { "access": "public" }, diff --git a/packages/org.standardnotes.simple-task-editor/CHANGELOG.md b/packages/org.standardnotes.simple-task-editor/CHANGELOG.md index 19d1eac..c76fe9e 100644 --- a/packages/org.standardnotes.simple-task-editor/CHANGELOG.md +++ b/packages/org.standardnotes.simple-task-editor/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/standardnotes/plugins/compare/@standardnotes/simple-task-editor@1.5.8...@standardnotes/simple-task-editor@1.6.0) (2023-11-18) + +### Features + +* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a)) + ## [1.5.8](https://github.com/standardnotes/plugins/compare/@standardnotes/simple-task-editor@1.5.7...@standardnotes/simple-task-editor@1.5.8) (2023-09-11) ### Bug Fixes diff --git a/packages/org.standardnotes.simple-task-editor/package.json b/packages/org.standardnotes.simple-task-editor/package.json index 51b0bf4..7754d99 100644 --- a/packages/org.standardnotes.simple-task-editor/package.json +++ b/packages/org.standardnotes.simple-task-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/simple-task-editor", - "version": "1.5.8", + "version": "1.6.0", "publishConfig": { "access": "public" },