chore(release): publish

- @standardnotes/clipper@1.0.39
 - @standardnotes/desktop@3.106.1
 - @standardnotes/filepicker@1.28.39
 - @standardnotes/files@1.15.1
 - @standardnotes/mobile@3.53.1
 - @standardnotes/releases@1.4.269
 - @standardnotes/services@1.59.1
 - @standardnotes/snjs@2.168.1
 - @standardnotes/ui-services@1.25.8
 - @standardnotes/web@3.155.1
This commit is contained in:
StandardNotes CI
2023-05-02 21:21:11 +00:00
parent 75ecf4c393
commit e635e06ca0
21 changed files with 70 additions and 10 deletions

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.39](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.38...@standardnotes/clipper@1.0.39) (2023-05-02)
**Note:** Version bump only for package @standardnotes/clipper
## [1.0.38](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.37...@standardnotes/clipper@1.0.38) (2023-05-02) ## [1.0.38](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.37...@standardnotes/clipper@1.0.38) (2023-05-02)
**Note:** Version bump only for package @standardnotes/clipper **Note:** Version bump only for package @standardnotes/clipper

View File

@@ -1,7 +1,7 @@
{ {
"name": "@standardnotes/clipper", "name": "@standardnotes/clipper",
"description": "Web clipper browser extension for Standard Notes", "description": "Web clipper browser extension for Standard Notes",
"version": "1.0.38", "version": "1.0.39",
"private": true, "private": true,
"scripts": { "scripts": {
"build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js", "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. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.106.1](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.155.0...@standardnotes/desktop@3.106.1) (2023-05-02)
**Note:** Version bump only for package @standardnotes/desktop
# [3.106.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.154.1...@standardnotes/desktop@3.106.0) (2023-05-02) # [3.106.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.154.1...@standardnotes/desktop@3.106.0) (2023-05-02)
### Features ### Features

View File

@@ -1,7 +1,7 @@
{ {
"name": "@standardnotes/desktop", "name": "@standardnotes/desktop",
"main": "./app/dist/index.js", "main": "./app/dist/index.js",
"version": "3.106.0", "version": "3.106.1",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"author": "Standard Notes.", "author": "Standard Notes.",
"private": true, "private": true,

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.28.39](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.38...@standardnotes/filepicker@1.28.39) (2023-05-02)
**Note:** Version bump only for package @standardnotes/filepicker
## [1.28.38](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.37...@standardnotes/filepicker@1.28.38) (2023-05-02) ## [1.28.38](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.37...@standardnotes/filepicker@1.28.38) (2023-05-02)
**Note:** Version bump only for package @standardnotes/filepicker **Note:** Version bump only for package @standardnotes/filepicker

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/filepicker", "name": "@standardnotes/filepicker",
"version": "1.28.38", "version": "1.28.39",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "node": ">=16.0.0 <17.0.0"
}, },

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.15.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.15.0...@standardnotes/files@1.15.1) (2023-05-02)
### Bug Fixes
* automatically convert Super notes to Markdown for the Plaintext Backups feature ([75ecf4c](https://github.com/standardnotes/app/commit/75ecf4c393a6bc0ab2d6bf50dcbee21cef520746))
# [1.15.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.47...@standardnotes/files@1.15.0) (2023-05-02) # [1.15.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.47...@standardnotes/files@1.15.0) (2023-05-02)
### Features ### Features

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/files", "name": "@standardnotes/files",
"version": "1.15.0", "version": "1.15.1",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "node": ">=16.0.0 <17.0.0"
}, },

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.53.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.0...@standardnotes/mobile@3.53.1) (2023-05-02)
**Note:** Version bump only for package @standardnotes/mobile
# [3.53.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.36...@standardnotes/mobile@3.53.0) (2023-05-02) # [3.53.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.36...@standardnotes/mobile@3.53.0) (2023-05-02)
### Features ### Features

View File

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

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.4.269](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.268...@standardnotes/releases@1.4.269) (2023-05-02)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.268](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.267...@standardnotes/releases@1.4.268) (2023-05-02) ## [1.4.268](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.267...@standardnotes/releases@1.4.268) (2023-05-02)
**Note:** Version bump only for package @standardnotes/releases **Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/releases", "name": "@standardnotes/releases",
"version": "1.4.268", "version": "1.4.269",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "dist/releases.json", "main": "dist/releases.json",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.59.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.59.0...@standardnotes/services@1.59.1) (2023-05-02)
### Bug Fixes
* automatically convert Super notes to Markdown for the Plaintext Backups feature ([75ecf4c](https://github.com/standardnotes/app/commit/75ecf4c393a6bc0ab2d6bf50dcbee21cef520746))
# [1.59.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.58.5...@standardnotes/services@1.59.0) (2023-05-02) # [1.59.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.58.5...@standardnotes/services@1.59.0) (2023-05-02)
### Features ### Features

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/services", "name": "@standardnotes/services",
"version": "1.59.0", "version": "1.59.1",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "node": ">=16.0.0 <17.0.0"
}, },

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.168.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.168.0...@standardnotes/snjs@2.168.1) (2023-05-02)
**Note:** Version bump only for package @standardnotes/snjs
# [2.168.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.167.5...@standardnotes/snjs@2.168.0) (2023-05-02) # [2.168.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.167.5...@standardnotes/snjs@2.168.0) (2023-05-02)
### Features ### Features

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/snjs", "name": "@standardnotes/snjs",
"version": "2.168.0", "version": "2.168.1",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "node": ">=16.0.0 <17.0.0"
}, },

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.25.8](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.7...@standardnotes/ui-services@1.25.8) (2023-05-02)
**Note:** Version bump only for package @standardnotes/ui-services
## [1.25.7](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.6...@standardnotes/ui-services@1.25.7) (2023-05-02) ## [1.25.7](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.6...@standardnotes/ui-services@1.25.7) (2023-05-02)
**Note:** Version bump only for package @standardnotes/ui-services **Note:** Version bump only for package @standardnotes/ui-services

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/ui-services", "name": "@standardnotes/ui-services",
"version": "1.25.7", "version": "1.25.8",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "node": ">=16.0.0 <17.0.0"
}, },

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.155.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.155.0...@standardnotes/web@3.155.1) (2023-05-02)
### Bug Fixes
* automatically convert Super notes to Markdown for the Plaintext Backups feature ([75ecf4c](https://github.com/standardnotes/app/commit/75ecf4c393a6bc0ab2d6bf50dcbee21cef520746))
# [3.155.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.154.1...@standardnotes/web@3.155.0) (2023-05-02) # [3.155.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.154.1...@standardnotes/web@3.155.0) (2023-05-02)
### Features ### Features

View File

@@ -1,5 +1,19 @@
{ {
"versions": [ "versions": [
{
"version": "3.155.1",
"title": "[3.155.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.155.0...@standardnotes/web@3.155.1) (2023-05-02)",
"date": null,
"body": "### Bug Fixes\n\n* automatically convert Super notes to Markdown for the Plaintext Backups feature ([75ecf4c](https://github.com/standardnotes/app/commit/75ecf4c393a6bc0ab2d6bf50dcbee21cef520746))",
"parsed": {
"_": [
"automatically convert Super notes to Markdown for the Plaintext Backups feature (75ecf4c)"
],
"Bug Fixes": [
"automatically convert Super notes to Markdown for the Plaintext Backups feature (75ecf4c)"
]
}
},
{ {
"version": "3.155.0", "version": "3.155.0",
"title": "[3.155.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.154.1...@standardnotes/web@3.155.0) (2023-05-02)", "title": "[3.155.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.154.1...@standardnotes/web@3.155.0) (2023-05-02)",

View File

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