diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 0f9af0cf6..997364c43 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,23 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.22.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.1...@standardnotes/desktop@3.22.2) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.22.1](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.0...@standardnotes/desktop@3.22.1) (2022-06-10) **Note:** Version bump only for package @standardnotes/desktop - - - - # 3.22.0 (2022-06-10) - ### Bug Fixes * desktop ([#1080](https://github.com/standardnotes/app/issues/1080)) ([6801c3d](https://github.com/standardnotes/app/commit/6801c3dd3b931d9bfa3987c7867282da63c65266)) * icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c)) - ### Features * add desktop repo ([#1071](https://github.com/standardnotes/app/issues/1071)) ([0b7ce82](https://github.com/standardnotes/app/commit/0b7ce82aaa21018da084149bb52b5c90b2273bc8)) @@ -27,19 +25,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * toast package ([#1073](https://github.com/standardnotes/app/issues/1073)) ([6d0b6e9](https://github.com/standardnotes/app/commit/6d0b6e9018b2a612b8df4827336883fe04033128)) * **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) - - - - # 3.21.0 (2022-06-10) - ### Bug Fixes * desktop ([#1080](https://github.com/standardnotes/app/issues/1080)) ([6801c3d](https://github.com/standardnotes/app/commit/6801c3dd3b931d9bfa3987c7867282da63c65266)) * icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c)) - ### Features * add desktop repo ([#1071](https://github.com/standardnotes/app/issues/1071)) ([0b7ce82](https://github.com/standardnotes/app/commit/0b7ce82aaa21018da084149bb52b5c90b2273bc8)) diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 006c8724a..468d835b3 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.1", + "version": "3.22.2", "license": "AGPL-3.0-or-later", "private": true, "repository": { diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index baf472830..b73756e87 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,30 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 3.22.0 (2022-06-10) - +# 3.23.0 (2022-06-14) ### Bug Fixes * icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c)) - ### Features * mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf)) * **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) - - - - -# 3.21.0 (2022-06-10) - +# 3.22.0 (2022-06-10) ### Bug Fixes * icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c)) +### Features + +* mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf)) +* **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) + +# 3.21.0 (2022-06-10) + +### Bug Fixes + +* icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c)) ### Features diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 381f61a71..60ff8f3be 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.22.0", + "version": "3.23.0", "user-version": "3.22.0", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 173df997d..6703d0be1 100644 --- a/packages/web-server/CHANGELOG.md +++ b/packages/web-server/CHANGELOG.md @@ -3,61 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.2.5](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.4...@standardnotes/web-server@1.2.5) (2022-06-11) +## [1.2.6](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.5...@standardnotes/web-server@1.2.6) (2022-06-14) **Note:** Version bump only for package @standardnotes/web-server +## [1.2.5](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.4...@standardnotes/web-server@1.2.5) (2022-06-11) - - +**Note:** Version bump only for package @standardnotes/web-server ## [1.2.4](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.3...@standardnotes/web-server@1.2.4) (2022-06-11) **Note:** Version bump only for package @standardnotes/web-server - - - - ## [1.2.3](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.2...@standardnotes/web-server@1.2.3) (2022-06-11) **Note:** Version bump only for package @standardnotes/web-server - - - - ## [1.2.2](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.1...@standardnotes/web-server@1.2.2) (2022-06-11) **Note:** Version bump only for package @standardnotes/web-server - - - - ## [1.2.1](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.0...@standardnotes/web-server@1.2.1) (2022-06-10) **Note:** Version bump only for package @standardnotes/web-server - - - - # 1.2.0 (2022-06-10) - ### Features * mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf)) * **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) - - - - # 1.1.0 (2022-06-10) - ### Features * mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf)) diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 558a767b1..4f2abaa06 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.5", + "version": "1.2.6", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index aa4d522b3..eefd0ee96 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,23 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.22.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.1...@standardnotes/web@3.22.2) (2022-06-14) + +### Reverts + +* Revert "chore(release): 3.22.3" ([6a2c585](https://github.com/standardnotes/app/commit/6a2c585926b3dd6d6937b1b069fc9fcaf18b64d8)) +* Revert "chore(release): 3.22.4" ([e936d56](https://github.com/standardnotes/app/commit/e936d56f6348b57f5901bd7286e674c00a8cb290)) + +## 3.22.4 (2022-06-14) + +## 3.22.3 (2022-06-14) + +### Bug Fixes + +* files navigation ([#1084](https://github.com/standardnotes/app/issues/1084)) ([5d09057](https://github.com/standardnotes/app/commit/5d090572fe511d008f8b2f9686de5a18db678532)) + ## [3.22.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.0...@standardnotes/web@3.22.1) (2022-06-10) **Note:** Version bump only for package @standardnotes/web - - - - # 3.22.0 (2022-06-10) - ### Bug Fixes * don't deselect active note if in user created view ([#1081](https://github.com/standardnotes/app/issues/1081)) ([2ecfcde](https://github.com/standardnotes/app/commit/2ecfcdecb4a0af20003e4b5c4e0544448f680633)) * dropdown and files button ui ([#1076](https://github.com/standardnotes/app/issues/1076)) ([12f052a](https://github.com/standardnotes/app/commit/12f052a0b202df10ea55351ea4bf6232c2ecb56f)) - ### Features * add desktop repo ([#1071](https://github.com/standardnotes/app/issues/1071)) ([0b7ce82](https://github.com/standardnotes/app/commit/0b7ce82aaa21018da084149bb52b5c90b2273bc8)) @@ -29,19 +38,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * toast package ([#1073](https://github.com/standardnotes/app/issues/1073)) ([6d0b6e9](https://github.com/standardnotes/app/commit/6d0b6e9018b2a612b8df4827336883fe04033128)) * **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023)) - - - - # 3.21.0 (2022-06-10) - ### Bug Fixes * don't deselect active note if in user created view ([#1081](https://github.com/standardnotes/app/issues/1081)) ([2ecfcde](https://github.com/standardnotes/app/commit/2ecfcdecb4a0af20003e4b5c4e0544448f680633)) * dropdown and files button ui ([#1076](https://github.com/standardnotes/app/issues/1076)) ([12f052a](https://github.com/standardnotes/app/commit/12f052a0b202df10ea55351ea4bf6232c2ecb56f)) - ### Features * add desktop repo ([#1071](https://github.com/standardnotes/app/issues/1071)) ([0b7ce82](https://github.com/standardnotes/app/commit/0b7ce82aaa21018da084149bb52b5c90b2273bc8)) diff --git a/packages/web/package.json b/packages/web/package.json index d7c0fb607..b81fe756b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.22.1", + "version": "3.22.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",