diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 496d6381f..8c6e9b16e 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.6.4](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.6.3...@standardnotes/components-meta@2.6.4) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/components-meta + ## [2.6.3](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.6.2...@standardnotes/components-meta@2.6.3) (2022-07-05) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index d6576def0..ffa353fd1 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.6.3", + "version": "2.6.4", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 232429311..4e1564557 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.45](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.44...@standardnotes/desktop@3.23.45) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.44](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.43...@standardnotes/desktop@3.23.44) (2022-07-05) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index fb7b4b6ae..0702d17a5 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.44", + "version": "3.23.45", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index ef179a7f4..bcdf16bda 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/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.49.3](https://github.com/standardnotes/app/compare/@standardnotes/features@1.49.2...@standardnotes/features@1.49.3) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/features + ## [1.49.2](https://github.com/standardnotes/app/compare/@standardnotes/features@1.49.1...@standardnotes/features@1.49.2) (2022-07-05) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index a196cd4f4..0bdb1a856 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.49.2", + "version": "1.49.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index a94c1d818..2ac3f799f 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.27.12](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.27.11...@standardnotes/mobile@3.27.12) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.27.11](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.27.10...@standardnotes/mobile@3.27.11) (2022-07-05) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 5179544de..50b88795c 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.27.11", + "version": "3.27.12", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 0efacea92..e3472a16f 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.59](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.58...@standardnotes/releases@1.2.59) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.58](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.57...@standardnotes/releases@1.2.58) (2022-07-05) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 3cb1565c6..cdcf49c1e 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.58", + "version": "1.2.59", "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 6d230b53f..9d7a86edb 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.67](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.66...@standardnotes/web-server@1.2.67) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.66](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.65...@standardnotes/web-server@1.2.66) (2022-07-05) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index ee6b5990a..960f44a4d 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.66", + "version": "1.2.67", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.",