Skip to content

Commit add5250

Browse files
committed
chore(release): publish
- @standardnotes/clipper@1.1.553 - @standardnotes/desktop@3.110.158 - @standardnotes/mobile@3.58.216 - @standardnotes/releases@1.4.856 - @standardnotes/web@3.200.4
1 parent 1a206d1 commit add5250

11 files changed

Lines changed: 41 additions & 5 deletions

File tree

packages/clipper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.553](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.552...@standardnotes/clipper@1.1.553) (2025-10-13)
7+
8+
**Note:** Version bump only for package @standardnotes/clipper
9+
610
## [1.1.552](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.551...@standardnotes/clipper@1.1.552) (2025-09-29)
711

812
**Note:** Version bump only for package @standardnotes/clipper

packages/clipper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@standardnotes/clipper",
33
"description": "Web clipper browser extension for Standard Notes",
4-
"version": "1.1.552",
4+
"version": "1.1.553",
55
"private": true,
66
"scripts": {
77
"build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js",

packages/desktop/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.110.158](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.200.3...@standardnotes/desktop@3.110.158) (2025-10-13)
7+
8+
**Note:** Version bump only for package @standardnotes/desktop
9+
610
## [3.110.157](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.200.2...@standardnotes/desktop@3.110.157) (2025-09-29)
711

812
**Note:** Version bump only for package @standardnotes/desktop

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@standardnotes/desktop",
33
"main": "./app/dist/index.js",
4-
"version": "3.110.157",
4+
"version": "3.110.158",
55
"license": "AGPL-3.0",
66
"author": "Standard Notes.",
77
"private": true,

packages/mobile/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.58.216](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.215...@standardnotes/mobile@3.58.216) (2025-10-13)
7+
8+
**Note:** Version bump only for package @standardnotes/mobile
9+
610
## [3.58.215](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.214...@standardnotes/mobile@3.58.215) (2025-09-29)
711

812
**Note:** Version bump only for package @standardnotes/mobile

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standardnotes/mobile",
3-
"version": "3.58.215",
3+
"version": "3.58.216",
44
"author": "Standard Notes.",
55
"private": true,
66
"license": "AGPL-3.0",

packages/releases/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.856](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.855...@standardnotes/releases@1.4.856) (2025-10-13)
7+
8+
**Note:** Version bump only for package @standardnotes/releases
9+
610
## [1.4.855](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.854...@standardnotes/releases@1.4.855) (2025-09-29)
711

812
**Note:** Version bump only for package @standardnotes/releases

packages/releases/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standardnotes/releases",
3-
"version": "1.4.855",
3+
"version": "1.4.856",
44
"license": "AGPL-3.0",
55
"main": "dist/releases.json",
66
"types": "dist/index.d.ts",

packages/web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.200.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.3...@standardnotes/web@3.200.4) (2025-10-13)
7+
8+
### Bug Fixes
9+
10+
* Fixes pasting from Google Docs always uses bold font ([#2941](https://github.com/standardnotes/app/issues/2941)) ([bc7c792](https://github.com/standardnotes/app/commit/bc7c792570eb4ddce448f2d48aad4c9bcf9a08b9))
11+
612
## [3.200.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.2...@standardnotes/web@3.200.3) (2025-09-29)
713

814
**Note:** Version bump only for package @standardnotes/web

packages/web/CHANGELOG.md.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.200.4",
5+
"title": "[3.200.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.3...@standardnotes/web@3.200.4) (2025-10-13)",
6+
"date": null,
7+
"body": "### Bug Fixes\n\n* Fixes pasting from Google Docs always uses bold font ([#2941](https://github.com/standardnotes/app/issues/2941)) ([bc7c792](https://github.com/standardnotes/app/commit/bc7c792570eb4ddce448f2d48aad4c9bcf9a08b9))",
8+
"parsed": {
9+
"_": [
10+
"Fixes pasting from Google Docs always uses bold font (#2941) (bc7c792)"
11+
],
12+
"Bug Fixes": [
13+
"Fixes pasting from Google Docs always uses bold font (#2941) (bc7c792)"
14+
]
15+
}
16+
},
317
{
418
"version": "3.200.3",
519
"title": "[3.200.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.200.2...@standardnotes/web@3.200.3) (2025-09-29)",

0 commit comments

Comments
 (0)