chore(release): publish

- @standardnotes/desktop@3.104.12
 - @standardnotes/mobile@3.49.11
 - @standardnotes/releases@1.4.35
 - @standardnotes/ui-services@1.19.2
 - @standardnotes/web@3.120.2
This commit is contained in:
StandardNotes CI
2022-12-06 01:52:37 +00:00
parent 68bfb2ff68
commit 370aaecfb8
11 changed files with 43 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.104.12](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.120.1...@standardnotes/desktop@3.104.12) (2022-12-06)
**Note:** Version bump only for package @standardnotes/desktop
## [3.104.11](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.120.0...@standardnotes/desktop@3.104.11) (2022-12-05)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.104.11",
"version": "3.104.12",
"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.49.11](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.10...@standardnotes/mobile@3.49.11) (2022-12-06)
### Bug Fixes
* fixed issue where camera was not accessible for Moments on Android ([ffbc984](https://github.com/standardnotes/app/commit/ffbc984c5851f3cd286cd0a832111ba707bbd8f5))
## [3.49.10](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.9...@standardnotes/mobile@3.49.10) (2022-12-05)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.49.10",
"version": "3.49.11",
"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.35](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.34...@standardnotes/releases@1.4.35) (2022-12-06)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.34](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.33...@standardnotes/releases@1.4.34) (2022-12-05)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.34",
"version": "1.4.35",
"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.19.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.1...@standardnotes/ui-services@1.19.2) (2022-12-06)
**Note:** Version bump only for package @standardnotes/ui-services
## [1.19.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.0...@standardnotes/ui-services@1.19.1) (2022-12-05)
**Note:** Version bump only for package @standardnotes/ui-services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.19.1",
"version": "1.19.2",
"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.120.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.1...@standardnotes/web@3.120.2) (2022-12-06)
### Bug Fixes
* fixed issue where popover menus would open with incorrect positioning on desktop ([a66bb08](https://github.com/standardnotes/app/commit/a66bb08c3b715f942480c7006fdea213a0bfc956))
## [3.120.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.0...@standardnotes/web@3.120.1) (2022-12-05)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.120.2",
"title": "[3.120.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.1...@standardnotes/web@3.120.2) (2022-12-06)",
"date": null,
"body": "### Bug Fixes\n\n* fixed issue where popover menus would open with incorrect positioning on desktop ([a66bb08](https://github.com/standardnotes/app/commit/a66bb08c3b715f942480c7006fdea213a0bfc956))",
"parsed": {
"_": [
"fixed issue where popover menus would open with incorrect positioning on desktop (a66bb08)"
],
"Bug Fixes": [
"fixed issue where popover menus would open with incorrect positioning on desktop (a66bb08)"
]
}
},
{
"version": "3.120.1",
"title": "[3.120.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.120.0...@standardnotes/web@3.120.1) (2022-12-05)",

View File

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