From 17ad9558e18b064670c396f90749d1ed764f2790 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:07:19 +0200 Subject: [PATCH] Version Packages (#1008) Co-authored-by: github-actions[bot] --- .changeset/thick-worms-peel.md | 5 ----- packages/remark-wiki-link/CHANGELOG.md | 6 ++++++ packages/remark-wiki-link/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thick-worms-peel.md diff --git a/.changeset/thick-worms-peel.md b/.changeset/thick-worms-peel.md deleted file mode 100644 index 7ced97659..000000000 --- a/.changeset/thick-worms-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portaljs/remark-wiki-link': minor ---- - -Parse note embeds as regular wiki links (until we add proper support for note embeds). diff --git a/packages/remark-wiki-link/CHANGELOG.md b/packages/remark-wiki-link/CHANGELOG.md index 150771742..a10aab3bb 100644 --- a/packages/remark-wiki-link/CHANGELOG.md +++ b/packages/remark-wiki-link/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/remark-wiki-link +## 1.1.0 + +### Minor Changes + +- [#1006](https://github.com/datopian/portaljs/pull/1006) [`6418dbb7`](https://github.com/datopian/portaljs/commit/6418dbb7e246fa17b56840c64daa043112dc9189) Thanks [@olayway](https://github.com/olayway)! - Parse note embeds as regular wiki links (until we add proper support for note embeds). + ## 1.0.4 ### Patch Changes diff --git a/packages/remark-wiki-link/package.json b/packages/remark-wiki-link/package.json index 7a474126f..1070000f1 100644 --- a/packages/remark-wiki-link/package.json +++ b/packages/remark-wiki-link/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-wiki-link", - "version": "1.0.4", + "version": "1.1.0", "description": "Parse and render wiki-style links in markdown especially Obsidian style links.", "repository": { "type": "git",