diff --git a/.changeset/tiny-eyes-flow.md b/.changeset/tiny-eyes-flow.md deleted file mode 100644 index 459107c66..000000000 --- a/.changeset/tiny-eyes-flow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@portaljs/core': patch -'@portaljs/remark-callouts': patch -'@portaljs/remark-embed': patch -'@portaljs/remark-wiki-link': patch ---- - -Fix what's getting published to npm. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 000000000..0625fa3e5 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,7 @@ +# @portaljs/core + +## 1.0.1 + +### Patch Changes + +- [`b7158a5`](https://github.com/datopian/portaljs/commit/b7158a5be668018d9b947f9c9d63fa30fa91d18b) Thanks [@olayway](https://github.com/olayway)! - Fix what's getting published to npm. diff --git a/packages/core/package.json b/packages/core/package.json index 43998f041..026f57a07 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/core", - "version": "1.0.0", + "version": "1.0.1", "description": "Core Portal.JS components, configs and utils.", "repository": { "type": "git", @@ -16,7 +16,9 @@ "publishConfig": { "access": "public" }, - "files": ["dist"], + "files": [ + "dist" + ], "type": "module", "main": "./dist/index.js", "dependencies": { diff --git a/packages/remark-callouts/CHANGELOG.md b/packages/remark-callouts/CHANGELOG.md new file mode 100644 index 000000000..8a54af762 --- /dev/null +++ b/packages/remark-callouts/CHANGELOG.md @@ -0,0 +1,7 @@ +# @portaljs/remark-callouts + +## 1.0.1 + +### Patch Changes + +- [`b7158a5`](https://github.com/datopian/portaljs/commit/b7158a5be668018d9b947f9c9d63fa30fa91d18b) Thanks [@olayway](https://github.com/olayway)! - Fix what's getting published to npm. diff --git a/packages/remark-callouts/package.json b/packages/remark-callouts/package.json index 6dbb433ae..198103cc7 100644 --- a/packages/remark-callouts/package.json +++ b/packages/remark-callouts/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-callouts", - "version": "1.0.0", + "version": "1.0.1", "description": "Remark plugin to add support for blockquote-based admonitions/callouts", "repository": { "type": "git", @@ -24,7 +24,9 @@ "publishConfig": { "access": "public" }, - "files": ["dist"], + "files": [ + "dist" + ], "dependencies": { "mdast-util-from-markdown": "^1.2.0", "svg-parser": "^2.0.4", diff --git a/packages/remark-embed/CHANGELOG.md b/packages/remark-embed/CHANGELOG.md new file mode 100644 index 000000000..04fa7c603 --- /dev/null +++ b/packages/remark-embed/CHANGELOG.md @@ -0,0 +1,7 @@ +# @portaljs/remark-embed + +## 1.0.1 + +### Patch Changes + +- [`b7158a5`](https://github.com/datopian/portaljs/commit/b7158a5be668018d9b947f9c9d63fa30fa91d18b) Thanks [@olayway](https://github.com/olayway)! - Fix what's getting published to npm. diff --git a/packages/remark-embed/package.json b/packages/remark-embed/package.json index db990e6c6..996cdf50c 100644 --- a/packages/remark-embed/package.json +++ b/packages/remark-embed/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-embed", - "version": "1.0.0", + "version": "1.0.1", "description": "Converts youtube link in mdx to an iframe embed", "repository": { "type": "git", @@ -22,7 +22,9 @@ "publishConfig": { "access": "public" }, - "files": ["dist"], + "files": [ + "dist" + ], "dependencies": { "unist-util-visit": "^4.1.1" }, diff --git a/packages/remark-wiki-link/CHANGELOG.md b/packages/remark-wiki-link/CHANGELOG.md new file mode 100644 index 000000000..f2a6e8492 --- /dev/null +++ b/packages/remark-wiki-link/CHANGELOG.md @@ -0,0 +1,7 @@ +# @portaljs/remark-wiki-link + +## 1.0.1 + +### Patch Changes + +- [`b7158a5`](https://github.com/datopian/portaljs/commit/b7158a5be668018d9b947f9c9d63fa30fa91d18b) Thanks [@olayway](https://github.com/olayway)! - Fix what's getting published to npm. diff --git a/packages/remark-wiki-link/package.json b/packages/remark-wiki-link/package.json index 407bb9fde..14f948835 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.0", + "version": "1.0.1", "description": "Parse and render wiki-style links in markdown especially Obsidian style links.", "repository": { "type": "git", @@ -23,7 +23,9 @@ "publishConfig": { "access": "public" }, - "files": ["dist"], + "files": [ + "dist" + ], "dependencies": { "mdast-util-to-markdown": "^1.5.0", "mdast-util-wiki-link": "^0.0.2",