chore(release): publish

- @standardnotes/components-meta@0.1.0
 - @standardnotes/desktop@3.22.0
 - @standardnotes/icons@1.4.0
 - @standardnotes/mobile@3.22.0
 - @standardnotes/styles@1.2.0
 - @standardnotes/toast@1.2.0
 - @standardnotes/web-server@1.2.0
 - @standardnotes/web@3.22.0
This commit is contained in:
StandardNotes CI
2022-06-10 19:07:16 +00:00
parent 63bc580b30
commit 318e89dc03
16 changed files with 146 additions and 16 deletions

View File

@@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 3.22.0 (2022-06-10)
### Bug Fixes
* desktop ([#1080](https://github.com/standardnotes/app/issues/1080)) ([6801c3d](https://github.com/standardnotes/app/commit/6801c3dd3b931d9bfa3987c7867282da63c65266))
* icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c))
### Features
* add desktop repo ([#1071](https://github.com/standardnotes/app/issues/1071)) ([0b7ce82](https://github.com/standardnotes/app/commit/0b7ce82aaa21018da084149bb52b5c90b2273bc8))
* mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf))
* toast package ([#1073](https://github.com/standardnotes/app/issues/1073)) ([6d0b6e9](https://github.com/standardnotes/app/commit/6d0b6e9018b2a612b8df4827336883fe04033128))
* **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023))
# 3.21.0 (2022-06-10)

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.21.0",
"version": "3.22.0",
"license": "AGPL-3.0-or-later",
"private": true,
"repository": {
@@ -36,7 +36,7 @@
"dependencies": {
"@electron/remote": "^2.0.8",
"@standardnotes/electron-clear-data": "1.1.1",
"@standardnotes/web": "^3.21.0",
"@standardnotes/web": "^3.22.0",
"axios": "^0.27.2",
"compare-versions": "^4.1.3",
"decrypt": "github:standardnotes/decrypt#master",