chore(release): publish

- @standardnotes/desktop@3.23.271
 - @standardnotes/mobile@3.45.20
 - @standardnotes/releases@1.3.202
 - @standardnotes/web@3.93.2
This commit is contained in:
StandardNotes CI
2022-11-03 14:04:27 +00:00
parent 4036113206
commit 63c10c703f
8 changed files with 25 additions and 4 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.
## [3.23.271](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.270...@standardnotes/desktop@3.23.271) (2022-11-03)
### Bug Fixes
* **desktop:** editor column top padding on mac ([9ae0ce0](https://github.com/standardnotes/app/commit/9ae0ce0bfd78bedf3e8318aa56b8542dd81d5870))
## [3.23.270](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.269...@standardnotes/desktop@3.23.270) (2022-11-03)
### Bug Fixes

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.23.270",
"version": "3.23.271",
"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.45.20](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.19...@standardnotes/mobile@3.45.20) (2022-11-03)
**Note:** Version bump only for package @standardnotes/mobile
## [3.45.19](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.18...@standardnotes/mobile@3.45.19) (2022-11-03)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.45.19",
"version": "3.45.20",
"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.202](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.201...@standardnotes/releases@1.3.202) (2022-11-03)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.201](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.200...@standardnotes/releases@1.3.201) (2022-11-03)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.3.201",
"version": "1.3.202",
"license": "AGPL-3.0-or-later",
"main": "dist/releases.json",
"types": "dist/index.d.ts",

View File

@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.93.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.93.1...@standardnotes/web@3.93.2) (2022-11-03)
### Bug Fixes
* "No modifications allowed" error on file drag in Firefox ([de4adca](https://github.com/standardnotes/app/commit/de4adca059b169e75267c8a29012e9988a607bc2))
* files list not updating when new file is uploaded ([4036113](https://github.com/standardnotes/app/commit/40361132063e70e9851baf01eb772a0b3ff0aa1c))
## [3.93.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.93.0...@standardnotes/web@3.93.1) (2022-11-03)
### Bug Fixes

View File

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