mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
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:
parent
6efa5f4522
commit
dd04d7b3b9
11 changed files with 44 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/mobile",
|
||||
"version": "3.58.217",
|
||||
"version": "3.58.218",
|
||||
"author": "Standard Notes.",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue