chore(release): publish

- @standardnotes/components-meta@2.7.8
 - @standardnotes/desktop@3.23.99
 - @standardnotes/mobile@3.31.15
 - @standardnotes/releases@1.3.21
 - @standardnotes/web@3.45.3
 - @standardnotes/authenticator@2.2.4
This commit is contained in:
StandardNotes CI
2022-08-22 10:04:58 +00:00
parent becbe34233
commit a780fa4e87
12 changed files with 34 additions and 6 deletions

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.
## [2.7.8](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.7...@standardnotes/components-meta@2.7.8) (2022-08-22)
### Bug Fixes
* trigger the `onChange` event of qr code uploading input when clicking on the button ([#1421](https://github.com/standardnotes/app/issues/1421)) ([2a976a0](https://github.com/standardnotes/app/commit/2a976a0de499ba33186a52a6bd2c10a709b86fee))
## [2.7.7](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.6...@standardnotes/components-meta@2.7.7) (2022-07-14)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/components-meta",
"version": "2.7.7",
"version": "2.7.8",
"private": true,
"author": "Standard Notes.",
"main": "dist",

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.
## [2.2.4](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.3...@standardnotes/authenticator@2.2.4) (2022-08-22)
### Bug Fixes
* trigger the `onChange` event of qr code uploading input when clicking on the button ([#1421](https://github.com/standardnotes/app/issues/1421)) ([2a976a0](https://github.com/standardnotes/app/commit/2a976a0de499ba33186a52a6bd2c10a709b86fee))
## [2.2.3](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.2...@standardnotes/authenticator@2.2.3) (2022-07-13)
**Note:** Version bump only for package @standardnotes/authenticator

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/authenticator",
"version": "2.2.3",
"version": "2.2.4",
"main": "dist/dist.js",
"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.23.99](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.98...@standardnotes/desktop@3.23.99) (2022-08-22)
**Note:** Version bump only for package @standardnotes/desktop
## [3.23.98](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.97...@standardnotes/desktop@3.23.98) (2022-08-18)
**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.98",
"version": "3.23.99",
"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.31.15](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.14...@standardnotes/mobile@3.31.15) (2022-08-22)
**Note:** Version bump only for package @standardnotes/mobile
## [3.31.14](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.13...@standardnotes/mobile@3.31.14) (2022-08-18)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.31.14",
"version": "3.31.15",
"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.21](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.20...@standardnotes/releases@1.3.21) (2022-08-22)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.20](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.19...@standardnotes/releases@1.3.20) (2022-08-18)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.3.20",
"version": "1.3.21",
"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.
## [3.45.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.2...@standardnotes/web@3.45.3) (2022-08-22)
**Note:** Version bump only for package @standardnotes/web
## [3.45.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.1...@standardnotes/web@3.45.2) (2022-08-18)
### Bug Fixes

View File

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