From be2bd92551faddffe2e3937b6399e7e5767fe37c Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 12 Aug 2023 16:10:39 -0700 Subject: [PATCH] chore: publish minor --- CHANGELOG.md | 72 ++++++++++++++++++++++ lerna.json | 2 +- packages/api-server/CHANGELOG.md | 15 +++++ packages/api-server/package.json | 10 +-- packages/common-all/CHANGELOG.md | 33 ++++++++++ packages/common-all/package.json | 2 +- packages/common-assets/CHANGELOG.md | 16 +++++ packages/common-assets/package.json | 2 +- packages/common-frontend/CHANGELOG.md | 16 +++++ packages/common-frontend/package.json | 4 +- packages/common-server/CHANGELOG.md | 16 +++++ packages/common-server/package.json | 4 +- packages/common-test-utils/CHANGELOG.md | 15 +++++ packages/common-test-utils/package.json | 8 +-- packages/dendron-cli/CHANGELOG.md | 15 +++++ packages/dendron-cli/package.json | 14 ++--- packages/dendron-plugin-views/CHANGELOG.md | 17 +++++ packages/dendron-plugin-views/package.json | 8 +-- packages/dendron-viz/CHANGELOG.md | 15 +++++ packages/dendron-viz/package.json | 6 +- packages/engine-server/CHANGELOG.md | 27 ++++++++ packages/engine-server/package.json | 8 +-- packages/engine-test-utils/CHANGELOG.md | 28 +++++++++ packages/engine-test-utils/package.json | 20 +++--- packages/nextjs-template/CHANGELOG.md | 31 ++++++++++ packages/nextjs-template/package-lock.json | 2 +- packages/nextjs-template/package.json | 6 +- packages/plugin-core/CHANGELOG.md | 44 +++++++++++++ packages/plugin-core/package.json | 16 ++--- packages/pods-core/CHANGELOG.md | 22 +++++++ packages/pods-core/package.json | 10 +-- packages/unified/CHANGELOG.md | 29 +++++++++ packages/unified/package.json | 4 +- 33 files changed, 474 insertions(+), 63 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e80c1dbf..ed99645c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,78 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + +### Bug Fixes + +* compiler issues ([e06454b](https://github.com/dendronhq/dendron/commit/e06454b4ea94dec32bd2652be3cd0d499c203e4e)) +* tests ([25abd3b](https://github.com/dendronhq/dendron/commit/25abd3bc379557298bb6b3b50151bbbc6fe9f53e)) +* **publish:** display full breadcrumb path for sidebar excluded notes ([#3742](https://github.com/dendronhq/dendron/issues/3742)) ([8229f83](https://github.com/dendronhq/dendron/commit/8229f83bf5ad725f34dd406950b51c0eb8037ce9)) +* **refactor:** correctly handle reference updates after move selection to ([#3767](https://github.com/dendronhq/dendron/issues/3767)) ([ea52cb6](https://github.com/dendronhq/dendron/commit/ea52cb630046180c5d0e34a1578bafb3fd59921e)) +* **sync:** needless modified notes after workspace sync ([#3768](https://github.com/dendronhq/dendron/issues/3768)) ([f0093fa](https://github.com/dendronhq/dendron/commit/f0093fab1ab097c276ff2dd68b1b1e12950bd5df)) +* **views:** calendar view broken after theme toggle ([#3765](https://github.com/dendronhq/dendron/issues/3765)) ([8ac3e8b](https://github.com/dendronhq/dendron/commit/8ac3e8b02e3e609ab2f7a2a25decfce5e62622a6)) +* **workspace:** Correctly handle deleted notes in editor when checking for duplicate entries ([#3719](https://github.com/dendronhq/dendron/issues/3719)) ([361e3af](https://github.com/dendronhq/dendron/commit/361e3af08ababe0d31548e47812debdc0a938d0f)) +* **workspace:** correctly populate backlink when creating new note using go to note ([#3769](https://github.com/dendronhq/dendron/issues/3769)) ([dbd0ce8](https://github.com/dendronhq/dendron/commit/dbd0ce8f6ee62f266d52d4805dc0860f93c7087c)) +* **workspace:** Correctly read and apply local override config in engine v3 ([#3781](https://github.com/dendronhq/dendron/issues/3781)) ([e14e2c0](https://github.com/dendronhq/dendron/commit/e14e2c061f255815dd1747ea4a7e71116116f100)) +* **workspace:** rename note breaks noteref for user hierarchy ([#3782](https://github.com/dendronhq/dendron/issues/3782)) ([e181a2c](https://github.com/dendronhq/dendron/commit/e181a2c18c9f5d0be71e442c8d513e970443aaf1)) + + +### Reverts + +* Revert "chore: publish minor" ([14e3294](https://github.com/dendronhq/dendron/commit/14e32944e320b7a282a68d53a4a5e901ef4a80f0)) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* window path slash ([#3755](https://github.com/dendronhq/dendron/issues/3755)) ([6f7923f](https://github.com/dendronhq/dendron/commit/6f7923feff14924f508ce5b3f664f5b818d34a7e)) +* **build:** build errors in web classes from bad merge ([3d9e9b3](https://github.com/dendronhq/dendron/commit/3d9e9b312f03278a4a95f0fde17ae129f54a8eb3)) +* **commands:** lookup sometimes omits last keystrokes in new note when under load ([#3671](https://github.com/dendronhq/dendron/issues/3671)) ([9eac312](https://github.com/dendronhq/dendron/commit/9eac312c86e12f0743027765ebb8ab5ad04e117e)) +* **internal:** correct reading of error tack ([#3647](https://github.com/dendronhq/dendron/issues/3647)) ([45a8c09](https://github.com/dendronhq/dendron/commit/45a8c09e53132a231ebe5b607bd272caf325860c)) +* **lookup:** cancel note creation during "Create Note with Template" if template was not selected ([#3645](https://github.com/dendronhq/dendron/issues/3645)) ([5f1b1e7](https://github.com/dendronhq/dendron/commit/5f1b1e7749459fc87dee717b784c36605e675906)) +* **markdown:** same page header links ([#3543](https://github.com/dendronhq/dendron/issues/3543)) ([559a5f6](https://github.com/dendronhq/dendron/commit/559a5f610e12763dbc715f364316544579346f9f)) +* **preview:** task notes inside of note references should render correctly ([#3640](https://github.com/dendronhq/dendron/issues/3640)) ([513354b](https://github.com/dendronhq/dendron/commit/513354bbd5405b79ace5b69d4d4874885eb3a5af)) +* **publish:** correct hashtag parsing ([#3708](https://github.com/dendronhq/dendron/issues/3708)) ([2c0f188](https://github.com/dendronhq/dendron/commit/2c0f1880d7a0162927c9b1d5916c398647191b85)) +* **publish:** display headings pleasantly when containing non-textonly content types ([#3525](https://github.com/dendronhq/dendron/issues/3525)) ([2a0707d](https://github.com/dendronhq/dendron/commit/2a0707d5303f8d24e9c5f15244c25a843a1bd63d)) +* **publish:** make safe access to iframe ([#3707](https://github.com/dendronhq/dendron/issues/3707)) ([b8198d4](https://github.com/dendronhq/dendron/commit/b8198d4090ed03172628a405fcf4ef315d153a03)) +* **publish:** prevent "Table of content" overflowing container ([#3624](https://github.com/dendronhq/dendron/issues/3624)) ([a3c7eb4](https://github.com/dendronhq/dendron/commit/a3c7eb4333e18a2008447f84e5a8055ae6c3d705)) +* **publish:** runtime error on undefined dendron config ([#3688](https://github.com/dendronhq/dendron/issues/3688)) ([9e4b420](https://github.com/dendronhq/dendron/commit/9e4b420787d5af5d8150dc9b839d5099a3d7906d)) +* **publish:** weird breadcumbs display ([#3689](https://github.com/dendronhq/dendron/issues/3689)) ([35e0e67](https://github.com/dendronhq/dendron/commit/35e0e6730129d246e2ff515fb6c8b190abf7b157)), closes [/ant.design/changelog#4](https://github.com//ant.design/changelog/issues/4) +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) +* **sync:** next js export pod error ([#3539](https://github.com/dendronhq/dendron/issues/3539)) ([bf62753](https://github.com/dendronhq/dendron/commit/bf62753af19a58ee08d98ff11542f22f1df25fab)) +* **views:** apply preview theme's backgroundColor ([#3552](https://github.com/dendronhq/dendron/issues/3552)) ([7842c15](https://github.com/dendronhq/dendron/commit/7842c15a00bf568bbe4f7f1d577f3e5436d557d9)) +* **views:** remove schema icon from tree view and published sidebar ([#3620](https://github.com/dendronhq/dendron/issues/3620)) ([a23ae07](https://github.com/dendronhq/dendron/commit/a23ae078359b9be07ca6e82e454bee4f96af3766)) +* **workspace:** autocomplete for usertags and hashtags ([#3610](https://github.com/dendronhq/dendron/issues/3610)) ([d25b6bb](https://github.com/dendronhq/dendron/commit/d25b6bb15d58b042365567c2f9f9668a1f4a242e)) +* **workspace:** convert local vault to remote ([#3685](https://github.com/dendronhq/dendron/issues/3685)) ([f64cafa](https://github.com/dendronhq/dendron/commit/f64cafa5df6e20fab189355e13e88c693e6f1fda)) +* **workspace:** custom color decoration for hashtags ([#3637](https://github.com/dendronhq/dendron/issues/3637)) ([1d41270](https://github.com/dendronhq/dendron/commit/1d412701791b4d5018f41c5dabdee759a968649c)) +* **workspace:** duplicate note entries in lookup bar ([#3725](https://github.com/dendronhq/dendron/issues/3725)) ([9ce6d53](https://github.com/dendronhq/dendron/commit/9ce6d532bc0b09323f36e1aa25c4f39b0ea61221)) +* **workspace:** duplicate vaults prompt with go to note command ([#3711](https://github.com/dendronhq/dendron/issues/3711)) ([bf26771](https://github.com/dendronhq/dendron/commit/bf26771122601737544cb09a179e9cdb717e602b)) +* click into "empty area" on sidebar submenuitem ([#3523](https://github.com/dendronhq/dendron/issues/3523)) ([82bda25](https://github.com/dendronhq/dendron/commit/82bda25a591106ef6d9710aa0cad9988f7c6c5db)) +* correctly add quickpick label highlight functionality ([#3700](https://github.com/dendronhq/dendron/issues/3700)) ([f6eecbb](https://github.com/dendronhq/dendron/commit/f6eecbb7fe750720b0b892babd18a1a098c01ddd)) +* npm overrides for packages with vulnerabilities ([#3666](https://github.com/dendronhq/dendron/issues/3666)) ([a3ea753](https://github.com/dendronhq/dendron/commit/a3ea753e368b68dd1ba991dec3dbeff2940a0d8c)) +* **workspace:** go to definition for wikilink with header ([#3632](https://github.com/dendronhq/dendron/issues/3632)) ([9a74123](https://github.com/dendronhq/dendron/commit/9a74123fe475add288f319d3ce85040f38e725e1)) +* correctly update dendron.yml when adding / deleting vaults ([#3588](https://github.com/dendronhq/dendron/issues/3588)) ([60f3652](https://github.com/dendronhq/dendron/commit/60f3652ded43355c479c2e47538732ebb49c0c23)) +* regression in apply template command ([#3623](https://github.com/dendronhq/dendron/issues/3623)) ([16cc85e](https://github.com/dendronhq/dendron/commit/16cc85e6352e21b3035c7834fdea4be56d7943a0)) +* **workspace:** engine init with note candidates enabled ([#3585](https://github.com/dendronhq/dendron/issues/3585)) ([59597b4](https://github.com/dendronhq/dendron/commit/59597b476fd4b46d5b1c9a5d950af2c8e2dc15b1)) +* render favicon when assetPrefix is set ([#3571](https://github.com/dendronhq/dendron/issues/3571)) ([5a24a9e](https://github.com/dendronhq/dendron/commit/5a24a9e9e137e3fb8ca19d55a7260d90fbfa6e41)) +* **workspace:** Disallow note creation through go to note if filename is invalid ([#3551](https://github.com/dendronhq/dendron/issues/3551)) ([cd337ab](https://github.com/dendronhq/dendron/commit/cd337ab479ec70b7e5897e74f332374a30dae7a8)) +* **workspace:** Update backlinks after engine updates ([#3535](https://github.com/dendronhq/dendron/issues/3535)) ([a945f2d](https://github.com/dendronhq/dendron/commit/a945f2dd28c9aa0fb3feedc1bb21ea6f7a6aac32)) +* **workspace:** wikilinks appear broken + pod fixes ([#3532](https://github.com/dendronhq/dendron/issues/3532)) ([74f91e2](https://github.com/dendronhq/dendron/commit/74f91e26f5f9bad25059cf160ac54bbb2f816eca)) + + +### Features Dendron + +* **lookup:** Add `Create New with Template` label to note lookup ([#3563](https://github.com/dendronhq/dendron/issues/3563)) ([11adc60](https://github.com/dendronhq/dendron/commit/11adc6033b47f6d04ad0a9181e9f307bacb580ab)) +* **workspace:** copy as command ([#3544](https://github.com/dendronhq/dendron/issues/3544)) ([4f77dfa](https://github.com/dendronhq/dendron/commit/4f77dfa8a42dc3d80582193f8b0804b8b0fa9657)) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/lerna.json b/lerna.json index 8f636295f5..15cb04d1e9 100644 --- a/lerna.json +++ b/lerna.json @@ -13,5 +13,5 @@ "yes": true } }, - "version": "0.123.3" + "version": "0.124.0" } diff --git a/packages/api-server/CHANGELOG.md b/packages/api-server/CHANGELOG.md index edb2e07e49..a6d3cde4bc 100644 --- a/packages/api-server/CHANGELOG.md +++ b/packages/api-server/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/api-server/package.json b/packages/api-server/package.json index 11cde6d48b..d92f3f7204 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/api-server", - "version": "0.123.3", + "version": "0.124.0", "description": "", "license": "GPLv3", "repository": { @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@dendronhq/common-all": "^0.123.3", - "@dendronhq/common-server": "^0.123.3", - "@dendronhq/engine-server": "^0.123.3", - "@dendronhq/unified": "^0.123.3", + "@dendronhq/common-all": "^0.124.0", + "@dendronhq/common-server": "^0.124.0", + "@dendronhq/engine-server": "^0.124.0", + "@dendronhq/unified": "^0.124.0", "@sentry/integrations": "7.11.1", "@sentry/node": "7.11.1", "cors": "^2.8.5", diff --git a/packages/common-all/CHANGELOG.md b/packages/common-all/CHANGELOG.md index 14b6d72bbf..fec65a4ee5 100644 --- a/packages/common-all/CHANGELOG.md +++ b/packages/common-all/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + +### Bug Fixes + +* compiler issues ([e06454b](https://github.com/dendronhq/dendron/commit/e06454b4ea94dec32bd2652be3cd0d499c203e4e)) +* **publish:** display full breadcrumb path for sidebar excluded notes ([#3742](https://github.com/dendronhq/dendron/issues/3742)) ([8229f83](https://github.com/dendronhq/dendron/commit/8229f83bf5ad725f34dd406950b51c0eb8037ce9)) +* **refactor:** correctly handle reference updates after move selection to ([#3767](https://github.com/dendronhq/dendron/issues/3767)) ([ea52cb6](https://github.com/dendronhq/dendron/commit/ea52cb630046180c5d0e34a1578bafb3fd59921e)) +* **workspace:** Correctly read and apply local override config in engine v3 ([#3781](https://github.com/dendronhq/dendron/issues/3781)) ([e14e2c0](https://github.com/dendronhq/dendron/commit/e14e2c061f255815dd1747ea4a7e71116116f100)) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* window path slash ([#3755](https://github.com/dendronhq/dendron/issues/3755)) ([6f7923f](https://github.com/dendronhq/dendron/commit/6f7923feff14924f508ce5b3f664f5b818d34a7e)) +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) +* correctly add quickpick label highlight functionality ([#3700](https://github.com/dendronhq/dendron/issues/3700)) ([f6eecbb](https://github.com/dendronhq/dendron/commit/f6eecbb7fe750720b0b892babd18a1a098c01ddd)) +* **views:** remove schema icon from tree view and published sidebar ([#3620](https://github.com/dendronhq/dendron/issues/3620)) ([a23ae07](https://github.com/dendronhq/dendron/commit/a23ae078359b9be07ca6e82e454bee4f96af3766)) +* **workspace:** custom color decoration for hashtags ([#3637](https://github.com/dendronhq/dendron/issues/3637)) ([1d41270](https://github.com/dendronhq/dendron/commit/1d412701791b4d5018f41c5dabdee759a968649c)) +* **workspace:** Update backlinks after engine updates ([#3535](https://github.com/dendronhq/dendron/issues/3535)) ([a945f2d](https://github.com/dendronhq/dendron/commit/a945f2dd28c9aa0fb3feedc1bb21ea6f7a6aac32)) + + +### Features Dendron + +* **lookup:** Add `Create New with Template` label to note lookup ([#3563](https://github.com/dendronhq/dendron/issues/3563)) ([11adc60](https://github.com/dendronhq/dendron/commit/11adc6033b47f6d04ad0a9181e9f307bacb580ab)) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/common-all/package.json b/packages/common-all/package.json index 9279d053ee..ebff553861 100644 --- a/packages/common-all/package.json +++ b/packages/common-all/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/common-all", - "version": "0.123.3", + "version": "0.124.0", "description": "common-all", "license": "GPLv3", "repository": { diff --git a/packages/common-assets/CHANGELOG.md b/packages/common-assets/CHANGELOG.md index 03c7ac54fd..456e3657d9 100644 --- a/packages/common-assets/CHANGELOG.md +++ b/packages/common-assets/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publish:** display headings pleasantly when containing non-textonly content types ([#3525](https://github.com/dendronhq/dendron/issues/3525)) ([2a0707d](https://github.com/dendronhq/dendron/commit/2a0707d5303f8d24e9c5f15244c25a843a1bd63d)) +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/common-assets/package.json b/packages/common-assets/package.json index 5267d6959f..8afdcd5f79 100644 --- a/packages/common-assets/package.json +++ b/packages/common-assets/package.json @@ -1,7 +1,7 @@ { "name": "@dendronhq/common-assets", "private": true, - "version": "0.123.3", + "version": "0.124.0", "main": "index.js", "license": "GPLv3", "scripts": { diff --git a/packages/common-frontend/CHANGELOG.md b/packages/common-frontend/CHANGELOG.md index d85421e6bf..5d0ba5a373 100644 --- a/packages/common-frontend/CHANGELOG.md +++ b/packages/common-frontend/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publish:** weird breadcumbs display ([#3689](https://github.com/dendronhq/dendron/issues/3689)) ([35e0e67](https://github.com/dendronhq/dendron/commit/35e0e6730129d246e2ff515fb6c8b190abf7b157)), closes [/ant.design/changelog#4](https://github.com//ant.design/changelog/issues/4) +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/common-frontend/package.json b/packages/common-frontend/package.json index cb5649deb2..bdb79a7062 100644 --- a/packages/common-frontend/package.json +++ b/packages/common-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/common-frontend", - "version": "0.123.3", + "version": "0.124.0", "description": "common-frontend", "license": "GPLv3", "repository": { @@ -34,7 +34,7 @@ }, "dependencies": { "@aws-amplify/core": "^4.0.2", - "@dendronhq/common-all": "^0.123.3", + "@dendronhq/common-all": "^0.124.0", "@reduxjs/toolkit": "^1.5.1", "lodash": "^4.17.20", "querystring": "^0.2.1", diff --git a/packages/common-server/CHANGELOG.md b/packages/common-server/CHANGELOG.md index 2ea0407596..692e69dc82 100644 --- a/packages/common-server/CHANGELOG.md +++ b/packages/common-server/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) +* **views:** apply preview theme's backgroundColor ([#3552](https://github.com/dendronhq/dendron/issues/3552)) ([7842c15](https://github.com/dendronhq/dendron/commit/7842c15a00bf568bbe4f7f1d577f3e5436d557d9)) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/common-server/package.json b/packages/common-server/package.json index 5993a7b94c..5698a6029f 100644 --- a/packages/common-server/package.json +++ b/packages/common-server/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/common-server", - "version": "0.123.3", + "version": "0.124.0", "description": "common-server", "license": "GPLv3", "repository": { @@ -35,7 +35,7 @@ "watch": "yarn compile --watch" }, "dependencies": { - "@dendronhq/common-all": "^0.123.3", + "@dendronhq/common-all": "^0.124.0", "@sentry/integrations": "7.11.1", "@sentry/node": "7.11.1", "ajv": "^8.6.0", diff --git a/packages/common-test-utils/CHANGELOG.md b/packages/common-test-utils/CHANGELOG.md index 1971baf2ab..bff5ff986c 100644 --- a/packages/common-test-utils/CHANGELOG.md +++ b/packages/common-test-utils/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/common-test-utils/package.json b/packages/common-test-utils/package.json index 82c2c1c578..72654fb063 100644 --- a/packages/common-test-utils/package.json +++ b/packages/common-test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@dendronhq/common-test-utils", "private": true, - "version": "0.123.3", + "version": "0.124.0", "description": "", "license": "GPLv3", "repository": { @@ -46,9 +46,9 @@ "access": "public" }, "dependencies": { - "@dendronhq/common-all": "^0.123.3", - "@dendronhq/common-server": "^0.123.3", - "@dendronhq/pods-core": "^0.123.3", + "@dendronhq/common-all": "^0.124.0", + "@dendronhq/common-server": "^0.124.0", + "@dendronhq/pods-core": "^0.124.0", "@types/sinon": "^9.0.9", "fs-extra": "^9.0.1", "jest": "^28.1.0", diff --git a/packages/dendron-cli/CHANGELOG.md b/packages/dendron-cli/CHANGELOG.md index 923152828b..9f0e343588 100644 --- a/packages/dendron-cli/CHANGELOG.md +++ b/packages/dendron-cli/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/dendron-cli/package.json b/packages/dendron-cli/package.json index a61a678751..aa469d1d1b 100644 --- a/packages/dendron-cli/package.json +++ b/packages/dendron-cli/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/dendron-cli", - "version": "0.123.3", + "version": "0.124.0", "description": "dendron-cli", "license": "GPLv3", "repository": { @@ -41,12 +41,12 @@ "watch": "yarn compile --watch" }, "dependencies": { - "@dendronhq/api-server": "^0.123.3", - "@dendronhq/common-all": "^0.123.3", - "@dendronhq/common-server": "^0.123.3", - "@dendronhq/dendron-viz": "^0.123.3", - "@dendronhq/engine-server": "^0.123.3", - "@dendronhq/pods-core": "^0.123.3", + "@dendronhq/api-server": "^0.124.0", + "@dendronhq/common-all": "^0.124.0", + "@dendronhq/common-server": "^0.124.0", + "@dendronhq/dendron-viz": "^0.124.0", + "@dendronhq/engine-server": "^0.124.0", + "@dendronhq/pods-core": "^0.124.0", "@jcoreio/async-throttle": "^1.3.2", "@types/prompts": "^2.0.14", "clipboardy": "2.3.0", diff --git a/packages/dendron-plugin-views/CHANGELOG.md b/packages/dendron-plugin-views/CHANGELOG.md index 6b3e153d00..351c69f499 100644 --- a/packages/dendron-plugin-views/CHANGELOG.md +++ b/packages/dendron-plugin-views/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publish:** weird breadcumbs display ([#3689](https://github.com/dendronhq/dendron/issues/3689)) ([35e0e67](https://github.com/dendronhq/dendron/commit/35e0e6730129d246e2ff515fb6c8b190abf7b157)), closes [/ant.design/changelog#4](https://github.com//ant.design/changelog/issues/4) +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) +* **views:** apply preview theme's backgroundColor ([#3552](https://github.com/dendronhq/dendron/issues/3552)) ([7842c15](https://github.com/dendronhq/dendron/commit/7842c15a00bf568bbe4f7f1d577f3e5436d557d9)) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/dendron-plugin-views/package.json b/packages/dendron-plugin-views/package.json index f6e98a92b2..970c700276 100644 --- a/packages/dendron-plugin-views/package.json +++ b/packages/dendron-plugin-views/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/dendron-plugin-views", - "version": "0.123.3", + "version": "0.124.0", "private": true, "workspaces": { "nohoist": [ @@ -10,9 +10,9 @@ }, "dependencies": { "@babel/core": "7.12.3", - "@dendronhq/common-all": "^0.123.3", - "@dendronhq/common-frontend": "^0.123.3", - "@dendronhq/common-server": "^0.123.3", + "@dendronhq/common-all": "^0.124.0", + "@dendronhq/common-frontend": "^0.124.0", + "@dendronhq/common-server": "^0.124.0", "@pmmmwh/react-refresh-webpack-plugin": "0.4.3", "@svgr/webpack": "5.5.0", "@testing-library/jest-dom": "^5.11.4", diff --git a/packages/dendron-viz/CHANGELOG.md b/packages/dendron-viz/CHANGELOG.md index 5e99263511..d3f9b815c7 100644 --- a/packages/dendron-viz/CHANGELOG.md +++ b/packages/dendron-viz/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/dendron-viz/package.json b/packages/dendron-viz/package.json index 1c5f2e53e5..966edd4630 100644 --- a/packages/dendron-viz/package.json +++ b/packages/dendron-viz/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/dendron-viz", - "version": "0.123.3", + "version": "0.124.0", "description": "dendron-viz", "license": "GPLv3", "repository": { @@ -32,8 +32,8 @@ "watch": "yarn copyNonTSFiles && yarn compile --watch" }, "dependencies": { - "@dendronhq/common-all": "^0.123.3", - "@dendronhq/engine-server": "^0.123.3", + "@dendronhq/common-all": "^0.124.0", + "@dendronhq/engine-server": "^0.124.0", "d3": "^7.6.1", "lodash": "^4.17.21", "micromatch": "^4.0.4", diff --git a/packages/engine-server/CHANGELOG.md b/packages/engine-server/CHANGELOG.md index d7c76a965d..84746340af 100644 --- a/packages/engine-server/CHANGELOG.md +++ b/packages/engine-server/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + +### Bug Fixes + +* **workspace:** Correctly read and apply local override config in engine v3 ([#3781](https://github.com/dendronhq/dendron/issues/3781)) ([e14e2c0](https://github.com/dendronhq/dendron/commit/e14e2c061f255815dd1747ea4a7e71116116f100)) +* **workspace:** rename note breaks noteref for user hierarchy ([#3782](https://github.com/dendronhq/dendron/issues/3782)) ([e181a2c](https://github.com/dendronhq/dendron/commit/e181a2c18c9f5d0be71e442c8d513e970443aaf1)) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) +* **workspace:** convert local vault to remote ([#3685](https://github.com/dendronhq/dendron/issues/3685)) ([f64cafa](https://github.com/dendronhq/dendron/commit/f64cafa5df6e20fab189355e13e88c693e6f1fda)) +* **workspace:** duplicate note entries in lookup bar ([#3725](https://github.com/dendronhq/dendron/issues/3725)) ([9ce6d53](https://github.com/dendronhq/dendron/commit/9ce6d532bc0b09323f36e1aa25c4f39b0ea61221)) +* correctly update dendron.yml when adding / deleting vaults ([#3588](https://github.com/dendronhq/dendron/issues/3588)) ([60f3652](https://github.com/dendronhq/dendron/commit/60f3652ded43355c479c2e47538732ebb49c0c23)) +* **sync:** next js export pod error ([#3539](https://github.com/dendronhq/dendron/issues/3539)) ([bf62753](https://github.com/dendronhq/dendron/commit/bf62753af19a58ee08d98ff11542f22f1df25fab)) +* **workspace:** engine init with note candidates enabled ([#3585](https://github.com/dendronhq/dendron/issues/3585)) ([59597b4](https://github.com/dendronhq/dendron/commit/59597b476fd4b46d5b1c9a5d950af2c8e2dc15b1)) +* **workspace:** Update backlinks after engine updates ([#3535](https://github.com/dendronhq/dendron/issues/3535)) ([a945f2d](https://github.com/dendronhq/dendron/commit/a945f2dd28c9aa0fb3feedc1bb21ea6f7a6aac32)) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/engine-server/package.json b/packages/engine-server/package.json index dd424f0fc3..8e962a5e62 100644 --- a/packages/engine-server/package.json +++ b/packages/engine-server/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/engine-server", - "version": "0.123.3", + "version": "0.124.0", "description": "dendron-engine", "license": "GPLv3", "repository": { @@ -35,9 +35,9 @@ "watch": "yarn compile --watch" }, "dependencies": { - "@dendronhq/common-all": "^0.123.3", - "@dendronhq/common-server": "^0.123.3", - "@dendronhq/unified": "^0.123.3", + "@dendronhq/common-all": "^0.124.0", + "@dendronhq/common-server": "^0.124.0", + "@dendronhq/unified": "^0.124.0", "@jcoreio/async-throttle": "^1.4.3", "@mapbox/rehype-prism": "^0.5.0", "axios": "^0.21.1", diff --git a/packages/engine-test-utils/CHANGELOG.md b/packages/engine-test-utils/CHANGELOG.md index 35f5f25713..1f8533788a 100644 --- a/packages/engine-test-utils/CHANGELOG.md +++ b/packages/engine-test-utils/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + +### Bug Fixes + +* tests ([25abd3b](https://github.com/dendronhq/dendron/commit/25abd3bc379557298bb6b3b50151bbbc6fe9f53e)) +* **workspace:** Correctly read and apply local override config in engine v3 ([#3781](https://github.com/dendronhq/dendron/issues/3781)) ([e14e2c0](https://github.com/dendronhq/dendron/commit/e14e2c061f255815dd1747ea4a7e71116116f100)) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **markdown:** same page header links ([#3543](https://github.com/dendronhq/dendron/issues/3543)) ([559a5f6](https://github.com/dendronhq/dendron/commit/559a5f610e12763dbc715f364316544579346f9f)) +* **preview:** task notes inside of note references should render correctly ([#3640](https://github.com/dendronhq/dendron/issues/3640)) ([513354b](https://github.com/dendronhq/dendron/commit/513354bbd5405b79ace5b69d4d4874885eb3a5af)) +* **publish:** display headings pleasantly when containing non-textonly content types ([#3525](https://github.com/dendronhq/dendron/issues/3525)) ([2a0707d](https://github.com/dendronhq/dendron/commit/2a0707d5303f8d24e9c5f15244c25a843a1bd63d)) +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) +* **views:** remove schema icon from tree view and published sidebar ([#3620](https://github.com/dendronhq/dendron/issues/3620)) ([a23ae07](https://github.com/dendronhq/dendron/commit/a23ae078359b9be07ca6e82e454bee4f96af3766)) +* **workspace:** autocomplete for usertags and hashtags ([#3610](https://github.com/dendronhq/dendron/issues/3610)) ([d25b6bb](https://github.com/dendronhq/dendron/commit/d25b6bb15d58b042365567c2f9f9668a1f4a242e)) +* **workspace:** custom color decoration for hashtags ([#3637](https://github.com/dendronhq/dendron/issues/3637)) ([1d41270](https://github.com/dendronhq/dendron/commit/1d412701791b4d5018f41c5dabdee759a968649c)) +* **workspace:** Update backlinks after engine updates ([#3535](https://github.com/dendronhq/dendron/issues/3535)) ([a945f2d](https://github.com/dendronhq/dendron/commit/a945f2dd28c9aa0fb3feedc1bb21ea6f7a6aac32)) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/engine-test-utils/package.json b/packages/engine-test-utils/package.json index c82f8a1b5b..674fb3b540 100644 --- a/packages/engine-test-utils/package.json +++ b/packages/engine-test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@dendronhq/engine-test-utils", "private": true, - "version": "0.123.3", + "version": "0.124.0", "description": "", "license": "GPLv3", "repository": { @@ -47,15 +47,15 @@ "access": "public" }, "dependencies": { - "@dendronhq/api-server": "^0.123.3", - "@dendronhq/common-all": "^0.123.3", - "@dendronhq/common-frontend": "^0.123.3", - "@dendronhq/common-server": "^0.123.3", - "@dendronhq/common-test-utils": "^0.123.3", - "@dendronhq/dendron-cli": "^0.123.3", - "@dendronhq/engine-server": "^0.123.3", - "@dendronhq/pods-core": "^0.123.3", - "@dendronhq/unified": "^0.123.3", + "@dendronhq/api-server": "^0.124.0", + "@dendronhq/common-all": "^0.124.0", + "@dendronhq/common-frontend": "^0.124.0", + "@dendronhq/common-server": "^0.124.0", + "@dendronhq/common-test-utils": "^0.124.0", + "@dendronhq/dendron-cli": "^0.124.0", + "@dendronhq/engine-server": "^0.124.0", + "@dendronhq/pods-core": "^0.124.0", + "@dendronhq/unified": "^0.124.0", "@reduxjs/toolkit": "^1.6.0", "@types/sinon": "^9.0.9", "cross-env": "^7.0.3", diff --git a/packages/nextjs-template/CHANGELOG.md b/packages/nextjs-template/CHANGELOG.md index aeb719f19a..5981c4b347 100644 --- a/packages/nextjs-template/CHANGELOG.md +++ b/packages/nextjs-template/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + +### Bug Fixes + +* **publish:** display full breadcrumb path for sidebar excluded notes ([#3742](https://github.com/dendronhq/dendron/issues/3742)) ([8229f83](https://github.com/dendronhq/dendron/commit/8229f83bf5ad725f34dd406950b51c0eb8037ce9)) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **internal:** correct reading of error tack ([#3647](https://github.com/dendronhq/dendron/issues/3647)) ([45a8c09](https://github.com/dendronhq/dendron/commit/45a8c09e53132a231ebe5b607bd272caf325860c)) +* **publish:** correct hashtag parsing ([#3708](https://github.com/dendronhq/dendron/issues/3708)) ([2c0f188](https://github.com/dendronhq/dendron/commit/2c0f1880d7a0162927c9b1d5916c398647191b85)) +* **publish:** display headings pleasantly when containing non-textonly content types ([#3525](https://github.com/dendronhq/dendron/issues/3525)) ([2a0707d](https://github.com/dendronhq/dendron/commit/2a0707d5303f8d24e9c5f15244c25a843a1bd63d)) +* **publish:** make safe access to iframe ([#3707](https://github.com/dendronhq/dendron/issues/3707)) ([b8198d4](https://github.com/dendronhq/dendron/commit/b8198d4090ed03172628a405fcf4ef315d153a03)) +* **publish:** prevent "Table of content" overflowing container ([#3624](https://github.com/dendronhq/dendron/issues/3624)) ([a3c7eb4](https://github.com/dendronhq/dendron/commit/a3c7eb4333e18a2008447f84e5a8055ae6c3d705)) +* **publish:** runtime error on undefined dendron config ([#3688](https://github.com/dendronhq/dendron/issues/3688)) ([9e4b420](https://github.com/dendronhq/dendron/commit/9e4b420787d5af5d8150dc9b839d5099a3d7906d)) +* **publish:** weird breadcumbs display ([#3689](https://github.com/dendronhq/dendron/issues/3689)) ([35e0e67](https://github.com/dendronhq/dendron/commit/35e0e6730129d246e2ff515fb6c8b190abf7b157)), closes [/ant.design/changelog#4](https://github.com//ant.design/changelog/issues/4) +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) +* **sync:** next js export pod error ([#3539](https://github.com/dendronhq/dendron/issues/3539)) ([bf62753](https://github.com/dendronhq/dendron/commit/bf62753af19a58ee08d98ff11542f22f1df25fab)) +* **views:** remove schema icon from tree view and published sidebar ([#3620](https://github.com/dendronhq/dendron/issues/3620)) ([a23ae07](https://github.com/dendronhq/dendron/commit/a23ae078359b9be07ca6e82e454bee4f96af3766)) +* click into "empty area" on sidebar submenuitem ([#3523](https://github.com/dendronhq/dendron/issues/3523)) ([82bda25](https://github.com/dendronhq/dendron/commit/82bda25a591106ef6d9710aa0cad9988f7c6c5db)) +* render favicon when assetPrefix is set ([#3571](https://github.com/dendronhq/dendron/issues/3571)) ([5a24a9e](https://github.com/dendronhq/dendron/commit/5a24a9e9e137e3fb8ca19d55a7260d90fbfa6e41)) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/nextjs-template/package-lock.json b/packages/nextjs-template/package-lock.json index bbb6964da5..70546aa1f7 100644 --- a/packages/nextjs-template/package-lock.json +++ b/packages/nextjs-template/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/nextjs-template", - "version": "0.123.3", + "version": "0.124.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/nextjs-template/package.json b/packages/nextjs-template/package.json index 9ea855654e..9725782c14 100644 --- a/packages/nextjs-template/package.json +++ b/packages/nextjs-template/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/nextjs-template", - "version": "0.123.3", + "version": "0.124.0", "license": "Apache-2.0", "private": true, "repository": { @@ -24,8 +24,8 @@ "test:skipbuild": "SKIP_BUILD=1 yarn test" }, "dependencies": { - "@dendronhq/common-all": "^0.123.3", - "@dendronhq/common-frontend": "^0.123.3", + "@dendronhq/common-all": "^0.124.0", + "@dendronhq/common-frontend": "^0.124.0", "@giscus/react": "^2.2.0", "antd": "^4.15.5", "fs-extra": "^10.0.0", diff --git a/packages/plugin-core/CHANGELOG.md b/packages/plugin-core/CHANGELOG.md index 54a295f245..cd94eae654 100644 --- a/packages/plugin-core/CHANGELOG.md +++ b/packages/plugin-core/CHANGELOG.md @@ -3,6 +3,50 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + +### Bug Fixes + +* **refactor:** correctly handle reference updates after move selection to ([#3767](https://github.com/dendronhq/dendron/issues/3767)) ([ea52cb6](https://github.com/dendronhq/dendron/commit/ea52cb630046180c5d0e34a1578bafb3fd59921e)) +* **sync:** needless modified notes after workspace sync ([#3768](https://github.com/dendronhq/dendron/issues/3768)) ([f0093fa](https://github.com/dendronhq/dendron/commit/f0093fab1ab097c276ff2dd68b1b1e12950bd5df)) +* **views:** calendar view broken after theme toggle ([#3765](https://github.com/dendronhq/dendron/issues/3765)) ([8ac3e8b](https://github.com/dendronhq/dendron/commit/8ac3e8b02e3e609ab2f7a2a25decfce5e62622a6)) +* **workspace:** Correctly handle deleted notes in editor when checking for duplicate entries ([#3719](https://github.com/dendronhq/dendron/issues/3719)) ([361e3af](https://github.com/dendronhq/dendron/commit/361e3af08ababe0d31548e47812debdc0a938d0f)) +* **workspace:** correctly populate backlink when creating new note using go to note ([#3769](https://github.com/dendronhq/dendron/issues/3769)) ([dbd0ce8](https://github.com/dendronhq/dendron/commit/dbd0ce8f6ee62f266d52d4805dc0860f93c7087c)) +* **workspace:** rename note breaks noteref for user hierarchy ([#3782](https://github.com/dendronhq/dendron/issues/3782)) ([e181a2c](https://github.com/dendronhq/dendron/commit/e181a2c18c9f5d0be71e442c8d513e970443aaf1)) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) +* **workspace:** duplicate vaults prompt with go to note command ([#3711](https://github.com/dendronhq/dendron/issues/3711)) ([bf26771](https://github.com/dendronhq/dendron/commit/bf26771122601737544cb09a179e9cdb717e602b)) +* correctly add quickpick label highlight functionality ([#3700](https://github.com/dendronhq/dendron/issues/3700)) ([f6eecbb](https://github.com/dendronhq/dendron/commit/f6eecbb7fe750720b0b892babd18a1a098c01ddd)) +* **commands:** lookup sometimes omits last keystrokes in new note when under load ([#3671](https://github.com/dendronhq/dendron/issues/3671)) ([9eac312](https://github.com/dendronhq/dendron/commit/9eac312c86e12f0743027765ebb8ab5ad04e117e)) +* **lookup:** cancel note creation during "Create Note with Template" if template was not selected ([#3645](https://github.com/dendronhq/dendron/issues/3645)) ([5f1b1e7](https://github.com/dendronhq/dendron/commit/5f1b1e7749459fc87dee717b784c36605e675906)) +* **workspace:** go to definition for wikilink with header ([#3632](https://github.com/dendronhq/dendron/issues/3632)) ([9a74123](https://github.com/dendronhq/dendron/commit/9a74123fe475add288f319d3ce85040f38e725e1)) +* regression in apply template command ([#3623](https://github.com/dendronhq/dendron/issues/3623)) ([16cc85e](https://github.com/dendronhq/dendron/commit/16cc85e6352e21b3035c7834fdea4be56d7943a0)) +* **views:** remove schema icon from tree view and published sidebar ([#3620](https://github.com/dendronhq/dendron/issues/3620)) ([a23ae07](https://github.com/dendronhq/dendron/commit/a23ae078359b9be07ca6e82e454bee4f96af3766)) +* **workspace:** autocomplete for usertags and hashtags ([#3610](https://github.com/dendronhq/dendron/issues/3610)) ([d25b6bb](https://github.com/dendronhq/dendron/commit/d25b6bb15d58b042365567c2f9f9668a1f4a242e)) +* correctly update dendron.yml when adding / deleting vaults ([#3588](https://github.com/dendronhq/dendron/issues/3588)) ([60f3652](https://github.com/dendronhq/dendron/commit/60f3652ded43355c479c2e47538732ebb49c0c23)) +* **build:** build errors in web classes from bad merge ([3d9e9b3](https://github.com/dendronhq/dendron/commit/3d9e9b312f03278a4a95f0fde17ae129f54a8eb3)) +* **workspace:** Disallow note creation through go to note if filename is invalid ([#3551](https://github.com/dendronhq/dendron/issues/3551)) ([cd337ab](https://github.com/dendronhq/dendron/commit/cd337ab479ec70b7e5897e74f332374a30dae7a8)) +* **workspace:** Update backlinks after engine updates ([#3535](https://github.com/dendronhq/dendron/issues/3535)) ([a945f2d](https://github.com/dendronhq/dendron/commit/a945f2dd28c9aa0fb3feedc1bb21ea6f7a6aac32)) +* **workspace:** wikilinks appear broken + pod fixes ([#3532](https://github.com/dendronhq/dendron/issues/3532)) ([74f91e2](https://github.com/dendronhq/dendron/commit/74f91e26f5f9bad25059cf160ac54bbb2f816eca)) + + +### Features Dendron + +* **lookup:** Add `Create New with Template` label to note lookup ([#3563](https://github.com/dendronhq/dendron/issues/3563)) ([11adc60](https://github.com/dendronhq/dendron/commit/11adc6033b47f6d04ad0a9181e9f307bacb580ab)) +* **workspace:** copy as command ([#3544](https://github.com/dendronhq/dendron/issues/3544)) ([4f77dfa](https://github.com/dendronhq/dendron/commit/4f77dfa8a42dc3d80582193f8b0804b8b0fa9657)) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/plugin-core/package.json b/packages/plugin-core/package.json index 65ca7eb6ba..ec15bfdb39 100644 --- a/packages/plugin-core/package.json +++ b/packages/plugin-core/package.json @@ -4,7 +4,7 @@ "displayName": "dendron", "description": "Dendron is a hierarchical note taking tool that grows as you do.", "publisher": "dendron", - "version": "0.123.3", + "version": "0.124.0", "sponsor": { "url": "https://accounts.dendron.so/account/subscribe" }, @@ -1512,8 +1512,8 @@ "perf-test": "node ./out/src/test/runPerfTest.js" }, "devDependencies": { - "@dendronhq/common-test-utils": "^0.123.3", - "@dendronhq/engine-test-utils": "^0.123.3", + "@dendronhq/common-test-utils": "^0.124.0", + "@dendronhq/engine-test-utils": "^0.124.0", "@sentry/webpack-plugin": "^1.17.1", "@types/execa": "^2.0.0", "@types/fs-extra": "^9.0.1", @@ -1556,11 +1556,11 @@ "webpack-merge": "^5.8.0" }, "dependencies": { - "@dendronhq/api-server": "^0.123.3", - "@dendronhq/common-all": "^0.123.3", - "@dendronhq/common-server": "^0.123.3", - "@dendronhq/engine-server": "^0.123.3", - "@dendronhq/pods-core": "^0.123.3", + "@dendronhq/api-server": "^0.124.0", + "@dendronhq/common-all": "^0.124.0", + "@dendronhq/common-server": "^0.124.0", + "@dendronhq/engine-server": "^0.124.0", + "@dendronhq/pods-core": "^0.124.0", "@sentry/integrations": "7.11.1", "@sentry/node": "7.11.1", "@types/vscode": "1.77.0", diff --git a/packages/pods-core/CHANGELOG.md b/packages/pods-core/CHANGELOG.md index 64025e9db3..4dc8b0649b 100644 --- a/packages/pods-core/CHANGELOG.md +++ b/packages/pods-core/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) +* **sync:** next js export pod error ([#3539](https://github.com/dendronhq/dendron/issues/3539)) ([bf62753](https://github.com/dendronhq/dendron/commit/bf62753af19a58ee08d98ff11542f22f1df25fab)) +* **workspace:** wikilinks appear broken + pod fixes ([#3532](https://github.com/dendronhq/dendron/issues/3532)) ([74f91e2](https://github.com/dendronhq/dendron/commit/74f91e26f5f9bad25059cf160ac54bbb2f816eca)) + + +### Features Dendron + +* **workspace:** copy as command ([#3544](https://github.com/dendronhq/dendron/issues/3544)) ([4f77dfa](https://github.com/dendronhq/dendron/commit/4f77dfa8a42dc3d80582193f8b0804b8b0fa9657)) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/pods-core/package.json b/packages/pods-core/package.json index 3b50f2f45c..ceac4f4465 100644 --- a/packages/pods-core/package.json +++ b/packages/pods-core/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/pods-core", - "version": "0.123.3", + "version": "0.124.0", "description": "pods-core", "license": "GPLv3", "repository": { @@ -52,10 +52,10 @@ }, "dependencies": { "@dendronhq/airtable": "^0.11.1", - "@dendronhq/common-all": "^0.123.3", - "@dendronhq/common-server": "^0.123.3", - "@dendronhq/engine-server": "^0.123.3", - "@dendronhq/unified": "^0.123.3", + "@dendronhq/common-all": "^0.124.0", + "@dendronhq/common-server": "^0.124.0", + "@dendronhq/engine-server": "^0.124.0", + "@dendronhq/unified": "^0.124.0", "@instantish/martian": "1.0.3", "@notionhq/client": "^0.1.9", "@octokit/graphql": "^4.6.4", diff --git a/packages/unified/CHANGELOG.md b/packages/unified/CHANGELOG.md index aae17cbfea..d7a9ce75ee 100644 --- a/packages/unified/CHANGELOG.md +++ b/packages/unified/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.124.0](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.124.0) (2023-08-12) + + +### Bug Fixes + +* **refactor:** correctly handle reference updates after move selection to ([#3767](https://github.com/dendronhq/dendron/issues/3767)) ([ea52cb6](https://github.com/dendronhq/dendron/commit/ea52cb630046180c5d0e34a1578bafb3fd59921e)) + + + +# 0.117.0 (2022-11-08) + + +### Bug Fixes + +* **markdown:** same page header links ([#3543](https://github.com/dendronhq/dendron/issues/3543)) ([559a5f6](https://github.com/dendronhq/dendron/commit/559a5f610e12763dbc715f364316544579346f9f)) +* **preview:** task notes inside of note references should render correctly ([#3640](https://github.com/dendronhq/dendron/issues/3640)) ([513354b](https://github.com/dendronhq/dendron/commit/513354bbd5405b79ace5b69d4d4874885eb3a5af)) +* **publish:** correct hashtag parsing ([#3708](https://github.com/dendronhq/dendron/issues/3708)) ([2c0f188](https://github.com/dendronhq/dendron/commit/2c0f1880d7a0162927c9b1d5916c398647191b85)) +* **publish:** display headings pleasantly when containing non-textonly content types ([#3525](https://github.com/dendronhq/dendron/issues/3525)) ([2a0707d](https://github.com/dendronhq/dendron/commit/2a0707d5303f8d24e9c5f15244c25a843a1bd63d)) +* **publishing:** links don't show as private after nextJS export ([#3716](https://github.com/dendronhq/dendron/issues/3716)) ([e6704ac](https://github.com/dendronhq/dendron/commit/e6704ac132924229012a9bd46ae1ab3942d586df)), closes [#3714](https://github.com/dendronhq/dendron/issues/3714) [#3707](https://github.com/dendronhq/dendron/issues/3707) [#3708](https://github.com/dendronhq/dendron/issues/3708) +* **sync:** next js export pod error ([#3539](https://github.com/dendronhq/dendron/issues/3539)) ([bf62753](https://github.com/dendronhq/dendron/commit/bf62753af19a58ee08d98ff11542f22f1df25fab)) +* **workspace:** autocomplete for usertags and hashtags ([#3610](https://github.com/dendronhq/dendron/issues/3610)) ([d25b6bb](https://github.com/dendronhq/dendron/commit/d25b6bb15d58b042365567c2f9f9668a1f4a242e)) +* **workspace:** custom color decoration for hashtags ([#3637](https://github.com/dendronhq/dendron/issues/3637)) ([1d41270](https://github.com/dendronhq/dendron/commit/1d412701791b4d5018f41c5dabdee759a968649c)) +* **workspace:** engine init with note candidates enabled ([#3585](https://github.com/dendronhq/dendron/issues/3585)) ([59597b4](https://github.com/dendronhq/dendron/commit/59597b476fd4b46d5b1c9a5d950af2c8e2dc15b1)) +* **workspace:** wikilinks appear broken + pod fixes ([#3532](https://github.com/dendronhq/dendron/issues/3532)) ([74f91e2](https://github.com/dendronhq/dendron/commit/74f91e26f5f9bad25059cf160ac54bbb2f816eca)) + + + + + ## [0.123.3](https://github.com/dendronhq/dendron/compare/v0.112.1...v0.123.3) (2023-07-06) diff --git a/packages/unified/package.json b/packages/unified/package.json index 10aa7069ae..5db8dd9819 100644 --- a/packages/unified/package.json +++ b/packages/unified/package.json @@ -1,6 +1,6 @@ { "name": "@dendronhq/unified", - "version": "0.123.3", + "version": "0.124.0", "description": "Unified parser utilities for Dendron", "license": "GPLv3", "repository": { @@ -31,7 +31,7 @@ "watch": "yarn compile --watch" }, "dependencies": { - "@dendronhq/common-all": "^0.123.3", + "@dendronhq/common-all": "^0.124.0", "@dendronhq/remark-mermaid": "^0.4.0", "hast-util-parse-selector": "^2.2.4", "hast-util-select": "^4.0.0",