StandardNotes CI
2024-02-17 09:13:16 +00:00
parent 79374f017b
commit 85c401fa6e
27 changed files with 89 additions and 13 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.55.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.54.0...@standardnotes/models@1.55.0) (2024-02-17)
### Features
* Themes and appeareance settings are now local to your device and not synced ([#2847](https://github.com/standardnotes/app/issues/2847)) ([bfbf9ab](https://github.com/standardnotes/app/commit/bfbf9ab8ceb6f1ecd3a0690bce3b5d1c5c52e84c))
# [1.54.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.53.0...@standardnotes/models@1.54.0) (2024-02-02)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.54.0",
"version": "1.55.0",
"publishConfig": {
"access": "public"
},