diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 9e7d198a9..d300c986f 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.102.1](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.102.0...@standardnotes/desktop@3.102.1) (2022-11-24) + +**Note:** Version bump only for package @standardnotes/desktop + # [3.102.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.101.2...@standardnotes/desktop@3.102.0) (2022-11-24) ### Features diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ff27f97a4..80c674d5e 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.102.0", + "version": "3.102.1", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 5ef06a625..4a9250683 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.47.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.47.0...@standardnotes/mobile@3.47.1) (2022-11-24) + +**Note:** Version bump only for package @standardnotes/mobile + # [3.47.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.31...@standardnotes/mobile@3.47.0) (2022-11-24) ### Features diff --git a/packages/mobile/package.json b/packages/mobile/package.json index ba616cbf2..c4394d637 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.47.0", + "version": "3.47.1", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index bb9b77713..f856f49a5 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.4.2](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.1...@standardnotes/releases@1.4.2) (2022-11-24) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.1](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.0...@standardnotes/releases@1.4.1) (2022-11-24) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 5a8646019..dfd2b77a7 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.1", + "version": "1.4.2", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 2e265e171..4f73f0486 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.152.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.152.1...@standardnotes/snjs@2.152.3) (2022-11-24) + +### Bug Fixes + +* **snjs:** add additional sign in missing - run e2e ([6bbf0c0](https://github.com/standardnotes/app/commit/6bbf0c02bda0350772638ee19424420b6430dec3)) +* **snjs:** decrease factory sleep in order to have a continuing session - run e2e ([0fac2dd](https://github.com/standardnotes/app/commit/0fac2dd93974f7072e5e3a73ef705836e163dcac)) +* **snjs:** remove extra sign in - run e2e ([212e784](https://github.com/standardnotes/app/commit/212e7843ec2ec565c46e06a3acd52a7bbfc16f0b)) +* **snjs:** run e2e ([75303b5](https://github.com/standardnotes/app/commit/75303b5eb8c1e403541bca57b20ae293cb67f979)) + ## [2.152.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.152.0...@standardnotes/snjs@2.152.1) (2022-11-24) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index aaa78ecb2..20c434285 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.152.2", + "version": "2.152.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index b4cf466a1..348cc1d99 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.109.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.108.1...@standardnotes/web@3.109.0) (2022-11-24) + +### Bug Fixes + +* include more search results in linking autocomplete menu ([2e517c9](https://github.com/standardnotes/app/commit/2e517c985dfff5e1980f505f1b38cbdea292211a)) + +### Features + +* resize images in super editor ([#2052](https://github.com/standardnotes/app/issues/2052)) ([2485bed](https://github.com/standardnotes/app/commit/2485bed3508b194137f058064cb36d1ba1d2c41c)) + ## [3.108.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.108.0...@standardnotes/web@3.108.1) (2022-11-24) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 79aa00308..cf9bd7764 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,23 @@ { "versions": [ + { + "version": "3.109.0", + "title": "[3.109.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.108.1...@standardnotes/web@3.109.0) (2022-11-24)", + "date": null, + "body": "### Bug Fixes\n\n* include more search results in linking autocomplete menu ([2e517c9](https://github.com/standardnotes/app/commit/2e517c985dfff5e1980f505f1b38cbdea292211a))\n\n### Features\n\n* resize images in super editor ([#2052](https://github.com/standardnotes/app/issues/2052)) ([2485bed](https://github.com/standardnotes/app/commit/2485bed3508b194137f058064cb36d1ba1d2c41c))", + "parsed": { + "_": [ + "include more search results in linking autocomplete menu (2e517c9)", + "resize images in super editor (#2052) (2485bed)" + ], + "Bug Fixes": [ + "include more search results in linking autocomplete menu (2e517c9)" + ], + "Features": [ + "resize images in super editor (#2052) (2485bed)" + ] + } + }, { "version": "3.108.1", "title": "[3.108.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.108.0...@standardnotes/web@3.108.1) (2022-11-24)", diff --git a/packages/web/package.json b/packages/web/package.json index 130fb32bc..1c88f7093 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.108.1", + "version": "3.109.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",