From 5f52b5a4544f1f595e77e957350dc1c45a6569c5 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 22 Jun 2022 20:14:08 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/components-meta@2.2.0 - @standardnotes/desktop@3.22.13 - @standardnotes/mobile@3.24.0 - @standardnotes/styles@1.3.0 - @standardnotes/web-server@1.2.15 - @standardnotes/web@3.24.0 - @standardnotes/advanced-checklist@0.0.5 - @standardnotes/markdown-hybrid@1.5.5 - @standardnotes/bold-editor@1.3.10 - @standardnotes/classic-code-editor@1.3.17 - @standardnotes/markdown-math@1.3.10 - @standardnotes/markdown-visual@1.0.11 - @standardnotes/markdown-minimal@1.3.13 - @standardnotes/rich-text@1.6.6 - @standardnotes/markdown-basic@1.4.7 - @standardnotes/simple-task-editor@1.3.15 - @standardnotes/spreadsheets@1.4.9 - @standardnotes/autobiography-theme@1.0.8 - @standardnotes/dynamic-theme@1.0.8 - @standardnotes/focus-theme@1.2.13 - @standardnotes/futura-theme@1.2.13 - @standardnotes/midnight-theme@1.2.12 - @standardnotes/solarized-dark-theme@1.2.11 - @standardnotes/titanium-theme@1.2.12 - @standardnotes/authenticator@2.1.0 --- packages/components/CHANGELOG.md | 4 ++++ packages/components/package.json | 2 +- .../org.standardnotes.advanced-checklist/CHANGELOG.md | 4 ++++ .../org.standardnotes.advanced-checklist/package.json | 2 +- .../org.standardnotes.advanced-markdown-editor/CHANGELOG.md | 4 ++++ .../org.standardnotes.advanced-markdown-editor/package.json | 2 +- .../src/packages/org.standardnotes.bold-editor/CHANGELOG.md | 4 ++++ .../src/packages/org.standardnotes.bold-editor/package.json | 2 +- .../src/packages/org.standardnotes.code-editor/CHANGELOG.md | 4 ++++ .../src/packages/org.standardnotes.code-editor/package.json | 2 +- .../org.standardnotes.fancy-markdown-editor/CHANGELOG.md | 4 ++++ .../org.standardnotes.fancy-markdown-editor/package.json | 2 +- .../org.standardnotes.markdown-visual-editor/CHANGELOG.md | 4 ++++ .../org.standardnotes.markdown-visual-editor/package.json | 2 +- .../org.standardnotes.minimal-markdown-editor/CHANGELOG.md | 4 ++++ .../org.standardnotes.minimal-markdown-editor/package.json | 2 +- .../src/packages/org.standardnotes.plus-editor/CHANGELOG.md | 4 ++++ .../src/packages/org.standardnotes.plus-editor/package.json | 2 +- .../org.standardnotes.simple-markdown-editor/CHANGELOG.md | 4 ++++ .../org.standardnotes.simple-markdown-editor/package.json | 2 +- .../org.standardnotes.simple-task-editor/CHANGELOG.md | 4 ++++ .../org.standardnotes.simple-task-editor/package.json | 2 +- .../packages/org.standardnotes.standard-sheets/CHANGELOG.md | 4 ++++ .../packages/org.standardnotes.standard-sheets/package.json | 2 +- .../org.standardnotes.theme-autobiography/CHANGELOG.md | 4 ++++ .../org.standardnotes.theme-autobiography/package.json | 2 +- .../src/packages/org.standardnotes.theme-dynamic/CHANGELOG.md | 4 ++++ .../src/packages/org.standardnotes.theme-dynamic/package.json | 2 +- .../src/packages/org.standardnotes.theme-focus/CHANGELOG.md | 4 ++++ .../src/packages/org.standardnotes.theme-focus/package.json | 2 +- .../src/packages/org.standardnotes.theme-futura/CHANGELOG.md | 4 ++++ .../src/packages/org.standardnotes.theme-futura/package.json | 2 +- .../packages/org.standardnotes.theme-midnight/CHANGELOG.md | 4 ++++ .../packages/org.standardnotes.theme-midnight/package.json | 2 +- .../org.standardnotes.theme-solarized-dark/CHANGELOG.md | 4 ++++ .../org.standardnotes.theme-solarized-dark/package.json | 2 +- .../packages/org.standardnotes.theme-titanium/CHANGELOG.md | 4 ++++ .../packages/org.standardnotes.theme-titanium/package.json | 2 +- .../src/packages/org.standardnotes.token-vault/CHANGELOG.md | 4 ++++ .../src/packages/org.standardnotes.token-vault/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/styles/CHANGELOG.md | 4 ++++ packages/styles/package.json | 2 +- packages/web-server/CHANGELOG.md | 4 ++++ packages/web-server/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/package.json | 2 +- 50 files changed, 125 insertions(+), 25 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 7fd1e8cb1..6af2abbfe 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.2.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.2.0-alpha.1...@standardnotes/components-meta@2.2.0) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/components-meta + # [2.2.0-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.2.0-alpha.0...@standardnotes/components-meta@2.2.0-alpha.1) (2022-06-22) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index 942e7e664..5972273a3 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.2.0-alpha.1", + "version": "2.2.0", "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 e94665665..b702e67c4 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.5](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.0.5-alpha.0...@standardnotes/advanced-checklist@0.0.5) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/advanced-checklist + ## [0.0.5-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.0.4...@standardnotes/advanced-checklist@0.0.5-alpha.0) (2022-06-22) ### Bug Fixes 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 50b4bf40c..148d05556 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.5-alpha.0", + "version": "0.0.5", "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 ae5c18040..93b05a420 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.5](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.5.5-alpha.0...@standardnotes/markdown-hybrid@1.5.5) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/markdown-hybrid + ## [1.5.5-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.5.4...@standardnotes/markdown-hybrid@1.5.5-alpha.0) (2022-06-22) ### Bug Fixes 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 b298a8cf1..6fe3f2cae 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.5-alpha.0", + "version": "1.5.5", "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 7a8eed0de..c31986525 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.10](https://github.com/standardnotes/app/compare/@standardnotes/bold-editor@1.3.10-alpha.0...@standardnotes/bold-editor@1.3.10) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/bold-editor + ## [1.3.10-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/bold-editor@1.3.9...@standardnotes/bold-editor@1.3.10-alpha.0) (2022-06-22) ### Bug Fixes 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 7246ee0c2..a29ed3fb6 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.10-alpha.0", + "version": "1.3.10", "main": "dist/dist.js", "scripts": { "skip: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 309764df8..aed82f7b9 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.17](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.17-alpha.2...@standardnotes/classic-code-editor@1.3.17) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/classic-code-editor + ## [1.3.17-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.17-alpha.1...@standardnotes/classic-code-editor@1.3.17-alpha.2) (2022-06-22) **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 dd26119f4..f289b3c60 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.17-alpha.2", + "version": "1.3.17", "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 12ceb3dd5..678526479 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.10](https://github.com/standardnotes/app/compare/@standardnotes/markdown-math@1.3.10-alpha.0...@standardnotes/markdown-math@1.3.10) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/markdown-math + ## [1.3.10-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/markdown-math@1.3.9...@standardnotes/markdown-math@1.3.10-alpha.0) (2022-06-22) ### Bug Fixes 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 06239f5be..7afe7cf0d 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.10-alpha.0", + "version": "1.3.10", "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 1948f71f1..7d011c1dc 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.11](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.0.11-alpha.1...@standardnotes/markdown-visual@1.0.11) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/markdown-visual + ## [1.0.11-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.0.11-alpha.0...@standardnotes/markdown-visual@1.0.11-alpha.1) (2022-06-22) ### Bug Fixes 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 4ab9b0b20..a5d985b88 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.11-alpha.1", + "version": "1.0.11", "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 e2cd33721..5819560d3 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.13](https://github.com/standardnotes/app/compare/@standardnotes/markdown-minimal@1.3.13-alpha.0...@standardnotes/markdown-minimal@1.3.13) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/markdown-minimal + ## [1.3.13-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/markdown-minimal@1.3.12...@standardnotes/markdown-minimal@1.3.13-alpha.0) (2022-06-22) ### Bug Fixes 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 e3a95b298..d22e46edb 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.13-alpha.0", + "version": "1.3.13", "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 696112550..8dd6e38ae 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.6](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.6-alpha.0...@standardnotes/rich-text@1.6.6) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/rich-text + ## [1.6.6-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.5...@standardnotes/rich-text@1.6.6-alpha.0) (2022-06-22) ### Bug Fixes 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 2361476ea..4c8f9e1dc 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.6-alpha.0", + "version": "1.6.6", "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 00e18695d..36fcda516 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.7](https://github.com/standardnotes/app/compare/@standardnotes/markdown-basic@1.4.7-alpha.0...@standardnotes/markdown-basic@1.4.7) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/markdown-basic + ## [1.4.7-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/markdown-basic@1.4.6...@standardnotes/markdown-basic@1.4.7-alpha.0) (2022-06-22) ### Bug Fixes 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 74e7e57ca..d0d13c82b 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.7-alpha.0", + "version": "1.4.7", "main": "dist/dist.js", "scripts": { "skip: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 22dc2f920..3f7de79f7 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.15](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.3.15-alpha.0...@standardnotes/simple-task-editor@1.3.15) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/simple-task-editor + ## [1.3.15-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.3.14...@standardnotes/simple-task-editor@1.3.15-alpha.0) (2022-06-22) ### Bug Fixes 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 6f2261522..8d2ab23c9 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.15-alpha.0", + "version": "1.3.15", "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 566d725b4..8c3dbf2de 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.9](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.4.9-alpha.0...@standardnotes/spreadsheets@1.4.9) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/spreadsheets + ## [1.4.9-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.4.8...@standardnotes/spreadsheets@1.4.9-alpha.0) (2022-06-22) ### Bug Fixes 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 a41b7de0a..5eefdcdcf 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.9-alpha.0", + "version": "1.4.9", "main": "dist/dist.js", "scripts": { "skip: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 80b232b17..2e6b4e0a4 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.8](https://github.com/standardnotes/app/compare/@standardnotes/autobiography-theme@1.0.8-alpha.0...@standardnotes/autobiography-theme@1.0.8) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/autobiography-theme + ## [1.0.8-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/autobiography-theme@1.0.7...@standardnotes/autobiography-theme@1.0.8-alpha.0) (2022-06-22) ### Bug Fixes 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 821711d2d..0d22f789e 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.8-alpha.0", + "version": "1.0.8", "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 cbd0568a6..67d769886 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.8](https://github.com/standardnotes/app/compare/@standardnotes/dynamic-theme@1.0.8-alpha.0...@standardnotes/dynamic-theme@1.0.8) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/dynamic-theme + ## [1.0.8-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/dynamic-theme@1.0.7...@standardnotes/dynamic-theme@1.0.8-alpha.0) (2022-06-22) ### Bug Fixes 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 02550434a..e1b89aaf5 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.8-alpha.0", + "version": "1.0.8", "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 147f6648f..f2545afb0 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.13](https://github.com/standardnotes/app/compare/@standardnotes/focus-theme@1.2.13-alpha.0...@standardnotes/focus-theme@1.2.13) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/focus-theme + ## [1.2.13-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/focus-theme@1.2.12...@standardnotes/focus-theme@1.2.13-alpha.0) (2022-06-22) ### Bug Fixes 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 3529c0f56..5639881e5 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.13-alpha.0", + "version": "1.2.13", "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 852d629ac..288c6344f 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.13](https://github.com/standardnotes/app/compare/@standardnotes/futura-theme@1.2.13-alpha.0...@standardnotes/futura-theme@1.2.13) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/futura-theme + ## [1.2.13-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/futura-theme@1.2.12...@standardnotes/futura-theme@1.2.13-alpha.0) (2022-06-22) ### Bug Fixes 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 97bdaad63..0afd1f80f 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.13-alpha.0", + "version": "1.2.13", "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 f272025ba..766f3e064 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.12](https://github.com/standardnotes/app/compare/@standardnotes/midnight-theme@1.2.12-alpha.0...@standardnotes/midnight-theme@1.2.12) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/midnight-theme + ## [1.2.12-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/midnight-theme@1.2.11...@standardnotes/midnight-theme@1.2.12-alpha.0) (2022-06-22) ### Bug Fixes 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 7fb67b20c..fcf841a72 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.12-alpha.0", + "version": "1.2.12", "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 667deea2c..52132e020 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.11](https://github.com/standardnotes/app/compare/@standardnotes/solarized-dark-theme@1.2.11-alpha.0...@standardnotes/solarized-dark-theme@1.2.11) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/solarized-dark-theme + ## [1.2.11-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/solarized-dark-theme@1.2.10...@standardnotes/solarized-dark-theme@1.2.11-alpha.0) (2022-06-22) ### Bug Fixes 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 222fcb803..be96d59fb 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.11-alpha.0", + "version": "1.2.11", "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 3ee7a7baa..a35785aa2 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.12](https://github.com/standardnotes/app/compare/@standardnotes/titanium-theme@1.2.12-alpha.0...@standardnotes/titanium-theme@1.2.12) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/titanium-theme + ## [1.2.12-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/titanium-theme@1.2.11...@standardnotes/titanium-theme@1.2.12-alpha.0) (2022-06-22) ### Bug Fixes 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 c5327255d..c1e18f4b3 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.12-alpha.0", + "version": "1.2.12", "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 96b7be560..c9d8c52a2 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.1.0](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.1.0-alpha.0...@standardnotes/authenticator@2.1.0) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/authenticator + # [2.1.0-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.0.14...@standardnotes/authenticator@2.1.0-alpha.0) (2022-06-22) ### Bug Fixes 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 e6f700439..208a5200d 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.1.0-alpha.0", + "version": "2.1.0", "main": "dist/dist.js", "private": true, "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index caa5b6b9f..71f1c9326 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.13](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.13-alpha.10...@standardnotes/desktop@3.22.13) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.22.13-alpha.10](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.13-alpha.9...@standardnotes/desktop@3.22.13-alpha.10) (2022-06-22) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 6e513a31c..adb5e68b3 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.13-alpha.10", + "version": "3.22.13", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index ac158d251..693c4cec4 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.24.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.0-alpha.10...@standardnotes/mobile@3.24.0) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/mobile + # [3.24.0-alpha.10](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.0-alpha.9...@standardnotes/mobile@3.24.0-alpha.10) (2022-06-22) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index e1a16e9eb..c36cb3c18 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.24.0-alpha.10", + "version": "3.24.0", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index e426eea70..1c051870f 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.3.0](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.3.0-alpha.0...@standardnotes/styles@1.3.0) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/styles + # [1.3.0-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.2.4...@standardnotes/styles@1.3.0-alpha.0) (2022-06-22) ### Features diff --git a/packages/styles/package.json b/packages/styles/package.json index 265c5d912..bdb040ce8 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.3.0-alpha.0", + "version": "1.3.0", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index a36e254e9..5ac6445bb 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.15](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.15-alpha.10...@standardnotes/web-server@1.2.15) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.15-alpha.10](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.15-alpha.9...@standardnotes/web-server@1.2.15-alpha.10) (2022-06-22) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 6fc50c145..d3ea771f6 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.15-alpha.10", + "version": "1.2.15", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 20ae2ebbf..1746b90d1 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.24.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.24.0-alpha.7...@standardnotes/web@3.24.0) (2022-06-22) + +**Note:** Version bump only for package @standardnotes/web + # [3.24.0-alpha.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.24.0-alpha.6...@standardnotes/web@3.24.0-alpha.7) (2022-06-22) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 34e293d89..9935e86df 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.24.0-alpha.7", + "version": "3.24.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",