diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 5c53f6dbe..edd2d14dd 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.104.20](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.124.0...@standardnotes/desktop@3.104.20) (2022-12-08) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.19](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.123.1...@standardnotes/desktop@3.104.19) (2022-12-08) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index f9d2118e2..4e97f2a6b 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.104.19", + "version": "3.104.20", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 99aea3ed4..d80580306 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.49.19](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.18...@standardnotes/mobile@3.49.19) (2022-12-08) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.18](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.17...@standardnotes/mobile@3.49.18) (2022-12-08) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 6312b6749..3b1883d50 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.18", + "version": "3.49.19", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index cf17a1447..b90743bb9 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.43](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.42...@standardnotes/releases@1.4.43) (2022-12-08) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.42](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.41...@standardnotes/releases@1.4.42) (2022-12-08) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index ac5aa686d..e1ebd5328 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.42", + "version": "1.4.43", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 9a9be4f45..9c6dee9fd 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.125.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.124.0...@standardnotes/web@3.125.0) (2022-12-08) + +### Features + +* Added "Open" button to file upload success notification ([#2091](https://github.com/standardnotes/app/issues/2091)) ([220f626](https://github.com/standardnotes/app/commit/220f62665e6daa18020b410b893207eccdfd0b67)) + # [3.124.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.123.1...@standardnotes/web@3.124.0) (2022-12-08) ### Features diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index fdc9dd39e..8bd5bf2ec 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.125.0", + "title": "[3.125.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.124.0...@standardnotes/web@3.125.0) (2022-12-08)", + "date": null, + "body": "### Features\n\n* Added \"Open\" button to file upload success notification ([#2091](https://github.com/standardnotes/app/issues/2091)) ([220f626](https://github.com/standardnotes/app/commit/220f62665e6daa18020b410b893207eccdfd0b67))", + "parsed": { + "_": [ + "Added \"Open\" button to file upload success notification (#2091) (220f626)" + ], + "Features": [ + "Added \"Open\" button to file upload success notification (#2091) (220f626)" + ] + } + }, { "version": "3.124.0", "title": "[3.124.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.123.1...@standardnotes/web@3.124.0) (2022-12-08)", diff --git a/packages/web/package.json b/packages/web/package.json index 7f45d2d4d..f87d3349c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.124.0", + "version": "3.125.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",