chore(release): publish

- @standardnotes/clipper@1.1.386
 - @standardnotes/desktop@3.108.324
 - @standardnotes/mobile@3.58.45
 - @standardnotes/releases@1.4.680
 - @standardnotes/web@3.184.0
This commit is contained in:
StandardNotes CI
2024-01-08 15:17:11 +00:00
parent 65d68f8080
commit 2298a551ed
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.386](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.385...@standardnotes/clipper@1.1.386) (2024-01-08)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.385](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.384...@standardnotes/clipper@1.1.385) (2024-01-08)
**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.385",
"version": "1.1.386",
"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.324](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.183.44...@standardnotes/desktop@3.108.324) (2024-01-08)
**Note:** Version bump only for package @standardnotes/desktop
## [3.108.323](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.183.43...@standardnotes/desktop@3.108.323) (2024-01-08)
**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.323",
"version": "3.108.324",
"license": "AGPL-3.0",
"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.58.45](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.44...@standardnotes/mobile@3.58.45) (2024-01-08)
**Note:** Version bump only for package @standardnotes/mobile
## [3.58.44](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.43...@standardnotes/mobile@3.58.44) (2024-01-08)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.58.44",
"version": "3.58.45",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0",

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.680](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.679...@standardnotes/releases@1.4.680) (2024-01-08)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.679](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.678...@standardnotes/releases@1.4.679) (2024-01-08)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.679",
"version": "1.4.680",
"license": "AGPL-3.0",
"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.184.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.183.44...@standardnotes/web@3.184.0) (2024-01-08)
### Features
* Added option to download multiple files as a zip when using the desktop app or a supported browser ([#2748](https://github.com/standardnotes/app/issues/2748)) ([130b63b](https://github.com/standardnotes/app/commit/130b63b1a51a52c547cc40cfc8352946920c5af3))
## [3.183.44](https://github.com/standardnotes/app/compare/@standardnotes/web@3.183.43...@standardnotes/web@3.183.44) (2024-01-08)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.184.0",
"title": "[3.184.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.183.44...@standardnotes/web@3.184.0) (2024-01-08)",
"date": null,
"body": "### Features\n\n* Added option to download multiple files as a zip when using the desktop app or a supported browser ([#2748](https://github.com/standardnotes/app/issues/2748)) ([130b63b](https://github.com/standardnotes/app/commit/130b63b1a51a52c547cc40cfc8352946920c5af3))",
"parsed": {
"_": [
"Added option to download multiple files as a zip when using the desktop app or a supported browser (#2748) (130b63b)"
],
"Features": [
"Added option to download multiple files as a zip when using the desktop app or a supported browser (#2748) (130b63b)"
]
}
},
{
"version": "3.183.44",
"title": "[3.183.44](https://github.com/standardnotes/app/compare/@standardnotes/web@3.183.43...@standardnotes/web@3.183.44) (2024-01-08)",

View File

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