Skip to content

Commit ca234cd

Browse files
committed
chore(release): publish
- @standardnotes/clipper@1.1.503 - @standardnotes/desktop@3.110.108 - @standardnotes/filepicker@1.28.126 - @standardnotes/mobile@3.58.163 - @standardnotes/releases@1.4.802 - @standardnotes/ui-services@1.38.3 - @standardnotes/web@3.195.25
1 parent 800335c commit ca234cd

File tree

15 files changed

+55
-7
lines changed

15 files changed

+55
-7
lines changed

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.503](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.502...@standardnotes/clipper@1.1.503) (2025-01-31)
7+
8+
**Note:** Version bump only for package @standardnotes/clipper
9+
610
## [1.1.502](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.501...@standardnotes/clipper@1.1.502) (2025-01-21)
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.502",
4+
"version": "1.1.503",
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.108](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.195.24...@standardnotes/desktop@3.110.108) (2025-01-31)
7+
8+
**Note:** Version bump only for package @standardnotes/desktop
9+
610
## [3.110.107](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.195.23...@standardnotes/desktop@3.110.107) (2025-01-21)
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.107",
4+
"version": "3.110.108",
55
"license": "AGPL-3.0",
66
"author": "Standard Notes.",
77
"private": true,

packages/filepicker/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+
## [1.28.126](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.125...@standardnotes/filepicker@1.28.126) (2025-01-31)
7+
8+
### Bug Fixes
9+
10+
* Fix downloads silently failing on Android ([42aedcd](https://github.com/standardnotes/app/commit/42aedcdf84503a57946ad0e5faf65adc55bc0008))
11+
612
## [1.28.125](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.124...@standardnotes/filepicker@1.28.125) (2024-05-07)
713

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

packages/filepicker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standardnotes/filepicker",
3-
"version": "1.28.125",
3+
"version": "1.28.126",
44
"engines": {
55
"node": ">=16.0.0 <17.0.0"
66
},

packages/mobile/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.58.163](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.162...@standardnotes/mobile@3.58.163) (2025-01-31)
7+
8+
### Bug Fixes
9+
10+
* Fix "Share" option not working on Android ([e525db6](https://github.com/standardnotes/app/commit/e525db61d39dc6df331822bdd8874d8d067a46ad))
11+
612
## [3.58.162](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.161...@standardnotes/mobile@3.58.162) (2025-01-21)
713

814
**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.162",
3+
"version": "3.58.163",
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.802](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.801...@standardnotes/releases@1.4.802) (2025-01-31)
7+
8+
**Note:** Version bump only for package @standardnotes/releases
9+
610
## [1.4.801](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.800...@standardnotes/releases@1.4.801) (2025-01-21)
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.801",
3+
"version": "1.4.802",
44
"license": "AGPL-3.0",
55
"main": "dist/releases.json",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)