StandardNotes CI
2022-10-06 21:43:54 +00:00
parent cbbe913cd6
commit 3733707bf1
28 changed files with 91 additions and 14 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.6.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.6.0...@standardnotes/ui-services@1.6.1) (2022-10-06)
### Bug Fixes
* dark mode toggling ([1377846](https://github.com/standardnotes/app/commit/1377846f3f3a23a405c96b8a733d439947abfefe))
# [1.6.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.5.2...@standardnotes/ui-services@1.6.0) (2022-10-05)
### Features

View File

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