chore(release): publish

- @standardnotes/clipper@1.1.578
 - @standardnotes/desktop@3.110.183
 - @standardnotes/mobile@3.58.243
 - @standardnotes/releases@1.4.883
 - @standardnotes/web@3.201.19
This commit is contained in:
StandardNotes CI
2026-02-24 16:09:15 +00:00
parent ff58de30fb
commit 15e4e8caa2
11 changed files with 59 additions and 5 deletions

View File

@@ -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.578](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.577...@standardnotes/clipper@1.1.578) (2026-02-24)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.577](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.576...@standardnotes/clipper@1.1.577) (2026-02-07)
**Note:** Version bump only for package @standardnotes/clipper

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/clipper",
"description": "Web clipper browser extension for Standard Notes",
"version": "1.1.577",
"version": "1.1.578",
"private": true,
"scripts": {
"build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js",

View File

@@ -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.183](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.201.18...@standardnotes/desktop@3.110.183) (2026-02-24)
**Note:** Version bump only for package @standardnotes/desktop
## [3.110.182](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.201.17...@standardnotes/desktop@3.110.182) (2026-02-07)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.110.182",
"version": "3.110.183",
"license": "AGPL-3.0",
"author": "Standard Notes.",
"private": true,

View File

@@ -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.243](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.242...@standardnotes/mobile@3.58.243) (2026-02-24)
**Note:** Version bump only for package @standardnotes/mobile
## [3.58.242](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.241...@standardnotes/mobile@3.58.242) (2026-02-07)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.58.242",
"version": "3.58.243",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0",

View File

@@ -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.883](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.882...@standardnotes/releases@1.4.883) (2026-02-24)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.882](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.881...@standardnotes/releases@1.4.882) (2026-02-07)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.882",
"version": "1.4.883",
"repository": {
"type": "git",
"url": "https://github.com/standardnotes/app",

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.201.19](https://github.com/standardnotes/app/compare/@standardnotes/web@3.201.18...@standardnotes/web@3.201.19) (2026-02-24)
### Bug Fixes
* Fixes Import button staying disabled after untoggling option to add notes to a tag ([#2981](https://github.com/standardnotes/app/issues/2981)) ([75c3e2e](https://github.com/standardnotes/app/commit/75c3e2e6fd2e992d6e1e8c82e52678b0c750e623))
* Fixes lists left margin on Super editor on mobile ([#2983](https://github.com/standardnotes/app/issues/2983)) ([0c4ce38](https://github.com/standardnotes/app/commit/0c4ce38aa4caf8cbfd23a339e5bffff771e877f7))
* Fixes multiple selection checkbox not working when only one note is selected ([99c7cb9](https://github.com/standardnotes/app/commit/99c7cb92b5e5d08000e24908e735ef02f9059990))
* Fixes unselecting note deactivating multiple selection note when there is only one selected note left ([36f973a](https://github.com/standardnotes/app/commit/36f973aa3fdd7f79767d4da8e443dd3504e24f8f))
* Prevents note list from switching to a different note when opening a note not in the current folder from the command palette ([#2986](https://github.com/standardnotes/app/issues/2986)) ([ff58de3](https://github.com/standardnotes/app/commit/ff58de30fb4d8093f5056b5c4789163e81edf632))
* Redirect to app after creating account ([#2984](https://github.com/standardnotes/app/issues/2984)) ([f4c64b8](https://github.com/standardnotes/app/commit/f4c64b8db2e5a51547182b67436aff7c2a23c3ad))
* Render line breaks properly on Super editor Show markdown ([#2982](https://github.com/standardnotes/app/issues/2982)) ([6b15118](https://github.com/standardnotes/app/commit/6b151187189a88774d439e6cfd7204207e26c3f8))
## [3.201.18](https://github.com/standardnotes/app/compare/@standardnotes/web@3.201.17...@standardnotes/web@3.201.18) (2026-02-07)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,31 @@
{
"versions": [
{
"version": "3.201.19",
"title": "[3.201.19](https://github.com/standardnotes/app/compare/@standardnotes/web@3.201.18...@standardnotes/web@3.201.19) (2026-02-24)",
"date": null,
"body": "### Bug Fixes\n\n* Fixes Import button staying disabled after untoggling option to add notes to a tag ([#2981](https://github.com/standardnotes/app/issues/2981)) ([75c3e2e](https://github.com/standardnotes/app/commit/75c3e2e6fd2e992d6e1e8c82e52678b0c750e623))\n* Fixes lists left margin on Super editor on mobile ([#2983](https://github.com/standardnotes/app/issues/2983)) ([0c4ce38](https://github.com/standardnotes/app/commit/0c4ce38aa4caf8cbfd23a339e5bffff771e877f7))\n* Fixes multiple selection checkbox not working when only one note is selected ([99c7cb9](https://github.com/standardnotes/app/commit/99c7cb92b5e5d08000e24908e735ef02f9059990))\n* Fixes unselecting note deactivating multiple selection note when there is only one selected note left ([36f973a](https://github.com/standardnotes/app/commit/36f973aa3fdd7f79767d4da8e443dd3504e24f8f))\n* Prevents note list from switching to a different note when opening a note not in the current folder from the command palette ([#2986](https://github.com/standardnotes/app/issues/2986)) ([ff58de3](https://github.com/standardnotes/app/commit/ff58de30fb4d8093f5056b5c4789163e81edf632))\n* Redirect to app after creating account ([#2984](https://github.com/standardnotes/app/issues/2984)) ([f4c64b8](https://github.com/standardnotes/app/commit/f4c64b8db2e5a51547182b67436aff7c2a23c3ad))\n* Render line breaks properly on Super editor Show markdown ([#2982](https://github.com/standardnotes/app/issues/2982)) ([6b15118](https://github.com/standardnotes/app/commit/6b151187189a88774d439e6cfd7204207e26c3f8))",
"parsed": {
"_": [
"Fixes Import button staying disabled after untoggling option to add notes to a tag (#2981) (75c3e2e)",
"Fixes lists left margin on Super editor on mobile (#2983) (0c4ce38)",
"Fixes multiple selection checkbox not working when only one note is selected (99c7cb9)",
"Fixes unselecting note deactivating multiple selection note when there is only one selected note left (36f973a)",
"Prevents note list from switching to a different note when opening a note not in the current folder from the command palette (#2986) (ff58de3)",
"Redirect to app after creating account (#2984) (f4c64b8)",
"Render line breaks properly on Super editor Show markdown (#2982) (6b15118)"
],
"Bug Fixes": [
"Fixes Import button staying disabled after untoggling option to add notes to a tag (#2981) (75c3e2e)",
"Fixes lists left margin on Super editor on mobile (#2983) (0c4ce38)",
"Fixes multiple selection checkbox not working when only one note is selected (99c7cb9)",
"Fixes unselecting note deactivating multiple selection note when there is only one selected note left (36f973a)",
"Prevents note list from switching to a different note when opening a note not in the current folder from the command palette (#2986) (ff58de3)",
"Redirect to app after creating account (#2984) (f4c64b8)",
"Render line breaks properly on Super editor Show markdown (#2982) (6b15118)"
]
}
},
{
"version": "3.201.18",
"title": "[3.201.18](https://github.com/standardnotes/app/compare/@standardnotes/web@3.201.17...@standardnotes/web@3.201.18) (2026-02-07)",

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.201.18",
"version": "3.201.19",
"license": "AGPL-3.0",
"main": "dist/app.js",
"author": "Standard Notes.",