StandardNotes CI
2023-07-26 21:20:45 +00:00
parent d268c02ab3
commit 1fef36d601
33 changed files with 108 additions and 16 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.17.7](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.17.6...@standardnotes/utils@1.17.7) (2023-07-26)
### Bug Fixes
* Fixes issue where lock screen would not use previously active theme ([#2372](https://github.com/standardnotes/app/issues/2372)) ([d268c02](https://github.com/standardnotes/app/commit/d268c02ab31beb5e2fd9e6547610f9a4dd61bed4))
## [1.17.6](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.17.5...@standardnotes/utils@1.17.6) (2023-07-12)
**Note:** Version bump only for package @standardnotes/utils

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/utils",
"version": "1.17.6",
"version": "1.17.7",
"engines": {
"node": ">=16.0.0 <17.0.0"
},