chore(release): publish

- @standardnotes/clipper@1.1.124
 - @standardnotes/desktop@3.108.55
 - @standardnotes/mobile@3.56.35
 - @standardnotes/releases@1.4.407
 - @standardnotes/web@3.167.22
This commit is contained in:
StandardNotes CI
2023-07-29 17:42:06 +00:00
parent c42afa45b4
commit 50452ff6ca
11 changed files with 41 additions and 5 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.124](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.123...@standardnotes/clipper@1.1.124) (2023-07-29)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.123](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.122...@standardnotes/clipper@1.1.123) (2023-07-29)
**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.123",
"version": "1.1.124",
"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.108.55](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.167.21...@standardnotes/desktop@3.108.55) (2023-07-29)
**Note:** Version bump only for package @standardnotes/desktop
## [3.108.54](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.167.20...@standardnotes/desktop@3.108.54) (2023-07-29)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.108.54",
"version": "3.108.55",
"license": "AGPL-3.0-or-later",
"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.56.35](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.34...@standardnotes/mobile@3.56.35) (2023-07-29)
**Note:** Version bump only for package @standardnotes/mobile
## [3.56.34](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.33...@standardnotes/mobile@3.56.34) (2023-07-29)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.56.34",
"version": "3.56.35",
"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.407](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.406...@standardnotes/releases@1.4.407) (2023-07-29)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.406](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.405...@standardnotes/releases@1.4.406) (2023-07-29)
**Note:** Version bump only for package @standardnotes/releases

View File

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

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.167.22](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.21...@standardnotes/web@3.167.22) (2023-07-29)
### Bug Fixes
* Fixed issue where autocapitalization wouldn't work on iOS for newly created Super notes ([c42afa4](https://github.com/standardnotes/app/commit/c42afa45b42f6d4afcc120cd053ceff14fe2089e))
## [3.167.21](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.20...@standardnotes/web@3.167.21) (2023-07-29)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.167.22",
"title": "[3.167.22](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.21...@standardnotes/web@3.167.22) (2023-07-29)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where autocapitalization wouldn't work on iOS for newly created Super notes ([c42afa4](https://github.com/standardnotes/app/commit/c42afa45b42f6d4afcc120cd053ceff14fe2089e))",
"parsed": {
"_": [
"Fixed issue where autocapitalization wouldn't work on iOS for newly created Super notes (c42afa4)"
],
"Bug Fixes": [
"Fixed issue where autocapitalization wouldn't work on iOS for newly created Super notes (c42afa4)"
]
}
},
{
"version": "3.167.21",
"title": "[3.167.21](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.20...@standardnotes/web@3.167.21) (2023-07-29)",

View File

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