chore(release): publish

- @standardnotes/clipper@1.1.480
 - @standardnotes/desktop@3.110.84
 - @standardnotes/mobile@3.58.139
 - @standardnotes/releases@1.4.777
 - @standardnotes/snjs@2.209.4
 - @standardnotes/ui-services@1.38.0
 - @standardnotes/web@3.195.2
This commit is contained in:
StandardNotes CI 2024-09-09 15:32:31 +00:00
parent 346ecff759
commit f2b5ab76d9
No known key found for this signature in database
GPG Key ID: 2D9915D52FD9CAD9
15 changed files with 48 additions and 7 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.480](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.479...@standardnotes/clipper@1.1.480) (2024-09-09)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.479](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.478...@standardnotes/clipper@1.1.479) (2024-07-17)
**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.479",
"version": "1.1.480",
"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.84](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.195.1...@standardnotes/desktop@3.110.84) (2024-09-09)
**Note:** Version bump only for package @standardnotes/desktop
## [3.110.83](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.195.0...@standardnotes/desktop@3.110.83) (2024-07-17)
**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.83",
"version": "3.110.84",
"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.139](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.138...@standardnotes/mobile@3.58.139) (2024-09-09)
**Note:** Version bump only for package @standardnotes/mobile
## [3.58.138](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.137...@standardnotes/mobile@3.58.138) (2024-07-17)
**Note:** Version bump only for package @standardnotes/mobile

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.58.138",
"version": "3.58.139",
"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.777](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.776...@standardnotes/releases@1.4.777) (2024-09-09)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.776](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.775...@standardnotes/releases@1.4.776) (2024-07-17)
**Note:** Version bump only for package @standardnotes/releases

View File

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

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.
## [2.209.4](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.209.3...@standardnotes/snjs@2.209.4) (2024-09-09)
**Note:** Version bump only for package @standardnotes/snjs
## [2.209.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.209.2...@standardnotes/snjs@2.209.3) (2024-05-22)
**Note:** Version bump only for package @standardnotes/snjs

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.209.3",
"version": "2.209.4",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

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.
# [1.38.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.37.18...@standardnotes/ui-services@1.38.0) (2024-09-09)
### Features
* add 10 minute option in LockInterval ([#2879](https://github.com/standardnotes/app/issues/2879)) ([346ecff](https://github.com/standardnotes/app/commit/346ecff759968742c565b20bf2d3a184cfa3e74b))
## [1.37.18](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.37.17...@standardnotes/ui-services@1.37.18) (2024-06-22)
**Note:** Version bump only for package @standardnotes/ui-services

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.37.18",
"version": "1.38.0",
"engines": {
"node": ">=16.0.0 <17.0.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.
## [3.195.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.195.1...@standardnotes/web@3.195.2) (2024-09-09)
**Note:** Version bump only for package @standardnotes/web
## [3.195.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.195.0...@standardnotes/web@3.195.1) (2024-07-17)
**Note:** Version bump only for package @standardnotes/web

View File

@ -1,5 +1,16 @@
{
"versions": [
{
"version": "3.195.2",
"title": "[3.195.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.195.1...@standardnotes/web@3.195.2) (2024-09-09)",
"date": null,
"body": "**Note:** Version bump only for package @standardnotes/web",
"parsed": {
"_": [
"Note: Version bump only for package @standardnotes/web"
]
}
},
{
"version": "3.195.1",
"title": "[3.195.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.195.0...@standardnotes/web@3.195.1) (2024-07-17)",

View File

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