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

This commit is contained in:
Aman Harwara
2023-03-24 19:10:42 +05:30
9 changed files with 36 additions and 4 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.105.29](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.28...@standardnotes/desktop@3.105.29) (2023-03-24)
**Note:** Version bump only for package @standardnotes/desktop
## [3.105.28](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.27...@standardnotes/desktop@3.105.28) (2023-03-22)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.105.28",
"version": "3.105.29",
"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.51.62](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.61...@standardnotes/mobile@3.51.62) (2023-03-24)
**Note:** Version bump only for package @standardnotes/mobile
## [3.51.61](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.60...@standardnotes/mobile@3.51.61) (2023-03-22)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.51.61",
"version": "3.51.62",
"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.205](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.204...@standardnotes/releases@1.4.205) (2023-03-24)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.204](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.203...@standardnotes/releases@1.4.204) (2023-03-22)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.204",
"version": "1.4.205",
"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.
## [3.150.29](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.28...@standardnotes/web@3.150.29) (2023-03-24)
### Bug Fixes
* Fixed issue where pasting an image into Super would not correctly link it to note ([5cd04b1](https://github.com/standardnotes/app/commit/5cd04b147479f9f1a0f2b8ee02aba2cfa652e798))
## [3.150.28](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.27...@standardnotes/web@3.150.28) (2023-03-22)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.150.29",
"title": "[3.150.29](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.28...@standardnotes/web@3.150.29) (2023-03-24)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where pasting an image into Super would not correctly link it to note ([5cd04b1](https://github.com/standardnotes/app/commit/5cd04b147479f9f1a0f2b8ee02aba2cfa652e798))",
"parsed": {
"_": [
"Fixed issue where pasting an image into Super would not correctly link it to note (5cd04b1)"
],
"Bug Fixes": [
"Fixed issue where pasting an image into Super would not correctly link it to note (5cd04b1)"
]
}
},
{
"version": "3.150.28",
"title": "[3.150.28](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.27...@standardnotes/web@3.150.28) (2023-03-22)",

View File

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