chore(release): publish

- @standardnotes/blocks-editor@1.17.2
 - @standardnotes/desktop@3.104.146
 - @standardnotes/mobile@3.51.26
 - @standardnotes/releases@1.4.169
 - @standardnotes/web@3.149.8
This commit is contained in:
StandardNotes CI
2023-02-16 09:38:41 +00:00
parent 91a8023fa4
commit 135956ce73
11 changed files with 43 additions and 5 deletions

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.17.2](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.17.1...@standardnotes/blocks-editor@1.17.2) (2023-02-16)
### Bug Fixes
* Fixes issue where pasting in a new Super note would not save it ([91a8023](https://github.com/standardnotes/app/commit/91a8023fa480adbf9c1e99f2af922facf1fb8d9e))
## [1.17.1](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.17.0...@standardnotes/blocks-editor@1.17.1) (2023-02-13)
**Note:** Version bump only for package @standardnotes/blocks-editor

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/blocks-editor",
"version": "1.17.1",
"version": "1.17.2",
"private": true,
"main": "./src/index.ts",
"scripts": {

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.146](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.149.7...@standardnotes/desktop@3.104.146) (2023-02-16)
**Note:** Version bump only for package @standardnotes/desktop
## [3.104.145](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.149.6...@standardnotes/desktop@3.104.145) (2023-02-15)
**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.145",
"version": "3.104.146",
"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.26](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.25...@standardnotes/mobile@3.51.26) (2023-02-16)
**Note:** Version bump only for package @standardnotes/mobile
## [3.51.25](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.24...@standardnotes/mobile@3.51.25) (2023-02-15)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.51.25",
"version": "3.51.26",
"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.169](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.168...@standardnotes/releases@1.4.169) (2023-02-16)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.168](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.167...@standardnotes/releases@1.4.168) (2023-02-15)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.168",
"version": "1.4.169",
"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.149.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.149.7...@standardnotes/web@3.149.8) (2023-02-16)
### Bug Fixes
* Fixes issue where pasting in a new Super note would not save it ([91a8023](https://github.com/standardnotes/app/commit/91a8023fa480adbf9c1e99f2af922facf1fb8d9e))
## [3.149.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.149.6...@standardnotes/web@3.149.7) (2023-02-15)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.149.8",
"title": "[3.149.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.149.7...@standardnotes/web@3.149.8) (2023-02-16)",
"date": null,
"body": "### Bug Fixes\n\n* Fixes issue where pasting in a new Super note would not save it ([91a8023](https://github.com/standardnotes/app/commit/91a8023fa480adbf9c1e99f2af922facf1fb8d9e))",
"parsed": {
"_": [
"Fixes issue where pasting in a new Super note would not save it (91a8023)"
],
"Bug Fixes": [
"Fixes issue where pasting in a new Super note would not save it (91a8023)"
]
}
},
{
"version": "3.149.7",
"title": "[3.149.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.149.6...@standardnotes/web@3.149.7) (2023-02-15)",

View File

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