chore(release): publish

- @standardnotes/api@1.20.10
 - @standardnotes/blocks-editor@1.8.0
 - @standardnotes/desktop@3.101.1
 - @standardnotes/encryption@1.19.18
 - @standardnotes/filepicker@1.26.1
 - @standardnotes/files@1.13.1
 - @standardnotes/mobile@3.46.30
 - @standardnotes/models@1.37.7
 - @standardnotes/releases@1.3.256
 - @standardnotes/services@1.46.1
 - @standardnotes/snjs@2.151.10
 - @standardnotes/ui-services@1.14.4
 - @standardnotes/utils@1.13.0
 - @standardnotes/web@3.106.0
This commit is contained in:
StandardNotes CI 2022-11-23 12:55:12 +00:00
parent 87cd31ae5d
commit 6704c6dd4e
No known key found for this signature in database
GPG Key ID: 2D9915D52FD9CAD9
28 changed files with 76 additions and 14 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.20.10](https://github.com/standardnotes/app/compare/@standardnotes/api@1.20.9...@standardnotes/api@1.20.10) (2022-11-23)
**Note:** Version bump only for package @standardnotes/api
## [1.20.9](https://github.com/standardnotes/app/compare/@standardnotes/api@1.20.8...@standardnotes/api@1.20.9) (2022-11-23) ## [1.20.9](https://github.com/standardnotes/app/compare/@standardnotes/api@1.20.8...@standardnotes/api@1.20.9) (2022-11-23)
**Note:** Version bump only for package @standardnotes/api **Note:** Version bump only for package @standardnotes/api

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/api", "name": "@standardnotes/api",
"version": "1.20.9", "version": "1.20.10",
"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.8.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.7.0...@standardnotes/blocks-editor@1.8.0) (2022-11-23)
### Features
* use line height preference in super editor (skip e2e) ([#2045](https://github.com/standardnotes/app/issues/2045)) ([87cd31a](https://github.com/standardnotes/app/commit/87cd31ae5d630a528ce6d4895b2c144bf51808f0))
# [1.7.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.6.2...@standardnotes/blocks-editor@1.7.0) (2022-11-19) # [1.7.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.6.2...@standardnotes/blocks-editor@1.7.0) (2022-11-19)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/blocks-editor", "name": "@standardnotes/blocks-editor",
"version": "1.7.0", "version": "1.8.0",
"private": true, "private": true,
"main": "./src/index.ts", "main": "./src/index.ts",
"scripts": { "scripts": {

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.101.1](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.101.0...@standardnotes/desktop@3.101.1) (2022-11-23)
**Note:** Version bump only for package @standardnotes/desktop
# [3.101.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.18...@standardnotes/desktop@3.101.0) (2022-11-23) # [3.101.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.18...@standardnotes/desktop@3.101.0) (2022-11-23)
### 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.101.0", "version": "3.101.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.19.18](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.17...@standardnotes/encryption@1.19.18) (2022-11-23)
**Note:** Version bump only for package @standardnotes/encryption
## [1.19.17](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.16...@standardnotes/encryption@1.19.17) (2022-11-23) ## [1.19.17](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.16...@standardnotes/encryption@1.19.17) (2022-11-23)
**Note:** Version bump only for package @standardnotes/encryption **Note:** Version bump only for package @standardnotes/encryption

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/encryption", "name": "@standardnotes/encryption",
"version": "1.19.17", "version": "1.19.18",
"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.26.1](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.26.0...@standardnotes/filepicker@1.26.1) (2022-11-23)
**Note:** Version bump only for package @standardnotes/filepicker
# [1.26.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.25.16...@standardnotes/filepicker@1.26.0) (2022-11-23) # [1.26.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.25.16...@standardnotes/filepicker@1.26.0) (2022-11-23)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/filepicker", "name": "@standardnotes/filepicker",
"version": "1.26.0", "version": "1.26.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.13.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.13.0...@standardnotes/files@1.13.1) (2022-11-23)
**Note:** Version bump only for package @standardnotes/files
# [1.13.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.12.16...@standardnotes/files@1.13.0) (2022-11-23) # [1.13.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.12.16...@standardnotes/files@1.13.0) (2022-11-23)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/files", "name": "@standardnotes/files",
"version": "1.13.0", "version": "1.13.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.46.30](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.29...@standardnotes/mobile@3.46.30) (2022-11-23)
**Note:** Version bump only for package @standardnotes/mobile
## [3.46.29](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.28...@standardnotes/mobile@3.46.29) (2022-11-23) ## [3.46.29](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.28...@standardnotes/mobile@3.46.29) (2022-11-23)
**Note:** Version bump only for package @standardnotes/mobile **Note:** Version bump only for package @standardnotes/mobile

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/mobile", "name": "@standardnotes/mobile",
"version": "3.46.29", "version": "3.46.30",
"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.37.7](https://github.com/standardnotes/app/compare/@standardnotes/models@1.37.6...@standardnotes/models@1.37.7) (2022-11-23)
**Note:** Version bump only for package @standardnotes/models
## [1.37.6](https://github.com/standardnotes/app/compare/@standardnotes/models@1.37.5...@standardnotes/models@1.37.6) (2022-11-23) ## [1.37.6](https://github.com/standardnotes/app/compare/@standardnotes/models@1.37.5...@standardnotes/models@1.37.6) (2022-11-23)
**Note:** Version bump only for package @standardnotes/models **Note:** Version bump only for package @standardnotes/models

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/models", "name": "@standardnotes/models",
"version": "1.37.6", "version": "1.37.7",
"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.3.256](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.255...@standardnotes/releases@1.3.256) (2022-11-23)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.255](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.254...@standardnotes/releases@1.3.255) (2022-11-23) ## [1.3.255](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.254...@standardnotes/releases@1.3.255) (2022-11-23)
**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.3.255", "version": "1.3.256",
"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,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.46.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.46.0...@standardnotes/services@1.46.1) (2022-11-23)
**Note:** Version bump only for package @standardnotes/services
# [1.46.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.45.6...@standardnotes/services@1.46.0) (2022-11-23) # [1.46.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.45.6...@standardnotes/services@1.46.0) (2022-11-23)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/services", "name": "@standardnotes/services",
"version": "1.46.0", "version": "1.46.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.151.10](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.9...@standardnotes/snjs@2.151.10) (2022-11-23)
**Note:** Version bump only for package @standardnotes/snjs
## [2.151.9](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.8...@standardnotes/snjs@2.151.9) (2022-11-23) ## [2.151.9](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.8...@standardnotes/snjs@2.151.9) (2022-11-23)
**Note:** Version bump only for package @standardnotes/snjs **Note:** Version bump only for package @standardnotes/snjs

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/snjs", "name": "@standardnotes/snjs",
"version": "2.151.9", "version": "2.151.10",
"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.14.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.14.3...@standardnotes/ui-services@1.14.4) (2022-11-23)
**Note:** Version bump only for package @standardnotes/ui-services
## [1.14.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.14.2...@standardnotes/ui-services@1.14.3) (2022-11-23) ## [1.14.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.14.2...@standardnotes/ui-services@1.14.3) (2022-11-23)
**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.14.3", "version": "1.14.4",
"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.13.0](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.12.0...@standardnotes/utils@1.13.0) (2022-11-23)
### Features
* use line height preference in super editor (skip e2e) ([#2045](https://github.com/standardnotes/app/issues/2045)) ([87cd31a](https://github.com/standardnotes/app/commit/87cd31ae5d630a528ce6d4895b2c144bf51808f0))
# [1.12.0](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.11.3...@standardnotes/utils@1.12.0) (2022-11-23) # [1.12.0](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.11.3...@standardnotes/utils@1.12.0) (2022-11-23)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/utils", "name": "@standardnotes/utils",
"version": "1.12.0", "version": "1.13.0",
"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.106.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.105.0...@standardnotes/web@3.106.0) (2022-11-23)
### Features
* use line height preference in super editor (skip e2e) ([#2045](https://github.com/standardnotes/app/issues/2045)) ([87cd31a](https://github.com/standardnotes/app/commit/87cd31ae5d630a528ce6d4895b2c144bf51808f0))
# [3.105.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.104.1...@standardnotes/web@3.105.0) (2022-11-23) # [3.105.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.104.1...@standardnotes/web@3.105.0) (2022-11-23)
### Bug Fixes ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/web", "name": "@standardnotes/web",
"version": "3.105.0", "version": "3.106.0",
"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.",