From 6649f784595b28b6ea4e29dd8fd640ffa1edb647 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:14:38 +0200 Subject: [PATCH] Version Packages (#949) Co-authored-by: github-actions[bot] --- .changeset/four-carpets-marry.md | 8 -------- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/remark-callouts/CHANGELOG.md | 6 ++++++ packages/remark-callouts/package.json | 3 +-- packages/remark-embed/CHANGELOG.md | 6 ++++++ packages/remark-embed/package.json | 2 +- packages/remark-wiki-link/CHANGELOG.md | 6 ++++++ packages/remark-wiki-link/package.json | 2 +- 9 files changed, 28 insertions(+), 13 deletions(-) delete mode 100644 .changeset/four-carpets-marry.md diff --git a/.changeset/four-carpets-marry.md b/.changeset/four-carpets-marry.md deleted file mode 100644 index f3c783bf..00000000 --- a/.changeset/four-carpets-marry.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@portaljs/remark-wiki-link': patch -'@portaljs/remark-callouts': patch -'@portaljs/remark-embed': patch -'@portaljs/core': patch ---- - -Fix public API (`exports`, `types`, and `main` fields in `package.json`). diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 419af964..cf442b6c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/core +## 1.0.5 + +### Patch Changes + +- [`6f0da8c3`](https://github.com/datopian/portaljs/commit/6f0da8c3a3cde4dc7512c6529eb662de6f4fe56a) Thanks [@olayway](https://github.com/olayway)! - Fix public API (`exports`, `types`, and `main` fields in `package.json`). + ## 1.0.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a4515dce..c71ab1c3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/core", - "version": "1.0.4", + "version": "1.0.5", "description": "Core Portal.JS components, configs and utils.", "repository": { "type": "git", diff --git a/packages/remark-callouts/CHANGELOG.md b/packages/remark-callouts/CHANGELOG.md index aaa845bd..cb6ae839 100644 --- a/packages/remark-callouts/CHANGELOG.md +++ b/packages/remark-callouts/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/remark-callouts +## 1.0.5 + +### Patch Changes + +- [`6f0da8c3`](https://github.com/datopian/portaljs/commit/6f0da8c3a3cde4dc7512c6529eb662de6f4fe56a) Thanks [@olayway](https://github.com/olayway)! - Fix public API (`exports`, `types`, and `main` fields in `package.json`). + ## 1.0.4 ### Patch Changes diff --git a/packages/remark-callouts/package.json b/packages/remark-callouts/package.json index cc8b6721..ce18a818 100644 --- a/packages/remark-callouts/package.json +++ b/packages/remark-callouts/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-callouts", - "version": "1.0.4", + "version": "1.0.5", "description": "Remark plugin to add support for blockquote-based admonitions/callouts", "repository": { "type": "git", @@ -45,7 +45,6 @@ "import": "./dist/index.js", "require": "./dist/index.cjs" }, - "./styles.css": "./dist/styles.css" } } diff --git a/packages/remark-embed/CHANGELOG.md b/packages/remark-embed/CHANGELOG.md index 77d1fec5..fa6b9008 100644 --- a/packages/remark-embed/CHANGELOG.md +++ b/packages/remark-embed/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/remark-embed +## 1.0.4 + +### Patch Changes + +- [`6f0da8c3`](https://github.com/datopian/portaljs/commit/6f0da8c3a3cde4dc7512c6529eb662de6f4fe56a) Thanks [@olayway](https://github.com/olayway)! - Fix public API (`exports`, `types`, and `main` fields in `package.json`). + ## 1.0.3 ### Patch Changes diff --git a/packages/remark-embed/package.json b/packages/remark-embed/package.json index 1f0ad28c..491dcabb 100644 --- a/packages/remark-embed/package.json +++ b/packages/remark-embed/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-embed", - "version": "1.0.3", + "version": "1.0.4", "description": "Converts youtube link in mdx to an iframe embed", "repository": { "type": "git", diff --git a/packages/remark-wiki-link/CHANGELOG.md b/packages/remark-wiki-link/CHANGELOG.md index a499eff4..15077174 100644 --- a/packages/remark-wiki-link/CHANGELOG.md +++ b/packages/remark-wiki-link/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/remark-wiki-link +## 1.0.4 + +### Patch Changes + +- [`6f0da8c3`](https://github.com/datopian/portaljs/commit/6f0da8c3a3cde4dc7512c6529eb662de6f4fe56a) Thanks [@olayway](https://github.com/olayway)! - Fix public API (`exports`, `types`, and `main` fields in `package.json`). + ## 1.0.3 ### Patch Changes diff --git a/packages/remark-wiki-link/package.json b/packages/remark-wiki-link/package.json index 6c98d1b8..7a474126 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.3", + "version": "1.0.4", "description": "Parse and render wiki-style links in markdown especially Obsidian style links.", "repository": { "type": "git",