chore(release): publish

- @standardnotes/clipper@1.1.103
 - @standardnotes/desktop@3.108.34
 - @standardnotes/mobile@3.56.13
 - @standardnotes/releases@1.4.385
 - @standardnotes/web@3.167.1
This commit is contained in:
StandardNotes CI
2023-07-19 14:36:29 +00:00
parent 2b0df30ca2
commit 78b87672de
11 changed files with 41 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.
## [1.1.103](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.102...@standardnotes/clipper@1.1.103) (2023-07-19)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.102](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.101...@standardnotes/clipper@1.1.102) (2023-07-19)
**Note:** Version bump only for package @standardnotes/clipper

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/clipper",
"description": "Web clipper browser extension for Standard Notes",
"version": "1.1.102",
"version": "1.1.103",
"private": true,
"scripts": {
"build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js",

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.108.34](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.167.0...@standardnotes/desktop@3.108.34) (2023-07-19)
**Note:** Version bump only for package @standardnotes/desktop
## [3.108.33](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.166.19...@standardnotes/desktop@3.108.33) (2023-07-19)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.108.33",
"version": "3.108.34",
"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.56.13](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.12...@standardnotes/mobile@3.56.13) (2023-07-19)
**Note:** Version bump only for package @standardnotes/mobile
## [3.56.12](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.11...@standardnotes/mobile@3.56.12) (2023-07-19)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.56.12",
"version": "3.56.13",
"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.385](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.384...@standardnotes/releases@1.4.385) (2023-07-19)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.384](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.383...@standardnotes/releases@1.4.384) (2023-07-19)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.384",
"version": "1.4.385",
"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.167.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.0...@standardnotes/web@3.167.1) (2023-07-19)
### Bug Fixes
* Fixed issue where trying to create new folder on mobile would close navigation pane ([2b0df30](https://github.com/standardnotes/app/commit/2b0df30ca25bd15d7e4c279fa0e586ddec08b821))
# [3.167.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.19...@standardnotes/web@3.167.0) (2023-07-19)
### Features

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.167.1",
"title": "[3.167.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.0...@standardnotes/web@3.167.1) (2023-07-19)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where trying to create new folder on mobile would close navigation pane ([2b0df30](https://github.com/standardnotes/app/commit/2b0df30ca25bd15d7e4c279fa0e586ddec08b821))",
"parsed": {
"_": [
"Fixed issue where trying to create new folder on mobile would close navigation pane (2b0df30)"
],
"Bug Fixes": [
"Fixed issue where trying to create new folder on mobile would close navigation pane (2b0df30)"
]
}
},
{
"version": "3.167.0",
"title": "[3.167.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.19...@standardnotes/web@3.167.0) (2023-07-19)",

View File

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