chore(release): publish

- @standardnotes/desktop@3.23.191
 - @standardnotes/docs@0.2.1
 - @standardnotes/mobile@3.39.8
 - @standardnotes/releases@1.3.116
 - @standardnotes/web@3.69.1
This commit is contained in:
StandardNotes CI 2022-10-05 13:48:42 +00:00
parent 6bd5534f74
commit a4de9a05a9
No known key found for this signature in database
GPG Key ID: 2D9915D52FD9CAD9
10 changed files with 31 additions and 5 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.23.191](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.190...@standardnotes/desktop@3.23.191) (2022-10-05)
**Note:** Version bump only for package @standardnotes/desktop
## [3.23.190](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.189...@standardnotes/desktop@3.23.190) (2022-10-05)
**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.190",
"version": "3.23.191",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,

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.
## [0.2.1](https://github.com/standardnotes/app/compare/@standardnotes/docs@0.2.0...@standardnotes/docs@0.2.1) (2022-10-05)
### Bug Fixes
* **docs:** Change order of sed commands ([#1742](https://github.com/standardnotes/app/issues/1742)) ([de0f91c](https://github.com/standardnotes/app/commit/de0f91c9e38883613f942ba85d9f3d0bc360dba3))
# [0.2.0](https://github.com/standardnotes/app/compare/@standardnotes/docs@0.1.0...@standardnotes/docs@0.2.0) (2022-08-17)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/docs",
"version": "0.2.0",
"version": "0.2.1",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,

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.39.8](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.39.7...@standardnotes/mobile@3.39.8) (2022-10-05)
### Bug Fixes
* prevent overflow bouncing on desktop and mobile ([#1743](https://github.com/standardnotes/app/issues/1743)) ([6bd5534](https://github.com/standardnotes/app/commit/6bd5534f749a35b5ddc35cb09115358ce9ee4115))
## [3.39.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.39.6...@standardnotes/mobile@3.39.7) (2022-10-05)
**Note:** Version bump only for package @standardnotes/mobile

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.39.7",
"version": "3.39.8",
"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.116](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.115...@standardnotes/releases@1.3.116) (2022-10-05)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.115](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.114...@standardnotes/releases@1.3.115) (2022-10-05)
**Note:** Version bump only for package @standardnotes/releases

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.3.115",
"version": "1.3.116",
"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.69.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.69.0...@standardnotes/web@3.69.1) (2022-10-05)
### Bug Fixes
* prevent overflow bouncing on desktop and mobile ([#1743](https://github.com/standardnotes/app/issues/1743)) ([6bd5534](https://github.com/standardnotes/app/commit/6bd5534f749a35b5ddc35cb09115358ce9ee4115))
# [3.69.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.68.6...@standardnotes/web@3.69.0) (2022-10-05)
### Features

View File

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