Merge branch 'main' of github.com:standardnotes/app

This commit is contained in:
Aman Harwara
2022-12-05 14:17:36 +05:30
11 changed files with 54 additions and 5 deletions

View File

@@ -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.7](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.117.5...@standardnotes/desktop@3.104.7) (2022-12-05)
**Note:** Version bump only for package @standardnotes/desktop
## [3.104.6](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.117.4...@standardnotes/desktop@3.104.6) (2022-12-04)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.104.6",
"version": "3.104.7",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,

View File

@@ -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.49.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.5...@standardnotes/mobile@3.49.6) (2022-12-05)
**Note:** Version bump only for package @standardnotes/mobile
## [3.49.5](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.4...@standardnotes/mobile@3.49.5) (2022-12-04)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.49.5",
"version": "3.49.6",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0-or-later",

View File

@@ -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.30](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.29...@standardnotes/releases@1.4.30) (2022-12-05)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.29](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.28...@standardnotes/releases@1.4.29) (2022-12-04)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.29",
"version": "1.4.30",
"license": "AGPL-3.0-or-later",
"main": "dist/releases.json",
"types": "dist/index.d.ts",

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.
# [1.18.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.17.11...@standardnotes/ui-services@1.18.0) (2022-12-05)
### Features
* Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences ([7c261af](https://github.com/standardnotes/app/commit/7c261af23018c398d24d695fb024df83928b8189))
## [1.17.11](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.17.10...@standardnotes/ui-services@1.17.11) (2022-12-04)
**Note:** Version bump only for package @standardnotes/ui-services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.17.11",
"version": "1.18.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.118.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.5...@standardnotes/web@3.118.0) (2022-12-05)
### Bug Fixes
* Fixed purchase flow padding ([71e20f2](https://github.com/standardnotes/app/commit/71e20f2a2f7422ced99311676181db4b3113fa94))
### Features
* Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences ([7c261af](https://github.com/standardnotes/app/commit/7c261af23018c398d24d695fb024df83928b8189))
* Show preferences keyboard shortcut in tooltip ([8575b3e](https://github.com/standardnotes/app/commit/8575b3e71487f468102ade9c1fb8bf966231e6e1))
## [3.117.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.4...@standardnotes/web@3.117.5) (2022-12-04)
### Bug Fixes

View File

@@ -1,5 +1,25 @@
{
"versions": [
{
"version": "3.118.0",
"title": "[3.118.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.5...@standardnotes/web@3.118.0) (2022-12-05)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed purchase flow padding ([71e20f2](https://github.com/standardnotes/app/commit/71e20f2a2f7422ced99311676181db4b3113fa94))\n\n### Features\n\n* Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences ([7c261af](https://github.com/standardnotes/app/commit/7c261af23018c398d24d695fb024df83928b8189))\n* Show preferences keyboard shortcut in tooltip ([8575b3e](https://github.com/standardnotes/app/commit/8575b3e71487f468102ade9c1fb8bf966231e6e1))",
"parsed": {
"_": [
"Fixed purchase flow padding (71e20f2)",
"Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences (7c261af)",
"Show preferences keyboard shortcut in tooltip (8575b3e)"
],
"Bug Fixes": [
"Fixed purchase flow padding (71e20f2)"
],
"Features": [
"Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences (7c261af)",
"Show preferences keyboard shortcut in tooltip (8575b3e)"
]
}
},
{
"version": "3.117.5",
"title": "[3.117.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.4...@standardnotes/web@3.117.5) (2022-12-04)",

View File

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