diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 452675a4d..617a0cb3e 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.9](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.8...@standardnotes/desktop@3.23.9) (2022-06-28) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.8](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.7...@standardnotes/desktop@3.23.8) (2022-06-28) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 3740b2137..fb18992d3 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.8", + "version": "3.23.9", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 65fd603b3..1289e07cd 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.19](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.18...@standardnotes/releases@1.2.19) (2022-06-28) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.18](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.17...@standardnotes/releases@1.2.18) (2022-06-28) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index a62639049..858a51311 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.18", + "version": "1.2.19", "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 07d829722..438859657 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.33](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.32...@standardnotes/web-server@1.2.33) (2022-06-28) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.32](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.31...@standardnotes/web-server@1.2.32) (2022-06-28) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index f59753194..e632fcdfe 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.32", + "version": "1.2.33", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 5e4cd116c..52941f401 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.27.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.26.4...@standardnotes/web@3.27.0) (2022-06-28) + +### Features + +* move search bar to navigation panel ([#1170](https://github.com/standardnotes/app/issues/1170)) ([7b51fa4](https://github.com/standardnotes/app/commit/7b51fa4fa839eae838ab264cdc074b3a0735427a)) + ## [3.26.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.26.3...@standardnotes/web@3.26.4) (2022-06-28) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index 04af4fc47..1cc5b3b32 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.26.4", + "version": "3.27.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",