From de3b27d563bbb66af62b54ea6f054f4417fa58af Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 29 Jun 2022 16:09:24 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/components-meta@2.5.3 - @standardnotes/desktop@3.23.15 - @standardnotes/mobile@3.25.11 - @standardnotes/releases@1.2.25 - @standardnotes/web-server@1.2.39 - @standardnotes/web@3.27.5 - @standardnotes/markdown-hybrid@1.6.1 --- packages/components/CHANGELOG.md | 4 ++++ packages/components/package.json | 2 +- .../org.standardnotes.advanced-markdown-editor/CHANGELOG.md | 4 ++++ .../org.standardnotes.advanced-markdown-editor/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/web-server/CHANGELOG.md | 4 ++++ packages/web-server/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/package.json | 2 +- 14 files changed, 35 insertions(+), 7 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 1b94d3ecf..523ad134a 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.3](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.5.2...@standardnotes/components-meta@2.5.3) (2022-06-29) + +**Note:** Version bump only for package @standardnotes/components-meta + ## [2.5.2](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.5.1...@standardnotes/components-meta@2.5.2) (2022-06-28) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index d7bc2cd78..1d32bfb3a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.5.2", + "version": "2.5.3", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/components/src/Packages/Editors/org.standardnotes.advanced-markdown-editor/CHANGELOG.md b/packages/components/src/Packages/Editors/org.standardnotes.advanced-markdown-editor/CHANGELOG.md index b646b3482..f0f4d7674 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.advanced-markdown-editor/CHANGELOG.md +++ b/packages/components/src/Packages/Editors/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.6.1](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.6.0...@standardnotes/markdown-hybrid@1.6.1) (2022-06-29) + +**Note:** Version bump only for package @standardnotes/markdown-hybrid + # [1.6.0](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.5.5...@standardnotes/markdown-hybrid@1.6.0) (2022-06-28) ### Bug Fixes diff --git a/packages/components/src/Packages/Editors/org.standardnotes.advanced-markdown-editor/package.json b/packages/components/src/Packages/Editors/org.standardnotes.advanced-markdown-editor/package.json index 22f6b257e..b9bd136ff 100644 --- a/packages/components/src/Packages/Editors/org.standardnotes.advanced-markdown-editor/package.json +++ b/packages/components/src/Packages/Editors/org.standardnotes.advanced-markdown-editor/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/markdown-hybrid", "private": true, - "version": "1.6.0", + "version": "1.6.1", "description": "A Standard Notes derived editor that offers full support for Markdown editing.", "main": "dist/dist.js", "author": "Standard Notes ", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 02fbc3062..f50d6f097 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.15](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.14...@standardnotes/desktop@3.23.15) (2022-06-29) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.14](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.13...@standardnotes/desktop@3.23.14) (2022-06-29) ### Bug Fixes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index dc76b6957..fc9414323 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.14", + "version": "3.23.15", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 8392c7402..41b725161 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.11](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.25.10...@standardnotes/mobile@3.25.11) (2022-06-29) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.25.10](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.25.9...@standardnotes/mobile@3.25.10) (2022-06-28) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f0d5fa90f..0c83f0e78 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.25.10", + "version": "3.25.11", "author": "Standard Notes", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index fbe4b1875..6f8e3b770 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.25](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.24...@standardnotes/releases@1.2.25) (2022-06-29) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.24](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.23...@standardnotes/releases@1.2.24) (2022-06-29) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index c67a8ae31..117148319 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.24", + "version": "1.2.25", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 40aed4f5a..05dd767ee 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.39](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.38...@standardnotes/web-server@1.2.39) (2022-06-29) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.38](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.37...@standardnotes/web-server@1.2.38) (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 db639966a..193963be6 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.38", + "version": "1.2.39", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 90a70117b..e21bd48e9 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.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.27.4...@standardnotes/web@3.27.5) (2022-06-29) + +**Note:** Version bump only for package @standardnotes/web + ## [3.27.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.27.3...@standardnotes/web@3.27.4) (2022-06-29) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 21a85acab..1fc89bd7c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.27.4", + "version": "3.27.5", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",