diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 9c5008da4..d3b5221e0 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.79](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.78...@standardnotes/clipper@1.1.79) (2023-07-10) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.78](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.77...@standardnotes/clipper@1.1.78) (2023-07-10) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index a91bd23c1..52ce92fe5 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.78", + "version": "1.1.79", "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 22b989d5a..5dc8adff8 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.10](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.165.9...@standardnotes/desktop@3.108.10) (2023-07-10) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.9](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.165.8...@standardnotes/desktop@3.108.9) (2023-07-10) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 6145031bb..a91a2f993 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.9", + "version": "3.108.10", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 1eb42ee06..219dbcf92 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.54.14](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.54.13...@standardnotes/mobile@3.54.14) (2023-07-10) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.54.13](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.54.12...@standardnotes/mobile@3.54.13) (2023-07-10) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 9dd476173..e5d32dce0 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.54.13", + "version": "3.54.14", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index b38c85ab4..af2a10eb0 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.356](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.355...@standardnotes/releases@1.4.356) (2023-07-10) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.355](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.354...@standardnotes/releases@1.4.355) (2023-07-10) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 199d27b4d..48add4e69 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.355", + "version": "1.4.356", "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 3064852ae..8794f73bf 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.165.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.165.9...@standardnotes/web@3.165.10) (2023-07-10) + +### Bug Fixes + +* Fixed issue where files would not download correctly on mobile if they had special characters in the name ([de6994f](https://github.com/standardnotes/app/commit/de6994f74326b34c485297f984cad51e10d89df6)) + ## [3.165.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.165.8...@standardnotes/web@3.165.9) (2023-07-10) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 0216ae880..9b32814b6 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.165.10", + "title": "[3.165.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.165.9...@standardnotes/web@3.165.10) (2023-07-10)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where files would not download correctly on mobile if they had special characters in the name ([de6994f](https://github.com/standardnotes/app/commit/de6994f74326b34c485297f984cad51e10d89df6))", + "parsed": { + "_": [ + "Fixed issue where files would not download correctly on mobile if they had special characters in the name (de6994f)" + ], + "Bug Fixes": [ + "Fixed issue where files would not download correctly on mobile if they had special characters in the name (de6994f)" + ] + } + }, { "version": "3.165.9", "title": "[3.165.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.165.8...@standardnotes/web@3.165.9) (2023-07-10)", diff --git a/packages/web/package.json b/packages/web/package.json index 51335502a..753159275 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.165.9", + "version": "3.165.10", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",