StandardNotes CI
2022-12-27 18:29:52 +00:00
parent dc33aef660
commit ccb15faff5
25 changed files with 78 additions and 12 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.129.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.128.11...@standardnotes/web@3.129.0) (2022-12-27)
### Features
* Allow changing per-view display preferences for system views ([#2120](https://github.com/standardnotes/app/issues/2120)) ([dc33aef](https://github.com/standardnotes/app/commit/dc33aef6608a364107a884ad2f26c14bceea23b7))
## [3.128.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.128.10...@standardnotes/web@3.128.11) (2022-12-27)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.129.0",
"title": "[3.129.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.128.11...@standardnotes/web@3.129.0) (2022-12-27)",
"date": null,
"body": "### Features\n\n* Allow changing per-view display preferences for system views ([#2120](https://github.com/standardnotes/app/issues/2120)) ([dc33aef](https://github.com/standardnotes/app/commit/dc33aef6608a364107a884ad2f26c14bceea23b7))",
"parsed": {
"_": [
"Allow changing per-view display preferences for system views (#2120) (dc33aef)"
],
"Features": [
"Allow changing per-view display preferences for system views (#2120) (dc33aef)"
]
}
},
{
"version": "3.128.11",
"title": "[3.128.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.128.10...@standardnotes/web@3.128.11) (2022-12-27)",

View File

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