chore(release): publish

- @standardnotes/desktop@3.104.115
 - @standardnotes/mobile@3.50.51
 - @standardnotes/releases@1.4.138
 - @standardnotes/web@3.142.7
This commit is contained in:
StandardNotes CI
2023-01-28 07:13:47 +00:00
parent 96bfe89c2a
commit aeefa8d222
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.115](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.142.6...@standardnotes/desktop@3.104.115) (2023-01-28)
**Note:** Version bump only for package @standardnotes/desktop
## [3.104.114](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.142.5...@standardnotes/desktop@3.104.114) (2023-01-27)
**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.114",
"version": "3.104.115",
"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.51](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.50...@standardnotes/mobile@3.50.51) (2023-01-28)
**Note:** Version bump only for package @standardnotes/mobile
## [3.50.50](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.49...@standardnotes/mobile@3.50.50) (2023-01-27)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.50.50",
"version": "3.50.51",
"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.138](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.137...@standardnotes/releases@1.4.138) (2023-01-28)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.137](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.136...@standardnotes/releases@1.4.137) (2023-01-27)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.137",
"version": "1.4.138",
"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.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.6...@standardnotes/web@3.142.7) (2023-01-28)
### Bug Fixes
* fixed issue where clicking on calendar cell in daily mode would not open correct note ([#2185](https://github.com/standardnotes/app/issues/2185)) ([96bfe89](https://github.com/standardnotes/app/commit/96bfe89c2a0bfda039ef3dc833b741e87669f6f0))
## [3.142.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.5...@standardnotes/web@3.142.6) (2023-01-27)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.142.7",
"title": "[3.142.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.6...@standardnotes/web@3.142.7) (2023-01-28)",
"date": null,
"body": "### Bug Fixes\n\n* fixed issue where clicking on calendar cell in daily mode would not open correct note ([#2185](https://github.com/standardnotes/app/issues/2185)) ([96bfe89](https://github.com/standardnotes/app/commit/96bfe89c2a0bfda039ef3dc833b741e87669f6f0))",
"parsed": {
"_": [
"fixed issue where clicking on calendar cell in daily mode would not open correct note (#2185) (96bfe89)"
],
"Bug Fixes": [
"fixed issue where clicking on calendar cell in daily mode would not open correct note (#2185) (96bfe89)"
]
}
},
{
"version": "3.142.6",
"title": "[3.142.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.5...@standardnotes/web@3.142.6) (2023-01-27)",

View File

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