chore(release): publish

- @standardnotes/clipper@1.0.44
 - @standardnotes/desktop@3.106.6
 - @standardnotes/mobile@3.53.6
 - @standardnotes/releases@1.4.274
 - @standardnotes/services@1.59.3
 - @standardnotes/snjs@2.168.3
 - @standardnotes/ui-services@1.25.10
 - @standardnotes/web@3.156.4
This commit is contained in:
StandardNotes CI
2023-05-04 11:30:04 +00:00
parent 8385b4e89f
commit 488142683c
17 changed files with 60 additions and 8 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.59.3](https://github.com/standardnotes/app/compare/@standardnotes/services@1.59.2...@standardnotes/services@1.59.3) (2023-05-04)
### Bug Fixes
* workspace names now default to account email after signing in. It can later be changed from the workspace switcher menu. ([8385b4e](https://github.com/standardnotes/app/commit/8385b4e89fa0fc3204532adda9d085d9c0fd7996))
## [1.59.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.59.1...@standardnotes/services@1.59.2) (2023-05-03)
**Note:** Version bump only for package @standardnotes/services

View File

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