diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index e0182c2e1..8d5912675 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.0-alpha.15](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.1.0-alpha.14...@standardnotes/components-meta@2.1.0-alpha.15) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/components-meta + # 2.1.0-alpha.14 (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 c4dc24e5c..68e5c2fe9 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.1.0-alpha.14", + "version": "2.1.0-alpha.15", "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 00175af64..1e4508a1a 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.2-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.0.2-alpha.2...@standardnotes/advanced-checklist@0.0.2-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/advanced-checklist + ## 0.0.2-alpha.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 29505473c..fd7cdaa0a 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-alpha.2", + "version": "0.0.2-alpha.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 33938137d..d8ad7bba7 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.1-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.5.1-alpha.2...@standardnotes/markdown-hybrid@1.5.1-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/markdown-hybrid + ## 1.5.1-alpha.2 (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 96cb3f395..76b126117 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-alpha.2", + "version": "1.5.1-alpha.3", "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 d81a44ff3..a1a071443 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.6-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/bold-editor@1.3.6-alpha.2...@standardnotes/bold-editor@1.3.6-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/bold-editor + ## 1.3.6-alpha.2 (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 450b04e2d..34988df66 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-alpha.2", + "version": "1.3.6-alpha.3", "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 13060fd00..ea94c9503 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.13-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.13-alpha.2...@standardnotes/classic-code-editor@1.3.13-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/classic-code-editor + ## 1.3.13-alpha.2 (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 6d686141c..5847406a9 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-alpha.2", + "version": "1.3.13-alpha.3", "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 c9caee214..884b06665 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.7-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/markdown-math@1.3.7-alpha.2...@standardnotes/markdown-math@1.3.7-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/markdown-math + ## 1.3.7-alpha.2 (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 beecb4df2..1c67a0c64 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-alpha.2", + "version": "1.3.7-alpha.3", "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 e3032f1ae..93a8ceee8 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.8-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.0.8-alpha.2...@standardnotes/markdown-visual@1.0.8-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/markdown-visual + ## 1.0.8-alpha.2 (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 71017ad35..c41036bca 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-alpha.2", + "version": "1.0.8-alpha.3", "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 9a7c14790..efe9824e4 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.10-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/markdown-minimal@1.3.10-alpha.2...@standardnotes/markdown-minimal@1.3.10-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/markdown-minimal + ## 1.3.10-alpha.2 (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 815c0bcfb..e1bc84c6b 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-alpha.2", + "version": "1.3.10-alpha.3", "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 123da690f..acf9bb13b 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.2-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.2-alpha.2...@standardnotes/rich-text@1.6.2-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/rich-text + ## 1.6.2-alpha.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 a6d71fca6..9b6492488 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-alpha.2", + "version": "1.6.2-alpha.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 f0cecf256..38baa4845 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.3-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/markdown-basic@1.4.3-alpha.2...@standardnotes/markdown-basic@1.4.3-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/markdown-basic + ## 1.4.3-alpha.2 (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 ae6631432..cdae97846 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-alpha.2", + "version": "1.4.3-alpha.3", "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 8fa3860f3..46f0e4ae4 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.11-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.3.11-alpha.2...@standardnotes/simple-task-editor@1.3.11-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/simple-task-editor + ## 1.3.11-alpha.2 (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 afa0f9c42..e866721ef 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-alpha.2", + "version": "1.3.11-alpha.3", "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 f85043ca7..08e4f1d30 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.5-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.4.5-alpha.2...@standardnotes/spreadsheets@1.4.5-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/spreadsheets + ## 1.4.5-alpha.2 (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 02fd499c3..a22df76b8 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-alpha.2", + "version": "1.4.5-alpha.3", "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 f498f7a5e..7a69dadf1 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.5-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/autobiography-theme@1.0.5-alpha.2...@standardnotes/autobiography-theme@1.0.5-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/autobiography-theme + ## 1.0.5-alpha.2 (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 f528bc0a8..54ed48261 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-alpha.2", + "version": "1.0.5-alpha.3", "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 3f34280d3..8e0ab828f 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.5-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/dynamic-theme@1.0.5-alpha.2...@standardnotes/dynamic-theme@1.0.5-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/dynamic-theme + ## 1.0.5-alpha.2 (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 987f6e001..752045549 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-alpha.2", + "version": "1.0.5-alpha.3", "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 b04deeafd..adf3653ff 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.10-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/focus-theme@1.2.10-alpha.2...@standardnotes/focus-theme@1.2.10-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/focus-theme + ## 1.2.10-alpha.2 (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 686147315..8c9912287 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-alpha.2", + "version": "1.2.10-alpha.3", "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 1cd4e8785..136fb919b 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.10-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/futura-theme@1.2.10-alpha.2...@standardnotes/futura-theme@1.2.10-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/futura-theme + ## 1.2.10-alpha.2 (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 91f39c091..9d8aa7ca9 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-alpha.2", + "version": "1.2.10-alpha.3", "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 91bb3a602..c55411293 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.9-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/midnight-theme@1.2.9-alpha.2...@standardnotes/midnight-theme@1.2.9-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/midnight-theme + ## 1.2.9-alpha.2 (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 dcb76eed5..2ce5d20fb 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-alpha.2", + "version": "1.2.9-alpha.3", "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 efa37b407..51b6fca69 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.8-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/solarized-dark-theme@1.2.8-alpha.2...@standardnotes/solarized-dark-theme@1.2.8-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/solarized-dark-theme + ## 1.2.8-alpha.2 (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 dc25b2df1..9396c1edf 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-alpha.2", + "version": "1.2.8-alpha.3", "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 7cbcf45b0..7b9258d37 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.9-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/titanium-theme@1.2.9-alpha.2...@standardnotes/titanium-theme@1.2.9-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/titanium-theme + ## 1.2.9-alpha.2 (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 306222c4a..a3328977e 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-alpha.2", + "version": "1.2.9-alpha.3", "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 a083c5ecd..c521dd579 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.11-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.0.11-alpha.2...@standardnotes/authenticator@2.0.11-alpha.3) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/authenticator + ## 2.0.11-alpha.2 (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 1f8fc5a63..bb33a8598 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-alpha.2", + "version": "2.0.11-alpha.3", "main": "dist/dist.js", "private": true, "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 0c9cca046..70f9a596f 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.3-alpha.22](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.3-alpha.21...@standardnotes/desktop@3.22.3-alpha.22) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/desktop + ## 3.22.3-alpha.21 (2022-06-16) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ae6bf17fa..1873e6097 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-alpha.21", + "version": "3.22.3-alpha.22", "license": "AGPL-3.0-or-later", "author": "Standard Notes", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 2a7d1942e..1fc01bddf 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.1-alpha.11](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.1-alpha.10...@standardnotes/mobile@3.23.1-alpha.11) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/mobile + ## 3.23.1-alpha.10 (2022-06-16) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 765a537c0..d6e187fa1 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.23.1-alpha.10", + "version": "3.23.1-alpha.11", "user-version": "3.23.0", "author": "Standard Notes.", "private": true, diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 24e8eb798..20eef8d30 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.7-alpha.22](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.7-alpha.21...@standardnotes/web-server@1.2.7-alpha.22) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/web-server + ## 1.2.7-alpha.21 (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 b608c495b..28e8e9b39 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-alpha.21", + "version": "1.2.7-alpha.22", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 4edcf8ddd..1c96b7ec5 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.3-alpha.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.3-alpha.8...@standardnotes/web@3.22.3-alpha.9) (2022-06-16) + +**Note:** Version bump only for package @standardnotes/web + ## 3.22.3-alpha.8 (2022-06-16) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index e452332bf..ed508187e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.22.3-alpha.8", + "version": "3.22.3-alpha.9", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",