chore(release): publish

- @standardnotes/clipper@1.0.32
 - @standardnotes/desktop@3.105.81
 - @standardnotes/mobile@3.52.30
 - @standardnotes/releases@1.4.261
 - @standardnotes/web@3.153.11
This commit is contained in:
StandardNotes CI
2023-04-27 15:51:05 +00:00
parent 7c1ded30c7
commit b8f78eb4fd
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.0.32](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.31...@standardnotes/clipper@1.0.32) (2023-04-27)
**Note:** Version bump only for package @standardnotes/clipper
## [1.0.31](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.30...@standardnotes/clipper@1.0.31) (2023-04-27)
**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.0.31",
"version": "1.0.32",
"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.105.81](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.105.80...@standardnotes/desktop@3.105.81) (2023-04-27)
**Note:** Version bump only for package @standardnotes/desktop
## [3.105.80](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.153.9...@standardnotes/desktop@3.105.80) (2023-04-27)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.105.80",
"version": "3.105.81",
"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.52.30](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.153.10...@standardnotes/mobile@3.52.30) (2023-04-27)
**Note:** Version bump only for package @standardnotes/mobile
## [3.52.29](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.28...@standardnotes/mobile@3.52.29) (2023-04-27)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.52.29",
"version": "3.52.30",
"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.261](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.260...@standardnotes/releases@1.4.261) (2023-04-27)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.260](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.259...@standardnotes/releases@1.4.260) (2023-04-27)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.260",
"version": "1.4.261",
"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.153.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.10...@standardnotes/web@3.153.11) (2023-04-27)
### Bug Fixes
* **desktop:** Fixed issue on Mac desktop app where multiple files could not be downloaded ([247ff62](https://github.com/standardnotes/app/commit/247ff6242279f878c01161817038a37c6fbfa4cc))
## [3.153.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.9...@standardnotes/web@3.153.10) (2023-04-27)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.153.11",
"title": "[3.153.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.10...@standardnotes/web@3.153.11) (2023-04-27)",
"date": null,
"body": "### Bug Fixes\n\n* **desktop:** Fixed issue on Mac desktop app where multiple files could not be downloaded ([247ff62](https://github.com/standardnotes/app/commit/247ff6242279f878c01161817038a37c6fbfa4cc))",
"parsed": {
"_": [
"desktop: Fixed issue on Mac desktop app where multiple files could not be downloaded (247ff62)"
],
"Bug Fixes": [
"desktop: Fixed issue on Mac desktop app where multiple files could not be downloaded (247ff62)"
]
}
},
{
"version": "3.153.10",
"title": "[3.153.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.9...@standardnotes/web@3.153.10) (2023-04-27)",

View File

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