chore(release): publish

- @standardnotes/clipper@1.1.555
 - @standardnotes/desktop@3.110.160
 - @standardnotes/mobile@3.58.218
 - @standardnotes/releases@1.4.858
 - @standardnotes/web@3.200.6
This commit is contained in:
StandardNotes CI 2025-10-27 23:42:31 +00:00
parent 6efa5f4522
commit dd04d7b3b9
No known key found for this signature in database
GPG key ID: 2D9915D52FD9CAD9
11 changed files with 44 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.555](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.554...@standardnotes/clipper@1.1.555) (2025-10-27)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.554](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.553...@standardnotes/clipper@1.1.554) (2025-10-22)
**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.554",
"version": "1.1.555",
"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.160](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.200.5...@standardnotes/desktop@3.110.160) (2025-10-27)
**Note:** Version bump only for package @standardnotes/desktop
## [3.110.159](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.200.4...@standardnotes/desktop@3.110.159) (2025-10-22)
**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.159",
"version": "3.110.160",
"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.218](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.217...@standardnotes/mobile@3.58.218) (2025-10-27)
**Note:** Version bump only for package @standardnotes/mobile
## [3.58.217](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.216...@standardnotes/mobile@3.58.217) (2025-10-22)
### Bug Fixes

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.58.217",
"version": "3.58.218",
"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.858](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.857...@standardnotes/releases@1.4.858) (2025-10-27)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.857](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.856...@standardnotes/releases@1.4.857) (2025-10-22)
**Note:** Version bump only for package @standardnotes/releases

View file

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

View file

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.200.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.5...@standardnotes/web@3.200.6) (2025-10-27)
### Bug Fixes
* Fixes dividers not rendered in Super PDF exports ([#2949](https://github.com/standardnotes/app/issues/2949)) ([9d79bbf](https://github.com/standardnotes/app/commit/9d79bbfeb012c854da738dac765787d19cd26513))
* Fixes rendering of non-Latin alphabet characters in PDF export ([#2948](https://github.com/standardnotes/app/issues/2948)) ([8af986a](https://github.com/standardnotes/app/commit/8af986a0b11ed4dc3d098f070f2bf70467a3bbb2))
## [3.200.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.4...@standardnotes/web@3.200.5) (2025-10-22)
**Note:** Version bump only for package @standardnotes/web

View file

@ -1,5 +1,21 @@
{
"versions": [
{
"version": "3.200.6",
"title": "[3.200.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.5...@standardnotes/web@3.200.6) (2025-10-27)",
"date": null,
"body": "### Bug Fixes\n\n* Fixes dividers not rendered in Super PDF exports ([#2949](https://github.com/standardnotes/app/issues/2949)) ([9d79bbf](https://github.com/standardnotes/app/commit/9d79bbfeb012c854da738dac765787d19cd26513))\n* Fixes rendering of non-Latin alphabet characters in PDF export ([#2948](https://github.com/standardnotes/app/issues/2948)) ([8af986a](https://github.com/standardnotes/app/commit/8af986a0b11ed4dc3d098f070f2bf70467a3bbb2))",
"parsed": {
"_": [
"Fixes dividers not rendered in Super PDF exports (#2949) (9d79bbf)",
"Fixes rendering of non-Latin alphabet characters in PDF export (#2948) (8af986a)"
],
"Bug Fixes": [
"Fixes dividers not rendered in Super PDF exports (#2949) (9d79bbf)",
"Fixes rendering of non-Latin alphabet characters in PDF export (#2948) (8af986a)"
]
}
},
{
"version": "3.200.5",
"title": "[3.200.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.4...@standardnotes/web@3.200.5) (2025-10-22)",

View file

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