chore(release): publish
- @standardnotes/api@1.20.13 - @standardnotes/desktop@3.102.15 - @standardnotes/encryption@1.19.21 - @standardnotes/filepicker@1.26.4 - @standardnotes/files@1.13.4 - @standardnotes/mobile@3.48.0 - @standardnotes/models@1.38.0 - @standardnotes/releases@1.4.16 - @standardnotes/services@1.48.0 - @standardnotes/snjs@2.154.0 - @standardnotes/ui-services@1.17.5 - @standardnotes/web@3.114.0
This commit is contained in:
@@ -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.114.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.113.0...@standardnotes/web@3.114.0) (2022-11-28)
|
||||
|
||||
### Features
|
||||
|
||||
* display number of files for 'Files' view ([#2065](https://github.com/standardnotes/app/issues/2065)) ([767d354](https://github.com/standardnotes/app/commit/767d3547804bc98693dcc769baeed943c24426f3))
|
||||
|
||||
# [3.113.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.112.2...@standardnotes/web@3.113.0) (2022-11-28)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,17 +1,31 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.114.0",
|
||||
"title": "[3.114.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.113.0...@standardnotes/web@3.114.0) (2022-11-28)",
|
||||
"date": null,
|
||||
"body": "### Features\n\n* display number of files for 'Files' view ([#2065](https://github.com/standardnotes/app/issues/2065)) ([767d354](https://github.com/standardnotes/app/commit/767d3547804bc98693dcc769baeed943c24426f3))",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"display number of files for 'Files' view (#2065) (767d354)"
|
||||
],
|
||||
"Features": [
|
||||
"display number of files for 'Files' view (#2065) (767d354)"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.113.0",
|
||||
"title": "[3.113.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.112.2...@standardnotes/web@3.113.0) (2022-11-28)",
|
||||
"date": null,
|
||||
"body": "### Bug Fixes\n\n* Only autofocus super notes when creating new note ([#2063](https://github.com/standardnotes/app/issues/2063)) ([96e8dfd](https://github.com/standardnotes/app/commit/96e8dfdd310fad88a360c4ac984b376b51a618d1))\n\n### Features\n\n* convert Super notes to Markdown behind the scenes while publishing to Listed ([#2064](https://github.com/standardnotes/app/issues/2064)) ([cc2762a](https://github.com/standardnotes/app/commit/cc2762a29d83e2e4cd646345f9d3935571b27c62))",
|
||||
"body": "### Bug Fixes\n\n* Only autofocus Super notes when creating new note ([#2063](https://github.com/standardnotes/app/issues/2063)) ([96e8dfd](https://github.com/standardnotes/app/commit/96e8dfdd310fad88a360c4ac984b376b51a618d1))\n\n### Features\n\n* convert Super notes to Markdown behind the scenes while publishing to Listed ([#2064](https://github.com/standardnotes/app/issues/2064)) ([cc2762a](https://github.com/standardnotes/app/commit/cc2762a29d83e2e4cd646345f9d3935571b27c62))",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"Only autofocus super notes when creating new note (#2063) (96e8dfd)",
|
||||
"Only autofocus Super notes when creating new note (#2063) (96e8dfd)",
|
||||
"convert Super notes to Markdown behind the scenes while publishing to Listed (#2064) (cc2762a)"
|
||||
],
|
||||
"Bug Fixes": [
|
||||
"Only autofocus super notes when creating new note (#2063) (96e8dfd)"
|
||||
"Only autofocus Super notes when creating new note (#2063) (96e8dfd)"
|
||||
],
|
||||
"Features": [
|
||||
"convert Super notes to Markdown behind the scenes while publishing to Listed (#2064) (cc2762a)"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.113.0",
|
||||
"version": "3.114.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes",
|
||||
|
||||
Reference in New Issue
Block a user