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.28.14](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.28.13...@standardnotes/ui-services@1.28.14) (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.28.13](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.28.12...@standardnotes/ui-services@1.28.13) (2023-07-26)
**Note:** Version bump only for package @standardnotes/ui-services

View File

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