chore(release): publish

- @standardnotes/clipper@1.1.24
 - @standardnotes/desktop@3.106.33
 - @standardnotes/icons@1.11.0
 - @standardnotes/mobile@3.53.33
 - @standardnotes/releases@1.4.301
 - @standardnotes/toast@1.3.31
 - @standardnotes/ui-services@1.26.10
 - @standardnotes/web@3.160.0
This commit is contained in:
StandardNotes CI 2023-05-17 14:44:08 +00:00
parent e5c580deab
commit 240bf669a1
No known key found for this signature in database
GPG Key ID: 2D9915D52FD9CAD9
17 changed files with 58 additions and 8 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.24](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.23...@standardnotes/clipper@1.1.24) (2023-05-17)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.23](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.22...@standardnotes/clipper@1.1.23) (2023-05-16)
**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.23",
"version": "1.1.24",
"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.106.33](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.159.17...@standardnotes/desktop@3.106.33) (2023-05-17)
**Note:** Version bump only for package @standardnotes/desktop
## [3.106.32](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.159.16...@standardnotes/desktop@3.106.32) (2023-05-16)
**Note:** Version bump only for package @standardnotes/desktop

View File

@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.106.32",
"version": "3.106.33",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,

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.11.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.10.11...@standardnotes/icons@1.11.0) (2023-05-17)
### Features
* Preferences view layout on mobile has been updated, and can be dismissed by swiping from the right ([e5c580d](https://github.com/standardnotes/app/commit/e5c580deab14a5fb8bea59560d230c22ccc307d4))
## [1.10.11](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.10.10...@standardnotes/icons@1.10.11) (2023-05-16)
**Note:** Version bump only for package @standardnotes/icons

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/icons",
"version": "1.10.11",
"version": "1.11.0",
"private": true,
"main": "dist/index.js",
"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.
## [3.53.33](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.32...@standardnotes/mobile@3.53.33) (2023-05-17)
**Note:** Version bump only for package @standardnotes/mobile
## [3.53.32](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.31...@standardnotes/mobile@3.53.32) (2023-05-16)
**Note:** Version bump only for package @standardnotes/mobile

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.53.32",
"version": "3.53.33",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0-or-later",

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.301](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.300...@standardnotes/releases@1.4.301) (2023-05-17)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.300](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.299...@standardnotes/releases@1.4.300) (2023-05-16)
**Note:** Version bump only for package @standardnotes/releases

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.300",
"version": "1.4.301",
"license": "AGPL-3.0-or-later",
"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.
## [1.3.31](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.30...@standardnotes/toast@1.3.31) (2023-05-17)
**Note:** Version bump only for package @standardnotes/toast
## [1.3.30](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.29...@standardnotes/toast@1.3.30) (2023-05-16)
**Note:** Version bump only for package @standardnotes/toast

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/toast",
"version": "1.3.30",
"version": "1.3.31",
"private": true,
"main": "./src/index.ts",
"scripts": {

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.26.10](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.26.9...@standardnotes/ui-services@1.26.10) (2023-05-17)
**Note:** Version bump only for package @standardnotes/ui-services
## [1.26.9](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.26.8...@standardnotes/ui-services@1.26.9) (2023-05-16)
**Note:** Version bump only for package @standardnotes/ui-services

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.26.9",
"version": "1.26.10",
"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.
# [3.160.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.17...@standardnotes/web@3.160.0) (2023-05-17)
### Features
* Preferences view layout on mobile has been updated, and can be dismissed by swiping from the right ([e5c580d](https://github.com/standardnotes/app/commit/e5c580deab14a5fb8bea59560d230c22ccc307d4))
## [3.159.17](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.16...@standardnotes/web@3.159.17) (2023-05-16)
**Note:** Version bump only for package @standardnotes/web

View File

@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.160.0",
"title": "[3.160.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.17...@standardnotes/web@3.160.0) (2023-05-17)",
"date": null,
"body": "### Features\n\n* Preferences view layout on mobile has been updated, and can be dismissed by swiping from the right ([e5c580d](https://github.com/standardnotes/app/commit/e5c580deab14a5fb8bea59560d230c22ccc307d4))",
"parsed": {
"_": [
"Preferences view layout on mobile has been updated, and can be dismissed by swiping from the right (e5c580d)"
],
"Features": [
"Preferences view layout on mobile has been updated, and can be dismissed by swiping from the right (e5c580d)"
]
}
},
{
"version": "3.159.17",
"title": "[3.159.17](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.16...@standardnotes/web@3.159.17) (2023-05-16)",

View File

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