chore(release): publish

- @standardnotes/clipper@1.1.571
 - @standardnotes/desktop@3.110.176
 - @standardnotes/mobile@3.58.236
 - @standardnotes/releases@1.4.876
 - @standardnotes/web@3.201.12
This commit is contained in:
StandardNotes CI
2026-02-05 14:32:17 +00:00
parent e63be048f4
commit b9f0a92e8a
11 changed files with 41 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.571](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.570...@standardnotes/clipper@1.1.571) (2026-02-05)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.570](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.569...@standardnotes/clipper@1.1.570) (2026-02-05)
**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.570",
"version": "1.1.571",
"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.176](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.110.175...@standardnotes/desktop@3.110.176) (2026-02-05)
**Note:** Version bump only for package @standardnotes/desktop
## [3.110.175](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.201.10...@standardnotes/desktop@3.110.175) (2026-02-05)
**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.175",
"version": "3.110.176",
"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.236](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.235...@standardnotes/mobile@3.58.236) (2026-02-05)
**Note:** Version bump only for package @standardnotes/mobile
## [3.58.235](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.234...@standardnotes/mobile@3.58.235) (2026-02-05)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.58.235",
"version": "3.58.236",
"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.876](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.875...@standardnotes/releases@1.4.876) (2026-02-05)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.875](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.874...@standardnotes/releases@1.4.875) (2026-02-05)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.875",
"version": "1.4.876",
"license": "AGPL-3.0",
"main": "dist/releases.json",
"types": "dist/index.d.ts",

View File

@@ -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.201.12](https://github.com/standardnotes/app/compare/@standardnotes/web@3.201.11...@standardnotes/web@3.201.12) (2026-02-05)
### Bug Fixes
* Keeps note active even if it's not on the current view when coming from command palette ([#2979](https://github.com/standardnotes/app/issues/2979)) [skip e2e] ([e63be04](https://github.com/standardnotes/app/commit/e63be048f491ecf5d216b50548032b339df33199))
## [3.201.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.201.10...@standardnotes/web@3.201.11) (2026-02-05)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.201.12",
"title": "[3.201.12](https://github.com/standardnotes/app/compare/@standardnotes/web@3.201.11...@standardnotes/web@3.201.12) (2026-02-05)",
"date": null,
"body": "### Bug Fixes\n\n* Keeps note active even if it's not on the current view when coming from command palette ([#2979](https://github.com/standardnotes/app/issues/2979)) [skip e2e] ([e63be04](https://github.com/standardnotes/app/commit/e63be048f491ecf5d216b50548032b339df33199))",
"parsed": {
"_": [
"Keeps note active even if it's not on the current view when coming from command palette (#2979) skip e2e] ([e63be04)"
],
"Bug Fixes": [
"Keeps note active even if it's not on the current view when coming from command palette (#2979) skip e2e] ([e63be04)"
]
}
},
{
"version": "3.201.11",
"title": "[3.201.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.201.10...@standardnotes/web@3.201.11) (2026-02-05)",

View File

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