StandardNotes CI
2023-01-06 11:59:51 +00:00
parent dd8ccdeadc
commit 5bdbfe9fc7
29 changed files with 90 additions and 14 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.136.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.135.1...@standardnotes/web@3.136.0) (2023-01-06)
### Features
* Added per-tag preference to use table layout and removed "Files Table View" from Labs ([dd8ccde](https://github.com/standardnotes/app/commit/dd8ccdeadc6c2fd7f7ccd66f2dc4b0081616fb2b))
## [3.135.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.135.0...@standardnotes/web@3.135.1) (2023-01-05)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.136.0",
"title": "[3.136.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.135.1...@standardnotes/web@3.136.0) (2023-01-06)",
"date": null,
"body": "### Features\n\n* Added per-tag preference to use table layout and removed \"Files Table View\" from Labs ([dd8ccde](https://github.com/standardnotes/app/commit/dd8ccdeadc6c2fd7f7ccd66f2dc4b0081616fb2b))",
"parsed": {
"_": [
"Added per-tag preference to use table layout and removed \"Files Table View\" from Labs (dd8ccde)"
],
"Features": [
"Added per-tag preference to use table layout and removed \"Files Table View\" from Labs (dd8ccde)"
]
}
},
{
"version": "3.135.1",
"title": "[3.135.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.135.0...@standardnotes/web@3.135.1) (2023-01-05)",

View File

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