From cffb516b6e49c9e776129f9d21ac39948b866fa8 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 4 Nov 2025 13:00:23 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/clipper@1.1.559 - @standardnotes/desktop@3.110.164 - @standardnotes/mobile@3.58.222 - @standardnotes/releases@1.4.862 - @standardnotes/snjs@2.211.0 - @standardnotes/web@3.201.0 --- packages/clipper/CHANGELOG.md | 4 ++++ packages/clipper/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/snjs/CHANGELOG.md | 6 ++++++ packages/snjs/package.json | 2 +- packages/web/CHANGELOG.md | 10 ++++++++++ packages/web/CHANGELOG.md.json | 18 ++++++++++++++++++ packages/web/package.json | 2 +- 13 files changed, 56 insertions(+), 6 deletions(-) diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 125126dda..ae637c401 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.559](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.558...@standardnotes/clipper@1.1.559) (2025-11-04) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.558](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.557...@standardnotes/clipper@1.1.558) (2025-10-28) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 4fedbbbaf..2dde404a7 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.558", + "version": "1.1.559", "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 163af0e03..da291ee12 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.110.164](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.200.9...@standardnotes/desktop@3.110.164) (2025-11-04) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.110.163](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.200.8...@standardnotes/desktop@3.110.163) (2025-10-28) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 4b71c46c2..6bce9f97e 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.110.163", + "version": "3.110.164", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index c5ed0142e..1a4475425 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.58.222](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.221...@standardnotes/mobile@3.58.222) (2025-11-04) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.58.221](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.220...@standardnotes/mobile@3.58.221) (2025-10-28) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 9600e3e28..b3c0c95c4 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.58.221", + "version": "3.58.222", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index c105d65c6..fdac6370c 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.862](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.861...@standardnotes/releases@1.4.862) (2025-11-04) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.861](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.860...@standardnotes/releases@1.4.861) (2025-10-28) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 4cac09af8..a444c54d4 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.861", + "version": "1.4.862", "license": "AGPL-3.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 872da73a0..1ee912358 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.211.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.210.0...@standardnotes/snjs@2.211.0) (2025-11-04) + +### Features + +* Show warning modal when Merge local data option is unchecked ([#2953](https://github.com/standardnotes/app/issues/2953)) [skip e2e] ([531cc70](https://github.com/standardnotes/app/commit/531cc7066760732ae882e0901dafce276b17d89f)) + # [2.210.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.209.14...@standardnotes/snjs@2.210.0) (2025-09-25) ### Features diff --git a/packages/snjs/package.json b/packages/snjs/package.json index b563dd2f7..b20486733 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.210.0", + "version": "2.211.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index a00dbde71..5e4bf0b0c 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.201.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.9...@standardnotes/web@3.201.0) (2025-11-04) + +### Bug Fixes + +* Fixes rendering of non-Latin alphabet characters in PDF export ([#2956](https://github.com/standardnotes/app/issues/2956)) [skip e2e] ([11e36e1](https://github.com/standardnotes/app/commit/11e36e1d4cca23fa10ccaabd01877d574b62bf06)), closes [#2948](https://github.com/standardnotes/app/issues/2948) [#2950](https://github.com/standardnotes/app/issues/2950) + +### Features + +* Show warning modal when Merge local data option is unchecked ([#2953](https://github.com/standardnotes/app/issues/2953)) [skip e2e] ([531cc70](https://github.com/standardnotes/app/commit/531cc7066760732ae882e0901dafce276b17d89f)) + ## [3.200.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.8...@standardnotes/web@3.200.9) (2025-10-28) ### Reverts diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 0d299c45d..2e532b0ab 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,23 @@ { "versions": [ + { + "version": "3.201.0", + "title": "[3.201.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.9...@standardnotes/web@3.201.0) (2025-11-04)", + "date": null, + "body": "### Bug Fixes\n\n* Fixes rendering of non-Latin alphabet characters in PDF export ([#2956](https://github.com/standardnotes/app/issues/2956)) [skip e2e] ([11e36e1](https://github.com/standardnotes/app/commit/11e36e1d4cca23fa10ccaabd01877d574b62bf06)), closes [#2948](https://github.com/standardnotes/app/issues/2948) [#2950](https://github.com/standardnotes/app/issues/2950)\n\n### Features\n\n* Show warning modal when Merge local data option is unchecked ([#2953](https://github.com/standardnotes/app/issues/2953)) [skip e2e] ([531cc70](https://github.com/standardnotes/app/commit/531cc7066760732ae882e0901dafce276b17d89f))", + "parsed": { + "_": [ + "Fixes rendering of non-Latin alphabet characters in PDF export (#2956) skip e2e] ([11e36e1), closes #2948 #2950", + "Show warning modal when Merge local data option is unchecked (#2953) skip e2e] ([531cc70)" + ], + "Bug Fixes": [ + "Fixes rendering of non-Latin alphabet characters in PDF export (#2956) skip e2e] ([11e36e1), closes #2948 #2950" + ], + "Features": [ + "Show warning modal when Merge local data option is unchecked (#2953) skip e2e] ([531cc70)" + ] + } + }, { "version": "3.200.9", "title": "[3.200.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.8...@standardnotes/web@3.200.9) (2025-10-28)", diff --git a/packages/web/package.json b/packages/web/package.json index a37261219..6b0768a29 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.200.9", + "version": "3.201.0", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes",