chore(release): publish
- @standardnotes/desktop@3.104.93 - @standardnotes/mobile@3.50.29 - @standardnotes/releases@1.4.116 - @standardnotes/web@3.140.0
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.104.93](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.139.0...@standardnotes/desktop@3.104.93) (2023-01-18)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/desktop
|
||||
|
||||
## [3.104.92](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.138.6...@standardnotes/desktop@3.104.92) (2023-01-18)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/desktop
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@standardnotes/desktop",
|
||||
"main": "./app/dist/index.js",
|
||||
"version": "3.104.92",
|
||||
"version": "3.104.93",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"author": "Standard Notes.",
|
||||
"private": true,
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.50.29](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.28...@standardnotes/mobile@3.50.29) (2023-01-18)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/mobile
|
||||
|
||||
## [3.50.28](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.27...@standardnotes/mobile@3.50.28) (2023-01-18)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/mobile
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/mobile",
|
||||
"version": "3.50.28",
|
||||
"version": "3.50.29",
|
||||
"author": "Standard Notes.",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.4.116](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.115...@standardnotes/releases@1.4.116) (2023-01-18)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/releases
|
||||
|
||||
## [1.4.115](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.114...@standardnotes/releases@1.4.115) (2023-01-18)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/releases
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/releases",
|
||||
"version": "1.4.115",
|
||||
"version": "1.4.116",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/releases.json",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -3,6 +3,16 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [3.140.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.139.0...@standardnotes/web@3.140.0) (2023-01-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed issue where table view would not sort correctly outside of Files view ([066a0b4](https://github.com/standardnotes/app/commit/066a0b4c65bb6356e4ca04e43529f10a2df4d97a))
|
||||
|
||||
### Features
|
||||
|
||||
* Added ability to hide date/tags columns and icons in table view ([3c869fe](https://github.com/standardnotes/app/commit/3c869fe6934a73b5bbb569286aea08fbbda4b1ba))
|
||||
|
||||
# [3.139.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.6...@standardnotes/web@3.139.0) (2023-01-18)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.140.0",
|
||||
"title": "[3.140.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.139.0...@standardnotes/web@3.140.0) (2023-01-18)",
|
||||
"date": null,
|
||||
"body": "### Bug Fixes\n\n* Fixed issue where table view would not sort correctly outside of Files view ([066a0b4](https://github.com/standardnotes/app/commit/066a0b4c65bb6356e4ca04e43529f10a2df4d97a))\n\n### Features\n\n* Added ability to hide date/tags columns and icons in table view ([3c869fe](https://github.com/standardnotes/app/commit/3c869fe6934a73b5bbb569286aea08fbbda4b1ba))",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"Fixed issue where table view would not sort correctly outside of Files view (066a0b4)",
|
||||
"Added ability to hide date/tags columns and icons in table view (3c869fe)"
|
||||
],
|
||||
"Bug Fixes": [
|
||||
"Fixed issue where table view would not sort correctly outside of Files view (066a0b4)"
|
||||
],
|
||||
"Features": [
|
||||
"Added ability to hide date/tags columns and icons in table view (3c869fe)"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.139.0",
|
||||
"title": "[3.139.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.6...@standardnotes/web@3.139.0) (2023-01-18)",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.139.0",
|
||||
"version": "3.140.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes.",
|
||||
|
||||
Reference in New Issue
Block a user