chore(release): publish

- @standardnotes/desktop@3.104.117
 - @standardnotes/mobile@3.50.53
 - @standardnotes/releases@1.4.140
 - @standardnotes/web@3.142.9
This commit is contained in:
StandardNotes CI
2023-01-30 15:17:32 +00:00
parent c29e0f511d
commit 682c1cc603
9 changed files with 36 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.104.117](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.142.8...@standardnotes/desktop@3.104.117) (2023-01-30)
**Note:** Version bump only for package @standardnotes/desktop
## [3.104.116](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.142.7...@standardnotes/desktop@3.104.116) (2023-01-28)
**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.116",
"version": "3.104.117",
"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.50.53](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.52...@standardnotes/mobile@3.50.53) (2023-01-30)
**Note:** Version bump only for package @standardnotes/mobile
## [3.50.52](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.51...@standardnotes/mobile@3.50.52) (2023-01-28)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.50.52",
"version": "3.50.53",
"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.140](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.139...@standardnotes/releases@1.4.140) (2023-01-30)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.139](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.138...@standardnotes/releases@1.4.139) (2023-01-28)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.139",
"version": "1.4.140",
"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.142.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.8...@standardnotes/web@3.142.9) (2023-01-30)
### Bug Fixes
* Fixed issue where dropdowns in preferences would not be visible ([c29e0f5](https://github.com/standardnotes/app/commit/c29e0f511d27e94d5943fc9b4186d05f19b325f6))
## [3.142.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.7...@standardnotes/web@3.142.8) (2023-01-28)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.142.9",
"title": "[3.142.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.8...@standardnotes/web@3.142.9) (2023-01-30)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where dropdowns in preferences would not be visible ([c29e0f5](https://github.com/standardnotes/app/commit/c29e0f511d27e94d5943fc9b4186d05f19b325f6))",
"parsed": {
"_": [
"Fixed issue where dropdowns in preferences would not be visible (c29e0f5)"
],
"Bug Fixes": [
"Fixed issue where dropdowns in preferences would not be visible (c29e0f5)"
]
}
},
{
"version": "3.142.8",
"title": "[3.142.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.7...@standardnotes/web@3.142.8) (2023-01-28)",

View File

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