chore(release): publish

- @standardnotes/desktop@3.23.138
 - @standardnotes/mobile@3.35.6
 - @standardnotes/releases@1.3.61
 - @standardnotes/web@3.50.6
This commit is contained in:
StandardNotes CI
2022-09-21 15:42:20 +00:00
parent 581a08cd09
commit 766548f12d
8 changed files with 25 additions and 4 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.
## [3.23.138](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.137...@standardnotes/desktop@3.23.138) (2022-09-21)
**Note:** Version bump only for package @standardnotes/desktop
## [3.23.137](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.136...@standardnotes/desktop@3.23.137) (2022-09-21)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.23.137",
"version": "3.23.138",
"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.
## [3.35.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.35.5...@standardnotes/mobile@3.35.6) (2022-09-21)
### Bug Fixes
* iOS webview window size and padding ([#1605](https://github.com/standardnotes/app/issues/1605)) ([1ae64dc](https://github.com/standardnotes/app/commit/1ae64dcac4cc714f8931b2301fce1cb802570862))
## [3.35.5](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.35.4...@standardnotes/mobile@3.35.5) (2022-09-21)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.35.5",
"version": "3.35.6",
"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.3.61](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.60...@standardnotes/releases@1.3.61) (2022-09-21)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.60](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.59...@standardnotes/releases@1.3.60) (2022-09-21)
**Note:** Version bump only for package @standardnotes/releases

View File

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

View File

@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.50.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.50.5...@standardnotes/web@3.50.6) (2022-09-21)
### Bug Fixes
* revert webview alert changes ([#1606](https://github.com/standardnotes/app/issues/1606)) ([ee0d444](https://github.com/standardnotes/app/commit/ee0d44405d14505e043aae2c63848bae1c14f1c3))
* tag input auto-submitting when pressing space ([#1608](https://github.com/standardnotes/app/issues/1608)) ([581a08c](https://github.com/standardnotes/app/commit/581a08cd09e02354676d9c14058475e71be05175))
## [3.50.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.50.4...@standardnotes/web@3.50.5) (2022-09-21)
### Bug Fixes

View File

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