chore(release): publish
- @standardnotes/api@1.20.26 - @standardnotes/desktop@3.104.59 - @standardnotes/encryption@1.19.31 - @standardnotes/features@1.57.1 - @standardnotes/filepicker@1.27.9 - @standardnotes/files@1.14.8 - @standardnotes/mobile@3.49.56 - @standardnotes/models@1.40.3 - @standardnotes/releases@1.4.82 - @standardnotes/responses@1.12.12 - @standardnotes/services@1.50.14 - @standardnotes/snjs@2.156.16 - @standardnotes/ui-services@1.21.5 - @standardnotes/web@3.130.3
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.130.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.130.2...@standardnotes/web@3.130.3) (2022-12-29)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed issue where converting a note to Super from the note options menu would not work ([df4acbb](https://github.com/standardnotes/app/commit/df4acbb1bcd9f3bb11717dac47c31c97a1de4ff5))
|
||||
* Fixed issue where Super note font size would shift on first load ([113d3be](https://github.com/standardnotes/app/commit/113d3bebb43451ec2c815eabc255dfb790a91431))
|
||||
|
||||
## [3.130.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.130.0...@standardnotes/web@3.130.2) (2022-12-29)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.130.3",
|
||||
"title": "[3.130.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.130.2...@standardnotes/web@3.130.3) (2022-12-29)",
|
||||
"date": null,
|
||||
"body": "### Bug Fixes\n\n* Fixed issue where converting a note to Super from the note options menu would not work ([df4acbb](https://github.com/standardnotes/app/commit/df4acbb1bcd9f3bb11717dac47c31c97a1de4ff5))\n* Fixed issue where Super note font size would shift on first load ([113d3be](https://github.com/standardnotes/app/commit/113d3bebb43451ec2c815eabc255dfb790a91431))",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"Fixed issue where converting a note to Super from the note options menu would not work (df4acbb)",
|
||||
"Fixed issue where Super note font size would shift on first load (113d3be)"
|
||||
],
|
||||
"Bug Fixes": [
|
||||
"Fixed issue where converting a note to Super from the note options menu would not work (df4acbb)",
|
||||
"Fixed issue where Super note font size would shift on first load (113d3be)"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.130.2",
|
||||
"title": "[3.130.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.130.0...@standardnotes/web@3.130.2) (2022-12-29)",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.130.2",
|
||||
"version": "3.130.3",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes.",
|
||||
|
||||
Reference in New Issue
Block a user