chore(release): publish

- @standardnotes/desktop@3.23.262
 - @standardnotes/mobile@3.45.10
 - @standardnotes/releases@1.3.192
 - @standardnotes/ui-services@1.10.7
 - @standardnotes/web@3.90.8
This commit is contained in:
StandardNotes CI
2022-10-31 16:29:05 +00:00
parent 8b25c01551
commit 0ab79ec2da
10 changed files with 32 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.
## [3.23.262](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.261...@standardnotes/desktop@3.23.262) (2022-10-31)
**Note:** Version bump only for package @standardnotes/desktop
## [3.23.261](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.260...@standardnotes/desktop@3.23.261) (2022-10-31)
**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.261",
"version": "3.23.262",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,

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.45.10](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.9...@standardnotes/mobile@3.45.10) (2022-10-31)
### Bug Fixes
* **mobile:** decrease iOS deployment target to 13 ([8b25c01](https://github.com/standardnotes/app/commit/8b25c01551ffde67a41d87ae79fd21d46a10eff3))
* **mobile:** increase iOS deployment target to 14 ([50182fa](https://github.com/standardnotes/app/commit/50182fad4ff635fe1c54c8880fb82ef3f3c9c434))
## [3.45.9](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.8...@standardnotes/mobile@3.45.9) (2022-10-31)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.45.9",
"version": "3.45.10",
"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.192](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.191...@standardnotes/releases@1.3.192) (2022-10-31)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.191](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.190...@standardnotes/releases@1.3.191) (2022-10-31)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.3.191",
"version": "1.3.192",
"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.
## [1.10.7](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.10.6...@standardnotes/ui-services@1.10.7) (2022-10-31)
### Bug Fixes
* **web:** support for older browsers like Safari 11 on iOS 13.7 ([fef1bdf](https://github.com/standardnotes/app/commit/fef1bdf7999df8e08240336fbdc94d9e98c167a7))
## [1.10.6](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.10.5...@standardnotes/ui-services@1.10.6) (2022-10-28)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.10.6",
"version": "1.10.7",
"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.90.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.90.7...@standardnotes/web@3.90.8) (2022-10-31)
### Bug Fixes
* **web:** support for older browsers like Safari 11 on iOS 13.7 ([fef1bdf](https://github.com/standardnotes/app/commit/fef1bdf7999df8e08240336fbdc94d9e98c167a7))
## [3.90.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.90.6...@standardnotes/web@3.90.7) (2022-10-31)
**Note:** Version bump only for package @standardnotes/web

View File

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