chore(release): publish

- @standardnotes/desktop@3.23.38
 - @standardnotes/encryption@1.10.5
 - @standardnotes/mobile@3.27.5
 - @standardnotes/releases@1.2.52
 - @standardnotes/web-server@1.2.60
 - @standardnotes/web@3.33.5
This commit is contained in:
StandardNotes CI
2022-07-05 12:41:45 +00:00
parent 175a0ff7db
commit 8b7935d545
12 changed files with 32 additions and 6 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.
## [3.23.38](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.37...@standardnotes/desktop@3.23.38) (2022-07-05)
**Note:** Version bump only for package @standardnotes/desktop
## [3.23.37](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.36...@standardnotes/desktop@3.23.37) (2022-07-05) ## [3.23.37](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.36...@standardnotes/desktop@3.23.37) (2022-07-05)
**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.37", "version": "3.23.38",
"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,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.10.5](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.10.4...@standardnotes/encryption@1.10.5) (2022-07-05)
### Bug Fixes
* add typescript dev dependency on encryption package ([175a0ff](https://github.com/standardnotes/app/commit/175a0ff7db7a83e67bf1991dd46eff1a7c7920ff))
## [1.10.4](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.10.3...@standardnotes/encryption@1.10.4) (2022-07-05) ## [1.10.4](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.10.3...@standardnotes/encryption@1.10.4) (2022-07-05)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/encryption", "name": "@standardnotes/encryption",
"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,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.27.5](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.27.4...@standardnotes/mobile@3.27.5) (2022-07-05)
**Note:** Version bump only for package @standardnotes/mobile
## [3.27.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.27.3...@standardnotes/mobile@3.27.4) (2022-07-05) ## [3.27.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.27.3...@standardnotes/mobile@3.27.4) (2022-07-05)
**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.27.4", "version": "3.27.5",
"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.2.52](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.51...@standardnotes/releases@1.2.52) (2022-07-05)
**Note:** Version bump only for package @standardnotes/releases
## [1.2.51](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.50...@standardnotes/releases@1.2.51) (2022-07-05) ## [1.2.51](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.50...@standardnotes/releases@1.2.51) (2022-07-05)
**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.2.51", "version": "1.2.52",
"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.2.60](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.59...@standardnotes/web-server@1.2.60) (2022-07-05)
**Note:** Version bump only for package @standardnotes/web-server
## [1.2.59](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.58...@standardnotes/web-server@1.2.59) (2022-07-05) ## [1.2.59](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.58...@standardnotes/web-server@1.2.59) (2022-07-05)
**Note:** Version bump only for package @standardnotes/web-server **Note:** Version bump only for package @standardnotes/web-server

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/web-server", "name": "@standardnotes/web-server",
"version": "1.2.59", "version": "1.2.60",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"private": true, "private": true,
"author": "Standard Notes.", "author": "Standard Notes.",

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.33.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.33.4...@standardnotes/web@3.33.5) (2022-07-05)
**Note:** Version bump only for package @standardnotes/web
## [3.33.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.33.3...@standardnotes/web@3.33.4) (2022-07-05) ## [3.33.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.33.3...@standardnotes/web@3.33.4) (2022-07-05)
**Note:** Version bump only for package @standardnotes/web **Note:** Version bump only for package @standardnotes/web

View File

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