From e9eff74fdbf4d3512d834c65459d1675c1d11e86 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 30 Jun 2022 00:25:46 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/components-meta@2.5.7 - @standardnotes/desktop@3.23.19 - @standardnotes/mobile@3.25.15 - @standardnotes/releases@1.2.29 - @standardnotes/styles@1.4.2 - @standardnotes/web-server@1.2.43 - @standardnotes/web@3.27.7 - @standardnotes/markdown-visual@1.1.1 - @standardnotes/authenticator@2.2.1 --- packages/components/CHANGELOG.md | 4 ++++ packages/components/package.json | 2 +- .../org.standardnotes.markdown-visual-editor/CHANGELOG.md | 4 ++++ .../org.standardnotes.markdown-visual-editor/package.json | 2 +- .../Editors/org.standardnotes.token-vault/CHANGELOG.md | 4 ++++ .../Editors/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/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/styles/CHANGELOG.md | 6 ++++++ 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 +- 18 files changed, 47 insertions(+), 9 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5cace4563..2b91ca2b9 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.5.7](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.5.6...@standardnotes/components-meta@2.5.7) (2022-06-30) + +**Note:** Version bump only for package @standardnotes/components-meta + ## [2.5.6](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.5.5...@standardnotes/components-meta@2.5.6) (2022-06-29) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 906da75a3..585f58df1 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.5.6", + "version": "2.5.7", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/CHANGELOG.md b/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/CHANGELOG.md index 8dfead25b..c138d581f 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/CHANGELOG.md +++ b/packages/components/src/Packages/Editors/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.1.1](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.1.0...@standardnotes/markdown-visual@1.1.1) (2022-06-30) + +**Note:** Version bump only for package @standardnotes/markdown-visual + # [1.1.0](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.0.12...@standardnotes/markdown-visual@1.1.0) (2022-06-29) ### Features diff --git a/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/package.json b/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/package.json index 1c5a4bedd..28db4f13f 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.markdown-visual-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/markdown-visual", - "version": "1.1.0", + "version": "1.1.1", "author": "Johnny Almonte ", "description": "A lightweight WYSIWYG markdown editor for Standard Notes, derived from Milkdown.", "keywords": [ diff --git a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/CHANGELOG.md b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/CHANGELOG.md index 2f4e80164..4010dfb0a 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/CHANGELOG.md +++ b/packages/components/src/Packages/Editors/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.2.1](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.0...@standardnotes/authenticator@2.2.1) (2022-06-30) + +**Note:** Version bump only for package @standardnotes/authenticator + # [2.2.0](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.1.2...@standardnotes/authenticator@2.2.0) (2022-06-29) ### Features diff --git a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json index 5ef0eb7d2..08dfedebc 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.token-vault/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/authenticator", - "version": "2.2.0", + "version": "2.2.1", "main": "dist/dist.js", "author": "Standard Notes", "private": true, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 06a4db8af..3566d64c8 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.23.19](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.18...@standardnotes/desktop@3.23.19) (2022-06-30) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.18](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.17...@standardnotes/desktop@3.23.18) (2022-06-29) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index db6beceb9..3fc40f0aa 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.23.18", + "version": "3.23.19", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 9003bae8d..5dfbd7ee5 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.25.15](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.25.14...@standardnotes/mobile@3.25.15) (2022-06-30) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.25.14](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.25.13...@standardnotes/mobile@3.25.14) (2022-06-29) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 3a63d8dea..30aefb401 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.25.14", + "version": "3.25.15", "author": "Standard Notes", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index ecf5bb048..91a1c3f4c 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/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.29](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.28...@standardnotes/releases@1.2.29) (2022-06-30) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.28](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.27...@standardnotes/releases@1.2.28) (2022-06-29) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 550f15dee..b007908db 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.28", + "version": "1.2.29", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 368a3aee9..37cbc825a 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.2](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.4.1...@standardnotes/styles@1.4.2) (2022-06-30) + +### Bug Fixes + +* **styles:** preferences opacity ([ddeaf52](https://github.com/standardnotes/app/commit/ddeaf523a8ece97b7ad9372c4d84e07775221a65)) + ## [1.4.1](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.4.0...@standardnotes/styles@1.4.1) (2022-06-29) ### Bug Fixes diff --git a/packages/styles/package.json b/packages/styles/package.json index cc212d0d8..e5c525c5e 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.4.1", + "version": "1.4.2", "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 01b2ec19b..84dc25299 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.43](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.42...@standardnotes/web-server@1.2.43) (2022-06-30) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.42](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.41...@standardnotes/web-server@1.2.42) (2022-06-29) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index c18067a42..f015f2d02 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.42", + "version": "1.2.43", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 7f5476b69..c3f445df3 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.27.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.27.6...@standardnotes/web@3.27.7) (2022-06-30) + +**Note:** Version bump only for package @standardnotes/web + ## [3.27.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.27.5...@standardnotes/web@3.27.6) (2022-06-29) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index bcbafa4fb..9e99b68e0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.27.6", + "version": "3.27.7", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",