diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 57eaf6c1f..247510e52 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.7.23](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.22...@standardnotes/components-meta@2.7.23) (2022-11-01) + +**Note:** Version bump only for package @standardnotes/components-meta + ## [2.7.22](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.21...@standardnotes/components-meta@2.7.22) (2022-10-27) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index 3f8d867f4..bccc71580 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.7.22", + "version": "2.7.23", "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 b170ed041..829fb1708 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.5](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.1.4...@standardnotes/markdown-visual@1.1.5) (2022-11-01) + +**Note:** Version bump only for package @standardnotes/markdown-visual + ## [1.1.4](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.1.3...@standardnotes/markdown-visual@1.1.4) (2022-10-27) **Note:** Version bump only for package @standardnotes/markdown-visual 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 9c024a665..6dbfcb6ff 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.4", + "version": "1.1.5", "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 dcfa8de51..a8382ee27 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.7](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.6...@standardnotes/authenticator@2.2.7) (2022-11-01) + +**Note:** Version bump only for package @standardnotes/authenticator + ## [2.2.6](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.5...@standardnotes/authenticator@2.2.6) (2022-10-27) **Note:** Version bump only for package @standardnotes/authenticator 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 e0c47dc96..9394c4b24 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.6", + "version": "2.2.7", "main": "dist/dist.js", "author": "Standard Notes", "private": true, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 2befebaac..9ad490f40 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/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. +## [3.23.263](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.262...@standardnotes/desktop@3.23.263) (2022-11-01) + +### Bug Fixes + +* **mobile:** increase font sizes and other mobile-centric improvements ([#1907](https://github.com/standardnotes/app/issues/1907)) ([994f824](https://github.com/standardnotes/app/commit/994f824757e1143a4547c975b154fd84e3ebeedf)) + ## [3.23.262](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.261...@standardnotes/desktop@3.23.262) (2022-10-31) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 3d42d9f94..3c4aefd20 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.262", + "version": "3.23.263", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 15b49bf33..4f2ca13aa 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/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. +## [3.45.12](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.11...@standardnotes/mobile@3.45.12) (2022-11-01) + +### Bug Fixes + +* **mobile:** increase font sizes and other mobile-centric improvements ([#1907](https://github.com/standardnotes/app/issues/1907)) ([994f824](https://github.com/standardnotes/app/commit/994f824757e1143a4547c975b154fd84e3ebeedf)) + ## [3.45.11](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.10...@standardnotes/mobile@3.45.11) (2022-10-31) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 3b0276868..79313457d 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.45.11", + "version": "3.45.12", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 9a4ef8a4f..ba5fac8d8 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.3.194](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.193...@standardnotes/releases@1.3.194) (2022-11-01) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.193](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.192...@standardnotes/releases@1.3.193) (2022-10-31) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index e569c66f7..28e4cc6a6 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.193", + "version": "1.3.194", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 07c689f89..f871f5285 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/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.39.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.39.1...@standardnotes/services@1.39.2) (2022-11-01) + +### Bug Fixes + +* **mobile:** increase font sizes and other mobile-centric improvements ([#1907](https://github.com/standardnotes/app/issues/1907)) ([994f824](https://github.com/standardnotes/app/commit/994f824757e1143a4547c975b154fd84e3ebeedf)) + ## [1.39.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.39.0...@standardnotes/services@1.39.1) (2022-10-28) ### Bug Fixes diff --git a/packages/services/package.json b/packages/services/package.json index 99c95e96b..27fc05765 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.39.1", + "version": "1.39.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 90d8c10ec..48c3d2bce 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.145.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.145.2...@standardnotes/snjs@2.145.3) (2022-11-01) + +### Bug Fixes + +* **mobile:** increase font sizes and other mobile-centric improvements ([#1907](https://github.com/standardnotes/app/issues/1907)) ([994f824](https://github.com/standardnotes/app/commit/994f824757e1143a4547c975b154fd84e3ebeedf)) + ## [2.145.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.145.1...@standardnotes/snjs@2.145.2) (2022-10-30) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 58711ce26..821b0ee7f 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.145.2", + "version": "2.145.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 47b834a23..4c35faf97 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.6.1](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.6.0...@standardnotes/styles@1.6.1) (2022-11-01) + +### Bug Fixes + +* **mobile:** increase font sizes and other mobile-centric improvements ([#1907](https://github.com/standardnotes/app/issues/1907)) ([994f824](https://github.com/standardnotes/app/commit/994f824757e1143a4547c975b154fd84e3ebeedf)) + # [1.6.0](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.5.0...@standardnotes/styles@1.6.0) (2022-10-27) ### Features diff --git a/packages/styles/package.json b/packages/styles/package.json index 157323b80..392f08ee2 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.6.0", + "version": "1.6.1", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 435294f37..3d2d47635 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.10.8](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.10.7...@standardnotes/ui-services@1.10.8) (2022-11-01) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.10.7](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.10.6...@standardnotes/ui-services@1.10.7) (2022-10-31) ### Bug Fixes diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 5b0d76e64..6cfddb17d 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.10.7", + "version": "1.10.8", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 23b2e89c6..ea3f19d96 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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. +## [3.90.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.90.8...@standardnotes/web@3.90.9) (2022-11-01) + +### Bug Fixes + +* **mobile:** increase font sizes and other mobile-centric improvements ([#1907](https://github.com/standardnotes/app/issues/1907)) ([994f824](https://github.com/standardnotes/app/commit/994f824757e1143a4547c975b154fd84e3ebeedf)) + ## [3.90.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.90.7...@standardnotes/web@3.90.8) (2022-10-31) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index c1886ca3f..928666806 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.90.8", + "version": "3.90.9", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",