diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 5b55ed005..0e07850c2 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.102.3](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.102.2...@standardnotes/desktop@3.102.3) (2022-11-25) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.102.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.102.1...@standardnotes/desktop@3.102.2) (2022-11-24) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 0305320d7..5a2bd4394 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.102.2", + "version": "3.102.3", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index a6b5308bc..87a3bae02 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.47.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.47.2...@standardnotes/mobile@3.47.3) (2022-11-25) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.47.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.47.1...@standardnotes/mobile@3.47.2) (2022-11-24) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index c6157ed8f..deee1950d 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.47.2", + "version": "3.47.3", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 363140730..40e369066 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.4](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.3...@standardnotes/releases@1.4.4) (2022-11-25) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.3](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.2...@standardnotes/releases@1.4.3) (2022-11-24) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 9d99da431..c1c3bb517 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.3", + "version": "1.4.4", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index a6fdedc5c..3342b25e4 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.16.0...@standardnotes/ui-services@1.17.0) (2022-11-25) + +### Features + +* Markdown, HTML & JSON export options for super notes ([#2054](https://github.com/standardnotes/app/issues/2054)) ([dcc8cfb](https://github.com/standardnotes/app/commit/dcc8cfbe45644dbb77e0ade0073017e6ac66164c)) + # [1.16.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.15.0...@standardnotes/ui-services@1.16.0) (2022-11-24) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index b83cb6651..6c1e63cf0 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.16.0", + "version": "1.17.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index a70aba05f..b368309af 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -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.110.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.109.1...@standardnotes/web@3.110.0) (2022-11-25) + +### Features + +* Markdown, HTML & JSON export options for super notes ([#2054](https://github.com/standardnotes/app/issues/2054)) ([dcc8cfb](https://github.com/standardnotes/app/commit/dcc8cfbe45644dbb77e0ade0073017e6ac66164c)) + +### Reverts + +* Revert "chore: e2e tests opt in" ([9b91875](https://github.com/standardnotes/app/commit/9b91875d3d31609449e22a386d7305fd7ca5a68f)) + ## [3.109.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.109.0...@standardnotes/web@3.109.1) (2022-11-24) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 473610517..36b052ddd 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,23 @@ { "versions": [ + { + "version": "3.110.0", + "title": "[3.110.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.109.1...@standardnotes/web@3.110.0) (2022-11-25)", + "date": null, + "body": "### Features\n\n* Markdown, HTML & JSON export options for super notes ([#2054](https://github.com/standardnotes/app/issues/2054)) ([dcc8cfb](https://github.com/standardnotes/app/commit/dcc8cfbe45644dbb77e0ade0073017e6ac66164c))\n\n### Reverts\n\n* Revert \"chore: e2e tests opt in\" ([9b91875](https://github.com/standardnotes/app/commit/9b91875d3d31609449e22a386d7305fd7ca5a68f))", + "parsed": { + "_": [ + "Markdown, HTML & JSON export options for super notes (#2054) (dcc8cfb)", + "Revert \"chore: e2e tests opt in\" (9b91875)" + ], + "Features": [ + "Markdown, HTML & JSON export options for super notes (#2054) (dcc8cfb)" + ], + "Reverts": [ + "Revert \"chore: e2e tests opt in\" (9b91875)" + ] + } + }, { "version": "3.109.1", "title": "[3.109.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.109.0...@standardnotes/web@3.109.1) (2022-11-24)", diff --git a/packages/web/package.json b/packages/web/package.json index 531c86aa1..b7731eff3 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.109.1", + "version": "3.110.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",