diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 6fb5e32fb..3589482c2 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.1.1 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/components-meta + # [2.1.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.1.0-alpha.16...@standardnotes/components-meta@2.1.0) (2022-06-16) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index 1729a774b..784495d61 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.1.0", + "version": "2.1.1", "private": true, "author": "Standard Notes", "main": "dist", diff --git a/packages/components/src/packages/org.standardnotes.advanced-checklist/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.advanced-checklist/CHANGELOG.md index dae369333..a53d7b4b1 100644 --- a/packages/components/src/packages/org.standardnotes.advanced-checklist/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.advanced-checklist/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.3 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/advanced-checklist + ## [0.0.2](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.0.2-alpha.3...@standardnotes/advanced-checklist@0.0.2) (2022-06-16) **Note:** Version bump only for package @standardnotes/advanced-checklist diff --git a/packages/components/src/packages/org.standardnotes.advanced-checklist/package.json b/packages/components/src/packages/org.standardnotes.advanced-checklist/package.json index edcede714..255bb5320 100644 --- a/packages/components/src/packages/org.standardnotes.advanced-checklist/package.json +++ b/packages/components/src/packages/org.standardnotes.advanced-checklist/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/advanced-checklist", - "version": "0.0.2", + "version": "0.0.3", "description": "A task editor with grouping functionality.", "author": "Standard Notes.", "keywords": [ diff --git a/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md index 403beaff1..9857f838e 100644 --- a/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.5.2 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/markdown-hybrid + ## [1.5.1](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.5.1-alpha.3...@standardnotes/markdown-hybrid@1.5.1) (2022-06-16) **Note:** Version bump only for package @standardnotes/markdown-hybrid diff --git a/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/package.json b/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/package.json index 80922d572..45a2fb232 100644 --- a/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.advanced-markdown-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/markdown-hybrid", "private": true, - "version": "1.5.1", + "version": "1.5.2", "description": "A Standard Notes derived editor that offers full support for Markdown editing.", "main": "dist/dist.js", "author": "Standard Notes ", diff --git a/packages/components/src/packages/org.standardnotes.bold-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.bold-editor/CHANGELOG.md index ab9ed5f9b..695bb7a64 100644 --- a/packages/components/src/packages/org.standardnotes.bold-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.bold-editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.3.7 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/bold-editor + ## [1.3.6](https://github.com/standardnotes/app/compare/@standardnotes/bold-editor@1.3.6-alpha.3...@standardnotes/bold-editor@1.3.6) (2022-06-16) **Note:** Version bump only for package @standardnotes/bold-editor diff --git a/packages/components/src/packages/org.standardnotes.bold-editor/package.json b/packages/components/src/packages/org.standardnotes.bold-editor/package.json index c8e804a5c..7d61400cd 100644 --- a/packages/components/src/packages/org.standardnotes.bold-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.bold-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/bold-editor", "private": true, - "version": "1.3.6", + "version": "1.3.7", "main": "dist/dist.js", "scripts": { "skip:components:lint": "eslint app/ --ext .js", diff --git a/packages/components/src/packages/org.standardnotes.code-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.code-editor/CHANGELOG.md index 3a1578fee..b369a93e3 100644 --- a/packages/components/src/packages/org.standardnotes.code-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.code-editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.3.14 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/classic-code-editor + ## [1.3.13](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.13-alpha.3...@standardnotes/classic-code-editor@1.3.13) (2022-06-16) **Note:** Version bump only for package @standardnotes/classic-code-editor diff --git a/packages/components/src/packages/org.standardnotes.code-editor/package.json b/packages/components/src/packages/org.standardnotes.code-editor/package.json index b441818f5..8327d78d0 100644 --- a/packages/components/src/packages/org.standardnotes.code-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.code-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/classic-code-editor", "private": true, - "version": "1.3.13", + "version": "1.3.14", "description": "A code editor for Standard Notes", "main": "dist/main.js", "author": "Standard Notes ", diff --git a/packages/components/src/packages/org.standardnotes.fancy-markdown-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.fancy-markdown-editor/CHANGELOG.md index a28793743..92d0a9de3 100644 --- a/packages/components/src/packages/org.standardnotes.fancy-markdown-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.fancy-markdown-editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.3.8 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/markdown-math + ## [1.3.7](https://github.com/standardnotes/app/compare/@standardnotes/markdown-math@1.3.7-alpha.3...@standardnotes/markdown-math@1.3.7) (2022-06-16) **Note:** Version bump only for package @standardnotes/markdown-math diff --git a/packages/components/src/packages/org.standardnotes.fancy-markdown-editor/package.json b/packages/components/src/packages/org.standardnotes.fancy-markdown-editor/package.json index 94aeb83ac..5862724d3 100644 --- a/packages/components/src/packages/org.standardnotes.fancy-markdown-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.fancy-markdown-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/markdown-math", "private": true, - "version": "1.3.7", + "version": "1.3.8", "description": "", "main": "index.js", "scripts": { diff --git a/packages/components/src/packages/org.standardnotes.markdown-visual-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.markdown-visual-editor/CHANGELOG.md index e5c8dc376..80b991d7b 100644 --- a/packages/components/src/packages/org.standardnotes.markdown-visual-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.markdown-visual-editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.9 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/markdown-visual + ## [1.0.8](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.0.8-alpha.3...@standardnotes/markdown-visual@1.0.8) (2022-06-16) **Note:** Version bump only for package @standardnotes/markdown-visual diff --git a/packages/components/src/packages/org.standardnotes.markdown-visual-editor/package.json b/packages/components/src/packages/org.standardnotes.markdown-visual-editor/package.json index f33baf607..c37b79b35 100644 --- a/packages/components/src/packages/org.standardnotes.markdown-visual-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.markdown-visual-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/markdown-visual", - "version": "1.0.8", + "version": "1.0.9", "author": "Johnny Almonte ", "description": "A lightweight WYSIWYG markdown editor for Standard Notes, derived from Milkdown.", "keywords": [ diff --git a/packages/components/src/packages/org.standardnotes.minimal-markdown-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.minimal-markdown-editor/CHANGELOG.md index 34e2e59e0..266e1c48f 100644 --- a/packages/components/src/packages/org.standardnotes.minimal-markdown-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.minimal-markdown-editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.3.11 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/markdown-minimal + ## [1.3.10](https://github.com/standardnotes/app/compare/@standardnotes/markdown-minimal@1.3.10-alpha.3...@standardnotes/markdown-minimal@1.3.10) (2022-06-16) **Note:** Version bump only for package @standardnotes/markdown-minimal diff --git a/packages/components/src/packages/org.standardnotes.minimal-markdown-editor/package.json b/packages/components/src/packages/org.standardnotes.minimal-markdown-editor/package.json index ef0a824d4..b24734844 100644 --- a/packages/components/src/packages/org.standardnotes.minimal-markdown-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.minimal-markdown-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/markdown-minimal", "private": true, - "version": "1.3.10", + "version": "1.3.11", "description": "A minimal Markdown editor for Standard Notes.", "main": "dist/dist.js", "author": "Standard Notes ", diff --git a/packages/components/src/packages/org.standardnotes.plus-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.plus-editor/CHANGELOG.md index 384611c14..3d6888c92 100644 --- a/packages/components/src/packages/org.standardnotes.plus-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.plus-editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.6.3 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/rich-text + ## [1.6.2](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.2-alpha.3...@standardnotes/rich-text@1.6.2) (2022-06-16) **Note:** Version bump only for package @standardnotes/rich-text diff --git a/packages/components/src/packages/org.standardnotes.plus-editor/package.json b/packages/components/src/packages/org.standardnotes.plus-editor/package.json index e0acc5081..9ab879ce6 100644 --- a/packages/components/src/packages/org.standardnotes.plus-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.plus-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/rich-text", "private": true, - "version": "1.6.2", + "version": "1.6.3", "description": "A rich text editor for Standard Notes", "main": "dist/dist.js", "author": "Standard Notes ", diff --git a/packages/components/src/packages/org.standardnotes.simple-markdown-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.simple-markdown-editor/CHANGELOG.md index 4f79ed7fa..3f6d08b4f 100644 --- a/packages/components/src/packages/org.standardnotes.simple-markdown-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.simple-markdown-editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.4 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/markdown-basic + ## [1.4.3](https://github.com/standardnotes/app/compare/@standardnotes/markdown-basic@1.4.3-alpha.3...@standardnotes/markdown-basic@1.4.3) (2022-06-16) **Note:** Version bump only for package @standardnotes/markdown-basic diff --git a/packages/components/src/packages/org.standardnotes.simple-markdown-editor/package.json b/packages/components/src/packages/org.standardnotes.simple-markdown-editor/package.json index 1071ef777..9ed2b0bd1 100644 --- a/packages/components/src/packages/org.standardnotes.simple-markdown-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.simple-markdown-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/markdown-basic", "private": true, - "version": "1.4.3", + "version": "1.4.4", "main": "dist/dist.js", "scripts": { "skip:components:lint": "eslint --cache --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .", diff --git a/packages/components/src/packages/org.standardnotes.simple-task-editor/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.simple-task-editor/CHANGELOG.md index 97d25e1e7..fdf451aad 100644 --- a/packages/components/src/packages/org.standardnotes.simple-task-editor/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.simple-task-editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.3.12 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/simple-task-editor + ## [1.3.11](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.3.11-alpha.3...@standardnotes/simple-task-editor@1.3.11) (2022-06-16) **Note:** Version bump only for package @standardnotes/simple-task-editor diff --git a/packages/components/src/packages/org.standardnotes.simple-task-editor/package.json b/packages/components/src/packages/org.standardnotes.simple-task-editor/package.json index 7b8850145..a3bc912df 100644 --- a/packages/components/src/packages/org.standardnotes.simple-task-editor/package.json +++ b/packages/components/src/packages/org.standardnotes.simple-task-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/simple-task-editor", "private": true, - "version": "1.3.11", + "version": "1.3.12", "main": "dist/dist.js", "scripts": { "components:compile": "webpack --config webpack.prod.js", diff --git a/packages/components/src/packages/org.standardnotes.standard-sheets/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.standard-sheets/CHANGELOG.md index 393c45628..20bc9abbe 100644 --- a/packages/components/src/packages/org.standardnotes.standard-sheets/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.standard-sheets/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.6 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/spreadsheets + ## [1.4.5](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.4.5-alpha.3...@standardnotes/spreadsheets@1.4.5) (2022-06-16) **Note:** Version bump only for package @standardnotes/spreadsheets diff --git a/packages/components/src/packages/org.standardnotes.standard-sheets/package.json b/packages/components/src/packages/org.standardnotes.standard-sheets/package.json index 35b87c5b8..10235e9ab 100644 --- a/packages/components/src/packages/org.standardnotes.standard-sheets/package.json +++ b/packages/components/src/packages/org.standardnotes.standard-sheets/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/spreadsheets", "private": true, - "version": "1.4.5", + "version": "1.4.6", "main": "dist/dist.js", "scripts": { "skip:components:lint": "eslint app/ --ext .js", diff --git a/packages/components/src/packages/org.standardnotes.theme-autobiography/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.theme-autobiography/CHANGELOG.md index bd2dfd9dd..251114a4b 100644 --- a/packages/components/src/packages/org.standardnotes.theme-autobiography/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.theme-autobiography/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.6 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/autobiography-theme + ## [1.0.5](https://github.com/standardnotes/app/compare/@standardnotes/autobiography-theme@1.0.5-alpha.3...@standardnotes/autobiography-theme@1.0.5) (2022-06-16) **Note:** Version bump only for package @standardnotes/autobiography-theme diff --git a/packages/components/src/packages/org.standardnotes.theme-autobiography/package.json b/packages/components/src/packages/org.standardnotes.theme-autobiography/package.json index 985b2dd17..c849691b0 100644 --- a/packages/components/src/packages/org.standardnotes.theme-autobiography/package.json +++ b/packages/components/src/packages/org.standardnotes.theme-autobiography/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/autobiography-theme", - "version": "1.0.5", + "version": "1.0.6", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/packages/org.standardnotes.theme-dynamic/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.theme-dynamic/CHANGELOG.md index b53f71b53..06303c589 100644 --- a/packages/components/src/packages/org.standardnotes.theme-dynamic/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.theme-dynamic/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.6 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/dynamic-theme + ## [1.0.5](https://github.com/standardnotes/app/compare/@standardnotes/dynamic-theme@1.0.5-alpha.3...@standardnotes/dynamic-theme@1.0.5) (2022-06-16) **Note:** Version bump only for package @standardnotes/dynamic-theme diff --git a/packages/components/src/packages/org.standardnotes.theme-dynamic/package.json b/packages/components/src/packages/org.standardnotes.theme-dynamic/package.json index dfbd2d71a..d0428ebf9 100644 --- a/packages/components/src/packages/org.standardnotes.theme-dynamic/package.json +++ b/packages/components/src/packages/org.standardnotes.theme-dynamic/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/dynamic-theme", - "version": "1.0.5", + "version": "1.0.6", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/packages/org.standardnotes.theme-focus/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.theme-focus/CHANGELOG.md index 9cf203579..a35bd3aae 100644 --- a/packages/components/src/packages/org.standardnotes.theme-focus/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.theme-focus/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.11 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/focus-theme + ## [1.2.10](https://github.com/standardnotes/app/compare/@standardnotes/focus-theme@1.2.10-alpha.3...@standardnotes/focus-theme@1.2.10) (2022-06-16) **Note:** Version bump only for package @standardnotes/focus-theme diff --git a/packages/components/src/packages/org.standardnotes.theme-focus/package.json b/packages/components/src/packages/org.standardnotes.theme-focus/package.json index 3532bed2e..a0bf27140 100644 --- a/packages/components/src/packages/org.standardnotes.theme-focus/package.json +++ b/packages/components/src/packages/org.standardnotes.theme-focus/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/focus-theme", - "version": "1.2.10", + "version": "1.2.11", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/packages/org.standardnotes.theme-futura/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.theme-futura/CHANGELOG.md index ef4b66448..958722468 100644 --- a/packages/components/src/packages/org.standardnotes.theme-futura/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.theme-futura/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.11 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/futura-theme + ## [1.2.10](https://github.com/standardnotes/app/compare/@standardnotes/futura-theme@1.2.10-alpha.3...@standardnotes/futura-theme@1.2.10) (2022-06-16) **Note:** Version bump only for package @standardnotes/futura-theme diff --git a/packages/components/src/packages/org.standardnotes.theme-futura/package.json b/packages/components/src/packages/org.standardnotes.theme-futura/package.json index a94f766ac..6b369339d 100644 --- a/packages/components/src/packages/org.standardnotes.theme-futura/package.json +++ b/packages/components/src/packages/org.standardnotes.theme-futura/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/futura-theme", - "version": "1.2.10", + "version": "1.2.11", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/packages/org.standardnotes.theme-midnight/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.theme-midnight/CHANGELOG.md index b6b3a9ab5..ab0048e0c 100644 --- a/packages/components/src/packages/org.standardnotes.theme-midnight/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.theme-midnight/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.10 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/midnight-theme + ## [1.2.9](https://github.com/standardnotes/app/compare/@standardnotes/midnight-theme@1.2.9-alpha.3...@standardnotes/midnight-theme@1.2.9) (2022-06-16) **Note:** Version bump only for package @standardnotes/midnight-theme diff --git a/packages/components/src/packages/org.standardnotes.theme-midnight/package.json b/packages/components/src/packages/org.standardnotes.theme-midnight/package.json index 009852bc0..247098b79 100644 --- a/packages/components/src/packages/org.standardnotes.theme-midnight/package.json +++ b/packages/components/src/packages/org.standardnotes.theme-midnight/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/midnight-theme", - "version": "1.2.9", + "version": "1.2.10", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/packages/org.standardnotes.theme-solarized-dark/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.theme-solarized-dark/CHANGELOG.md index b22fe7526..086335f23 100644 --- a/packages/components/src/packages/org.standardnotes.theme-solarized-dark/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.theme-solarized-dark/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.9 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/solarized-dark-theme + ## [1.2.8](https://github.com/standardnotes/app/compare/@standardnotes/solarized-dark-theme@1.2.8-alpha.3...@standardnotes/solarized-dark-theme@1.2.8) (2022-06-16) **Note:** Version bump only for package @standardnotes/solarized-dark-theme diff --git a/packages/components/src/packages/org.standardnotes.theme-solarized-dark/package.json b/packages/components/src/packages/org.standardnotes.theme-solarized-dark/package.json index c8572294c..5c40c9d6c 100644 --- a/packages/components/src/packages/org.standardnotes.theme-solarized-dark/package.json +++ b/packages/components/src/packages/org.standardnotes.theme-solarized-dark/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/solarized-dark-theme", - "version": "1.2.8", + "version": "1.2.9", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/packages/org.standardnotes.theme-titanium/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.theme-titanium/CHANGELOG.md index dc5b48e0a..444e7f990 100644 --- a/packages/components/src/packages/org.standardnotes.theme-titanium/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.theme-titanium/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.10 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/titanium-theme + ## [1.2.9](https://github.com/standardnotes/app/compare/@standardnotes/titanium-theme@1.2.9-alpha.3...@standardnotes/titanium-theme@1.2.9) (2022-06-16) **Note:** Version bump only for package @standardnotes/titanium-theme diff --git a/packages/components/src/packages/org.standardnotes.theme-titanium/package.json b/packages/components/src/packages/org.standardnotes.theme-titanium/package.json index 410137d3b..607746f77 100644 --- a/packages/components/src/packages/org.standardnotes.theme-titanium/package.json +++ b/packages/components/src/packages/org.standardnotes.theme-titanium/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/titanium-theme", - "version": "1.2.9", + "version": "1.2.10", "main": "dist/dist.css", "private": true, "sn": { diff --git a/packages/components/src/packages/org.standardnotes.token-vault/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.token-vault/CHANGELOG.md index 957da6e56..9fba5ff9d 100644 --- a/packages/components/src/packages/org.standardnotes.token-vault/CHANGELOG.md +++ b/packages/components/src/packages/org.standardnotes.token-vault/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.12 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/authenticator + ## [2.0.11](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.0.11-alpha.3...@standardnotes/authenticator@2.0.11) (2022-06-16) **Note:** Version bump only for package @standardnotes/authenticator diff --git a/packages/components/src/packages/org.standardnotes.token-vault/package.json b/packages/components/src/packages/org.standardnotes.token-vault/package.json index 95941930c..0589024ca 100644 --- a/packages/components/src/packages/org.standardnotes.token-vault/package.json +++ b/packages/components/src/packages/org.standardnotes.token-vault/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/authenticator", - "version": "2.0.11", + "version": "2.0.12", "main": "dist/dist.js", "private": true, "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 6ed165779..62dd6cfbf 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.22.4 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.22.3](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.3-alpha.24...@standardnotes/desktop@3.22.3) (2022-06-16) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/app/CHANGELOG.md b/packages/desktop/app/CHANGELOG.md index f00479211..b47adde9b 100644 --- a/packages/desktop/app/CHANGELOG.md +++ b/packages/desktop/app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.22.4 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/inner-desktop + ## [3.22.3](https://github.com/standardnotes/app/compare/@standardnotes/inner-desktop@3.22.3-alpha.20...@standardnotes/inner-desktop@3.22.3) (2022-06-16) **Note:** Version bump only for package @standardnotes/inner-desktop diff --git a/packages/desktop/app/package.json b/packages/desktop/app/package.json index 3531bb089..a2817563a 100644 --- a/packages/desktop/app/package.json +++ b/packages/desktop/app/package.json @@ -4,7 +4,7 @@ "private": true, "description": "An end-to-end encrypted notes app for digitalists and professionals.", "author": "Standard Notes ", - "version": "3.22.3", + "version": "3.22.4", "main": "./dist/index.js", "installConfig": { "selfReferences": true diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 5ac2f85ba..a0e5af046 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/desktop", "main": "./app/dist/index.js", - "version": "3.22.3", + "version": "3.22.4", "license": "AGPL-3.0-or-later", "author": "Standard Notes", "private": true, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 2e92f31fb..5d2412568 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.2 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/icons + ## [1.4.1](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.1-alpha.4...@standardnotes/icons@1.4.1) (2022-06-16) **Note:** Version bump only for package @standardnotes/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index f8c84589f..ee8dffa1d 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.4.1", + "version": "1.4.2", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index ca8b87df5..88ec339c8 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.23.2 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.23.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.1-alpha.14...@standardnotes/mobile@3.23.1) (2022-06-16) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f339be287..80b651d9c 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.23.1", + "version": "3.23.2", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 22b3c7f09..2bf5968a3 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.3 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/styles + ## [1.2.2](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.2.2-alpha.4...@standardnotes/styles@1.2.2) (2022-06-16) **Note:** Version bump only for package @standardnotes/styles diff --git a/packages/styles/package.json b/packages/styles/package.json index 8dd76da49..18c974d77 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.2.2", + "version": "1.2.3", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index 5d5889f86..3ec29976c 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.2 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/toast + ## [1.2.1](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.2.1-alpha.4...@standardnotes/toast@1.2.1) (2022-06-16) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index 18f9571bb..316625405 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.2.1", + "version": "1.2.2", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 31522e674..98d071617 100644 --- a/packages/web-server/CHANGELOG.md +++ b/packages/web-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.8 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.7](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.7-alpha.23...@standardnotes/web-server@1.2.7) (2022-06-16) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index c21b31779..8321dd0cb 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.7", + "version": "1.2.8", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 695602abd..c0013c7cd 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.22.4 (2022-06-16) + +**Note:** Version bump only for package @standardnotes/web + ## [3.22.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.3-alpha.9...@standardnotes/web@3.22.3) (2022-06-16) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index f7c3e4f68..65c5cf732 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.22.3", + "version": "3.22.4", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",