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.
## [3.167.14](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.13...@standardnotes/web@3.167.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))
## [3.167.13](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.12...@standardnotes/web@3.167.13) (2023-07-26)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.167.14",
"title": "[3.167.14](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.13...@standardnotes/web@3.167.14) (2023-07-26)",
"date": null,
"body": "### Bug Fixes\n\n* 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))",
"parsed": {
"_": [
"Fixes issue where lock screen would not use previously active theme (#2372) (d268c02)"
],
"Bug Fixes": [
"Fixes issue where lock screen would not use previously active theme (#2372) (d268c02)"
]
}
},
{
"version": "3.167.13",
"title": "[3.167.13](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.12...@standardnotes/web@3.167.13) (2023-07-26)",

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.167.13",
"version": "3.167.14",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes",