diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 3e2cf7351..50c88f495 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.100.18](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.17...@standardnotes/desktop@3.100.18) (2022-11-22) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.100.17](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.16...@standardnotes/desktop@3.100.17) (2022-11-19) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 35b836e32..5f80c2042 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.100.17", + "version": "3.100.18", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index cfe7b6c1f..da9464b10 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.46.28](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.27...@standardnotes/mobile@3.46.28) (2022-11-22) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.46.27](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.26...@standardnotes/mobile@3.46.27) (2022-11-19) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 82262033b..b35a518bb 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.46.27", + "version": "3.46.28", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index a90b8dfd8..a185b2451 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.254](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.253...@standardnotes/releases@1.3.254) (2022-11-22) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.253](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.252...@standardnotes/releases@1.3.253) (2022-11-19) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 7e681f826..45cbd9210 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.253", + "version": "1.3.254", "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 61f9f572f..cae17c2e6 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.151.8](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.7...@standardnotes/snjs@2.151.8) (2022-11-22) + +### Bug Fixes + +* **snjs:** add handling errors on creating websocket connection ([c5e104f](https://github.com/standardnotes/app/commit/c5e104f90bcd0d494b9d4adc0b27f2f942dfe71c)) + ## [2.151.7](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.6...@standardnotes/snjs@2.151.7) (2022-11-18) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 267383af8..0264261da 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.151.7", + "version": "2.151.8", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index d61bb09be..da715edcc 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.104.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.104.0...@standardnotes/web@3.104.1) (2022-11-22) + +**Note:** Version bump only for package @standardnotes/web + # [3.104.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.103.2...@standardnotes/web@3.104.0) (2022-11-19) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 48d7241e0..d31f3a23c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.104.0", + "version": "3.104.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",