chore(release): publish

- @standardnotes/api@1.18.3
 - @standardnotes/components-meta@2.7.22
 - @standardnotes/desktop@3.23.254
 - @standardnotes/encryption@1.18.8
 - @standardnotes/filepicker@1.24.10
 - @standardnotes/files@1.11.10
 - @standardnotes/mobile@3.45.1
 - @standardnotes/models@1.32.0
 - @standardnotes/releases@1.3.183
 - @standardnotes/services@1.39.0
 - @standardnotes/snjs@2.145.0
 - @standardnotes/styles@1.6.0
 - @standardnotes/ui-services@1.10.5
 - @standardnotes/web@3.90.0
 - @standardnotes/markdown-visual@1.1.4
 - @standardnotes/authenticator@2.2.6
This commit is contained in:
StandardNotes CI
2022-10-27 22:52:36 +00:00
parent 040bce7584
commit ba231c633f
32 changed files with 90 additions and 16 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.18.3](https://github.com/standardnotes/app/compare/@standardnotes/api@1.18.2...@standardnotes/api@1.18.3) (2022-10-27)
**Note:** Version bump only for package @standardnotes/api
## [1.18.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.18.1...@standardnotes/api@1.18.2) (2022-10-25) ## [1.18.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.18.1...@standardnotes/api@1.18.2) (2022-10-25)
**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.18.2", "version": "1.18.3",
"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.7.22](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.21...@standardnotes/components-meta@2.7.22) (2022-10-27)
**Note:** Version bump only for package @standardnotes/components-meta
## [2.7.21](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.20...@standardnotes/components-meta@2.7.21) (2022-10-18) ## [2.7.21](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.20...@standardnotes/components-meta@2.7.21) (2022-10-18)
### Reverts ### Reverts

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/components-meta", "name": "@standardnotes/components-meta",
"version": "2.7.21", "version": "2.7.22",
"private": true, "private": true,
"author": "Standard Notes.", "author": "Standard Notes.",
"main": "dist", "main": "dist",

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.1.4](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.1.3...@standardnotes/markdown-visual@1.1.4) (2022-10-27)
**Note:** Version bump only for package @standardnotes/markdown-visual
## [1.1.3](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.1.2...@standardnotes/markdown-visual@1.1.3) (2022-10-05) ## [1.1.3](https://github.com/standardnotes/app/compare/@standardnotes/markdown-visual@1.1.2...@standardnotes/markdown-visual@1.1.3) (2022-10-05)
**Note:** Version bump only for package @standardnotes/markdown-visual **Note:** Version bump only for package @standardnotes/markdown-visual

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/markdown-visual", "name": "@standardnotes/markdown-visual",
"version": "1.1.3", "version": "1.1.4",
"author": "Johnny Almonte <johnny@standardnotes.com>", "author": "Johnny Almonte <johnny@standardnotes.com>",
"description": "A lightweight WYSIWYG markdown editor for Standard Notes, derived from Milkdown.", "description": "A lightweight WYSIWYG markdown editor for Standard Notes, derived from Milkdown.",
"keywords": [ "keywords": [

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.2.6](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.5...@standardnotes/authenticator@2.2.6) (2022-10-27)
**Note:** Version bump only for package @standardnotes/authenticator
## [2.2.5](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.4...@standardnotes/authenticator@2.2.5) (2022-10-05) ## [2.2.5](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.4...@standardnotes/authenticator@2.2.5) (2022-10-05)
**Note:** Version bump only for package @standardnotes/authenticator **Note:** Version bump only for package @standardnotes/authenticator

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/authenticator", "name": "@standardnotes/authenticator",
"version": "2.2.5", "version": "2.2.6",
"main": "dist/dist.js", "main": "dist/dist.js",
"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.
## [3.23.254](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.253...@standardnotes/desktop@3.23.254) (2022-10-27)
**Note:** Version bump only for package @standardnotes/desktop
## [3.23.253](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.252...@standardnotes/desktop@3.23.253) (2022-10-26) ## [3.23.253](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.252...@standardnotes/desktop@3.23.253) (2022-10-26)
**Note:** Version bump only for package @standardnotes/desktop **Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{ {
"name": "@standardnotes/desktop", "name": "@standardnotes/desktop",
"main": "./app/dist/index.js", "main": "./app/dist/index.js",
"version": "3.23.253", "version": "3.23.254",
"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.18.8](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.18.7...@standardnotes/encryption@1.18.8) (2022-10-27)
**Note:** Version bump only for package @standardnotes/encryption
## [1.18.7](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.18.6...@standardnotes/encryption@1.18.7) (2022-10-25) ## [1.18.7](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.18.6...@standardnotes/encryption@1.18.7) (2022-10-25)
**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.18.7", "version": "1.18.8",
"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.24.10](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.24.9...@standardnotes/filepicker@1.24.10) (2022-10-27)
**Note:** Version bump only for package @standardnotes/filepicker
## [1.24.9](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.24.8...@standardnotes/filepicker@1.24.9) (2022-10-25) ## [1.24.9](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.24.8...@standardnotes/filepicker@1.24.9) (2022-10-25)
**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.24.9", "version": "1.24.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.11.10](https://github.com/standardnotes/app/compare/@standardnotes/files@1.11.9...@standardnotes/files@1.11.10) (2022-10-27)
**Note:** Version bump only for package @standardnotes/files
## [1.11.9](https://github.com/standardnotes/app/compare/@standardnotes/files@1.11.8...@standardnotes/files@1.11.9) (2022-10-25) ## [1.11.9](https://github.com/standardnotes/app/compare/@standardnotes/files@1.11.8...@standardnotes/files@1.11.9) (2022-10-25)
**Note:** Version bump only for package @standardnotes/files **Note:** Version bump only for package @standardnotes/files

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/files", "name": "@standardnotes/files",
"version": "1.11.9", "version": "1.11.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.
## [3.45.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.0...@standardnotes/mobile@3.45.1) (2022-10-27)
**Note:** Version bump only for package @standardnotes/mobile
# [3.45.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.44.5...@standardnotes/mobile@3.45.0) (2022-10-26) # [3.45.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.44.5...@standardnotes/mobile@3.45.0) (2022-10-26)
### Features ### Features

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/mobile", "name": "@standardnotes/mobile",
"version": "3.45.0", "version": "3.45.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,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.32.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.31.1...@standardnotes/models@1.32.0) (2022-10-27)
### Features
* daily notes (dev only) ([#1894](https://github.com/standardnotes/app/issues/1894)) ([69c3f2b](https://github.com/standardnotes/app/commit/69c3f2be837152a1f937559327021c2128234c69))
## [1.31.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.31.0...@standardnotes/models@1.31.1) (2022-10-25) ## [1.31.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.31.0...@standardnotes/models@1.31.1) (2022-10-25)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/models", "name": "@standardnotes/models",
"version": "1.31.1", "version": "1.32.0",
"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.183](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.182...@standardnotes/releases@1.3.183) (2022-10-27)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.182](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.181...@standardnotes/releases@1.3.182) (2022-10-26) ## [1.3.182](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.181...@standardnotes/releases@1.3.182) (2022-10-26)
**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.182", "version": "1.3.183",
"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.39.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.38.0...@standardnotes/services@1.39.0) (2022-10-27)
### Features
* daily notes (dev only) ([#1894](https://github.com/standardnotes/app/issues/1894)) ([69c3f2b](https://github.com/standardnotes/app/commit/69c3f2be837152a1f937559327021c2128234c69))
# [1.38.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.37.1...@standardnotes/services@1.38.0) (2022-10-26) # [1.38.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.37.1...@standardnotes/services@1.38.0) (2022-10-26)
### Features ### Features

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/services", "name": "@standardnotes/services",
"version": "1.38.0", "version": "1.39.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.
# [2.145.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.144.2...@standardnotes/snjs@2.145.0) (2022-10-27)
### Features
* daily notes (dev only) ([#1894](https://github.com/standardnotes/app/issues/1894)) ([69c3f2b](https://github.com/standardnotes/app/commit/69c3f2be837152a1f937559327021c2128234c69))
## [2.144.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.144.1...@standardnotes/snjs@2.144.2) (2022-10-26) ## [2.144.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.144.1...@standardnotes/snjs@2.144.2) (2022-10-26)
**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.144.2", "version": "2.145.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.
# [1.6.0](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.5.0...@standardnotes/styles@1.6.0) (2022-10-27)
### Features
* daily notes (dev only) ([#1894](https://github.com/standardnotes/app/issues/1894)) ([69c3f2b](https://github.com/standardnotes/app/commit/69c3f2be837152a1f937559327021c2128234c69))
# [1.5.0](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.4.2...@standardnotes/styles@1.5.0) (2022-10-05) # [1.5.0](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.4.2...@standardnotes/styles@1.5.0) (2022-10-05)
### Features ### Features

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/styles", "name": "@standardnotes/styles",
"version": "1.5.0", "version": "1.6.0",
"private": true, "private": true,
"main": "dist/index.js", "main": "dist/index.js",
"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.10.5](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.10.4...@standardnotes/ui-services@1.10.5) (2022-10-27)
**Note:** Version bump only for package @standardnotes/ui-services
## [1.10.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.10.3...@standardnotes/ui-services@1.10.4) (2022-10-26) ## [1.10.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.10.3...@standardnotes/ui-services@1.10.4) (2022-10-26)
**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.10.4", "version": "1.10.5",
"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.90.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.89.0...@standardnotes/web@3.90.0) (2022-10-27)
### Features
* daily notes (dev only) ([#1894](https://github.com/standardnotes/app/issues/1894)) ([69c3f2b](https://github.com/standardnotes/app/commit/69c3f2be837152a1f937559327021c2128234c69))
# [3.89.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.88.1...@standardnotes/web@3.89.0) (2022-10-26) # [3.89.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.88.1...@standardnotes/web@3.89.0) (2022-10-26)
### Features ### Features

View File

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