chore(release): publish

- @standardnotes/clipper@1.1.334
 - @standardnotes/desktop@3.108.269
 - @standardnotes/mobile@3.56.250
 - @standardnotes/releases@1.4.625
 - @standardnotes/web@3.181.37
This commit is contained in:
StandardNotes CI
2023-11-27 16:35:04 +00:00
parent 5660df577d
commit f2d580ed25
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.334](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.333...@standardnotes/clipper@1.1.334) (2023-11-27)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.333](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.332...@standardnotes/clipper@1.1.333) (2023-11-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.1.333",
"version": "1.1.334",
"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.269](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.181.36...@standardnotes/desktop@3.108.269) (2023-11-27)
**Note:** Version bump only for package @standardnotes/desktop
## [3.108.268](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.181.35...@standardnotes/desktop@3.108.268) (2023-11-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.108.268",
"version": "3.108.269",
"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.56.250](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.249...@standardnotes/mobile@3.56.250) (2023-11-27)
**Note:** Version bump only for package @standardnotes/mobile
## [3.56.249](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.248...@standardnotes/mobile@3.56.249) (2023-11-27)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.56.249",
"version": "3.56.250",
"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.625](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.624...@standardnotes/releases@1.4.625) (2023-11-27)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.624](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.623...@standardnotes/releases@1.4.624) (2023-11-27)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.624",
"version": "1.4.625",
"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.181.37](https://github.com/standardnotes/app/compare/@standardnotes/web@3.181.36...@standardnotes/web@3.181.37) (2023-11-27)
### Bug Fixes
* Fixed issue where multiple trashed items on mobile could not be deleted permanently ([5660df5](https://github.com/standardnotes/app/commit/5660df577da4e803d3ff25f257c0572dfe30db73))
## [3.181.36](https://github.com/standardnotes/app/compare/@standardnotes/web@3.181.35...@standardnotes/web@3.181.36) (2023-11-27)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.181.37",
"title": "[3.181.37](https://github.com/standardnotes/app/compare/@standardnotes/web@3.181.36...@standardnotes/web@3.181.37) (2023-11-27)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where multiple trashed items on mobile could not be deleted permanently ([5660df5](https://github.com/standardnotes/app/commit/5660df577da4e803d3ff25f257c0572dfe30db73))",
"parsed": {
"_": [
"Fixed issue where multiple trashed items on mobile could not be deleted permanently (5660df5)"
],
"Bug Fixes": [
"Fixed issue where multiple trashed items on mobile could not be deleted permanently (5660df5)"
]
}
},
{
"version": "3.181.36",
"title": "[3.181.36](https://github.com/standardnotes/app/compare/@standardnotes/web@3.181.35...@standardnotes/web@3.181.36) (2023-11-27)",

View File

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