StandardNotes CI
2023-11-27 14:57:52 +00:00
parent 6f74ad6745
commit bf6f8a8b62
27 changed files with 78 additions and 24 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.49.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.49.2...@standardnotes/models@1.49.3) (2023-11-27)
### Bug Fixes
* Fixed issue where checklist item text in Super notes wasn't aligned correctly ([#2656](https://github.com/standardnotes/app/issues/2656)) ([8ff0d20](https://github.com/standardnotes/app/commit/8ff0d208583fd0625682d481f8a065c6ccbd8b8e))
## [1.49.2](https://github.com/standardnotes/app/compare/@standardnotes/models@1.49.1...@standardnotes/models@1.49.2) (2023-11-24)
### Reverts

View File

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