diff --git a/.changeset/cyan-bugs-boil.md b/.changeset/cyan-bugs-boil.md deleted file mode 100644 index 60af9628..00000000 --- a/.changeset/cyan-bugs-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portaljs/remark-callouts': patch ---- - -Fix: missing files in the published package. diff --git a/.changeset/happy-planets-complain.md b/.changeset/happy-planets-complain.md deleted file mode 100644 index d690bb1e..00000000 --- a/.changeset/happy-planets-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portaljs/remark-embed': patch ---- - -Fix: missing files in the published package. diff --git a/.changeset/nervous-trains-know.md b/.changeset/nervous-trains-know.md deleted file mode 100644 index 936bbbdb..00000000 --- a/.changeset/nervous-trains-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portaljs/components': patch ---- - -Fix: missing files in the published package. diff --git a/.changeset/sharp-goats-add.md b/.changeset/sharp-goats-add.md deleted file mode 100644 index 8a12812d..00000000 --- a/.changeset/sharp-goats-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portaljs/remark-wiki-link': patch ---- - -Fix: missing files in the published package. diff --git a/.changeset/slow-books-destroy.md b/.changeset/slow-books-destroy.md deleted file mode 100644 index 087768f1..00000000 --- a/.changeset/slow-books-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portaljs/core': patch ---- - -Fix: missing files in the published package. diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 546c2686..857761ee 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/components +## 0.1.10 + +### Patch Changes + +- [`40d80d2`](https://github.com/datopian/portaljs/commit/40d80d2282bf8464c1aafb393975065078ad9ea3) Thanks [@olayway](https://github.com/olayway)! - Fix: missing files in the published package. + ## 0.1.9 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index d7c75c88..371305ba 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/components", - "version": "0.1.9", + "version": "0.1.10", "type": "module", "description": "https://portaljs.org", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0625fa3e..84d09427 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/core +## 1.0.2 + +### Patch Changes + +- [`40d80d2`](https://github.com/datopian/portaljs/commit/40d80d2282bf8464c1aafb393975065078ad9ea3) Thanks [@olayway](https://github.com/olayway)! - Fix: missing files in the published package. + ## 1.0.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0a27ee8a..0b0f2132 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/core", - "version": "1.0.1", + "version": "1.0.2", "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 8a54af76..ca196ac7 100644 --- a/packages/remark-callouts/CHANGELOG.md +++ b/packages/remark-callouts/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/remark-callouts +## 1.0.2 + +### Patch Changes + +- [`40d80d2`](https://github.com/datopian/portaljs/commit/40d80d2282bf8464c1aafb393975065078ad9ea3) Thanks [@olayway](https://github.com/olayway)! - Fix: missing files in the published package. + ## 1.0.1 ### Patch Changes diff --git a/packages/remark-callouts/package.json b/packages/remark-callouts/package.json index 1812b813..5dc66962 100644 --- a/packages/remark-callouts/package.json +++ b/packages/remark-callouts/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-callouts", - "version": "1.0.1", + "version": "1.0.2", "description": "Remark plugin to add support for blockquote-based admonitions/callouts", "repository": { "type": "git", diff --git a/packages/remark-embed/CHANGELOG.md b/packages/remark-embed/CHANGELOG.md index 04fa7c60..451efef7 100644 --- a/packages/remark-embed/CHANGELOG.md +++ b/packages/remark-embed/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/remark-embed +## 1.0.2 + +### Patch Changes + +- [`40d80d2`](https://github.com/datopian/portaljs/commit/40d80d2282bf8464c1aafb393975065078ad9ea3) Thanks [@olayway](https://github.com/olayway)! - Fix: missing files in the published package. + ## 1.0.1 ### Patch Changes diff --git a/packages/remark-embed/package.json b/packages/remark-embed/package.json index 2d4138f1..319fa80e 100644 --- a/packages/remark-embed/package.json +++ b/packages/remark-embed/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-embed", - "version": "1.0.1", + "version": "1.0.2", "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 f2a6e849..fc935354 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.2 + +### Patch Changes + +- [`40d80d2`](https://github.com/datopian/portaljs/commit/40d80d2282bf8464c1aafb393975065078ad9ea3) Thanks [@olayway](https://github.com/olayway)! - Fix: missing files in the published package. + ## 1.0.1 ### Patch Changes diff --git a/packages/remark-wiki-link/package.json b/packages/remark-wiki-link/package.json index 4501aab7..cfd02e13 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.1", + "version": "1.0.2", "description": "Parse and render wiki-style links in markdown especially Obsidian style links.", "repository": { "type": "git",