StandardNotes CI
2023-08-01 20:34:01 +00:00
parent 6f7a72d645
commit 146f4540a8
41 changed files with 120 additions and 20 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.
## [3.167.28](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.27...@standardnotes/web@3.167.28) (2023-08-01)
### Bug Fixes
* Fixes issue where selecting a third-party editor/note-type as default for a tag would not correctly apply editor ([73609ca](https://github.com/standardnotes/app/commit/73609ca7e31c6cc628f46319f0b9502f7b8afcd3))
## [3.167.27](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.26...@standardnotes/web@3.167.27) (2023-08-01)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.167.28",
"title": "[3.167.28](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.27...@standardnotes/web@3.167.28) (2023-08-01)",
"date": null,
"body": "### Bug Fixes\n\n* Fixes issue where selecting a third-party editor/note-type as default for a tag would not correctly apply editor ([73609ca](https://github.com/standardnotes/app/commit/73609ca7e31c6cc628f46319f0b9502f7b8afcd3))",
"parsed": {
"_": [
"Fixes issue where selecting a third-party editor/note-type as default for a tag would not correctly apply editor (73609ca)"
],
"Bug Fixes": [
"Fixes issue where selecting a third-party editor/note-type as default for a tag would not correctly apply editor (73609ca)"
]
}
},
{
"version": "3.167.27",
"title": "[3.167.27](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.26...@standardnotes/web@3.167.27) (2023-08-01)",

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.167.27",
"version": "3.167.28",
"license": "CC BY-NC-SA 4.0",
"main": "dist/app.js",
"author": "Standard Notes.",