chore(release): publish

- @standardnotes/desktop@3.104.20
 - @standardnotes/mobile@3.49.19
 - @standardnotes/releases@1.4.43
 - @standardnotes/web@3.125.0
This commit is contained in:
StandardNotes CI
2022-12-08 19:53:54 +00:00
parent 220f62665e
commit 317c6555d2
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.20](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.124.0...@standardnotes/desktop@3.104.20) (2022-12-08)
**Note:** Version bump only for package @standardnotes/desktop
## [3.104.19](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.123.1...@standardnotes/desktop@3.104.19) (2022-12-08)
**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.19",
"version": "3.104.20",
"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.49.19](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.18...@standardnotes/mobile@3.49.19) (2022-12-08)
**Note:** Version bump only for package @standardnotes/mobile
## [3.49.18](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.17...@standardnotes/mobile@3.49.18) (2022-12-08)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.49.18",
"version": "3.49.19",
"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.43](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.42...@standardnotes/releases@1.4.43) (2022-12-08)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.42](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.41...@standardnotes/releases@1.4.42) (2022-12-08)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.42",
"version": "1.4.43",
"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.125.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.124.0...@standardnotes/web@3.125.0) (2022-12-08)
### Features
* Added "Open" button to file upload success notification ([#2091](https://github.com/standardnotes/app/issues/2091)) ([220f626](https://github.com/standardnotes/app/commit/220f62665e6daa18020b410b893207eccdfd0b67))
# [3.124.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.123.1...@standardnotes/web@3.124.0) (2022-12-08)
### Features

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.125.0",
"title": "[3.125.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.124.0...@standardnotes/web@3.125.0) (2022-12-08)",
"date": null,
"body": "### Features\n\n* Added \"Open\" button to file upload success notification ([#2091](https://github.com/standardnotes/app/issues/2091)) ([220f626](https://github.com/standardnotes/app/commit/220f62665e6daa18020b410b893207eccdfd0b67))",
"parsed": {
"_": [
"Added \"Open\" button to file upload success notification (#2091) (220f626)"
],
"Features": [
"Added \"Open\" button to file upload success notification (#2091) (220f626)"
]
}
},
{
"version": "3.124.0",
"title": "[3.124.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.123.1...@standardnotes/web@3.124.0) (2022-12-08)",

View File

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