diff --git a/packages/blocks-editor/CHANGELOG.md b/packages/blocks-editor/CHANGELOG.md index 4b997e3f4..438102ba0 100644 --- a/packages/blocks-editor/CHANGELOG.md +++ b/packages/blocks-editor/CHANGELOG.md @@ -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 diff --git a/packages/blocks-editor/package.json b/packages/blocks-editor/package.json index 79241d5a2..71bb7db7f 100644 --- a/packages/blocks-editor/package.json +++ b/packages/blocks-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/blocks-editor", - "version": "1.17.1", + "version": "1.17.2", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 51d8b34f9..991e98113 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -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 diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 33a11340e..f15fc197c 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -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, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 8e959867b..0d9ded7bf 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -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 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 0b6c186de..d2b6808b1 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -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", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 5fee0b98d..14a69d1ed 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/CHANGELOG.md @@ -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 diff --git a/packages/releases/package.json b/packages/releases/package.json index ad5be7ed0..d333018f2 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -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", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 43f5291d9..c771e0e98 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -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 diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 8ed5050be..02345b5cf 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -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)", diff --git a/packages/web/package.json b/packages/web/package.json index 7a8a1bfb3..9be96cc86 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -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.",