diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index d4e4f5010..5baa33784 100644 --- a/packages/clipper/CHANGELOG.md +++ b/packages/clipper/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.1.194](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.193...@standardnotes/clipper@1.1.194) (2023-08-28) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.193](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.192...@standardnotes/clipper@1.1.193) (2023-08-27) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 332e167cf..73d445fd7 100644 --- a/packages/clipper/package.json +++ b/packages/clipper/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/clipper", "description": "Web clipper browser extension for Standard Notes", - "version": "1.1.193", + "version": "1.1.194", "private": true, "scripts": { "build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index b9d0dfe29..990498f70 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.108.126](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.171.10...@standardnotes/desktop@3.108.126) (2023-08-28) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.125](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.171.9...@standardnotes/desktop@3.108.125) (2023-08-27) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index a6272ce41..28853a36f 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.108.125", + "version": "3.108.126", "license": "CC BY-NC-SA 4.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index b6d24c880..2f699f1cd 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.56.105](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.171.10...@standardnotes/mobile@3.56.105) (2023-08-28) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.104](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.171.9...@standardnotes/mobile@3.56.104) (2023-08-27) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index a32357a43..3c5a748b5 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.104", + "version": "3.56.105", "author": "Standard Notes.", "private": true, "license": "CC BY-NC-SA 4.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 176a7805e..e4c89bb7c 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.478](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.477...@standardnotes/releases@1.4.478) (2023-08-28) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.477](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.476...@standardnotes/releases@1.4.477) (2023-08-27) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 523b039d4..4cbc26aa8 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.477", + "version": "1.4.478", "license": "CC BY-NC-SA 4.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index dd2213397..6be8fb063 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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.202.59](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.58...@standardnotes/snjs@2.202.59) (2023-08-28) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.202.58](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.57...@standardnotes/snjs@2.202.58) (2023-08-27) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index b39466fee..ff4e17e23 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.58", + "version": "2.202.59", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 4099b2727..8a523b32e 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.171.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.10...@standardnotes/web@3.171.11) (2023-08-28) + +### Bug Fixes + +* Fixed issue where file upload progress was not visible ([2484d78](https://github.com/standardnotes/app/commit/2484d785882fd85efadc4521a80b819528acf16b)) + ## [3.171.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.9...@standardnotes/web@3.171.10) (2023-08-27) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index a4ef03680..a40e47f2c 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.171.11", + "title": "[3.171.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.10...@standardnotes/web@3.171.11) (2023-08-28)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where file upload progress was not visible ([2484d78](https://github.com/standardnotes/app/commit/2484d785882fd85efadc4521a80b819528acf16b))", + "parsed": { + "_": [ + "Fixed issue where file upload progress was not visible (2484d78)" + ], + "Bug Fixes": [ + "Fixed issue where file upload progress was not visible (2484d78)" + ] + } + }, { "version": "3.171.10", "title": "[3.171.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.9...@standardnotes/web@3.171.10) (2023-08-27)", diff --git a/packages/web/package.json b/packages/web/package.json index 0877127a3..02c3a4caf 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.171.10", + "version": "3.171.11", "license": "CC BY-NC-SA 4.0", "main": "dist/app.js", "author": "Standard Notes",