diff --git a/.changeset/fuzzy-berries-camp.md b/.changeset/fuzzy-berries-camp.md deleted file mode 100644 index 9b503c240..000000000 --- a/.changeset/fuzzy-berries-camp.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@portaljs/remark-wiki-link': patch -'@portaljs/remark-callouts': patch -'@portaljs/remark-embed': patch -'@portaljs/components': patch -'@portaljs/ckan': patch -'@portaljs/core': patch ---- - -Fix: replace deprecated `prepublish` script with `prepare` diff --git a/packages/ckan/CHANGELOG.md b/packages/ckan/CHANGELOG.md new file mode 100644 index 000000000..8de6f1868 --- /dev/null +++ b/packages/ckan/CHANGELOG.md @@ -0,0 +1,7 @@ +# @portaljs/ckan + +## 0.0.3 + +### Patch Changes + +- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare` diff --git a/packages/ckan/package.json b/packages/ckan/package.json index 1124e0b6c..517eec460 100644 --- a/packages/ckan/package.json +++ b/packages/ckan/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/ckan", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "description": "https://portaljs.org", "keywords": [ diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 857761ee8..b266eb525 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/components +## 0.1.11 + +### Patch Changes + +- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare` + ## 0.1.10 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 46bb12e8c..ee5b0b34e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/components", - "version": "0.1.10", + "version": "0.1.11", "type": "module", "description": "https://portaljs.org", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 84d094273..38495a68a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/core +## 1.0.3 + +### Patch Changes + +- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare` + ## 1.0.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 32464ebe5..5a0990118 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/core", - "version": "1.0.2", + "version": "1.0.3", "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 ca196ac73..f8c06443d 100644 --- a/packages/remark-callouts/CHANGELOG.md +++ b/packages/remark-callouts/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/remark-callouts +## 1.0.3 + +### Patch Changes + +- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare` + ## 1.0.2 ### Patch Changes diff --git a/packages/remark-callouts/package.json b/packages/remark-callouts/package.json index 362986602..64392b81e 100644 --- a/packages/remark-callouts/package.json +++ b/packages/remark-callouts/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-callouts", - "version": "1.0.2", + "version": "1.0.3", "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 451efef78..77d1fec5f 100644 --- a/packages/remark-embed/CHANGELOG.md +++ b/packages/remark-embed/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/remark-embed +## 1.0.3 + +### Patch Changes + +- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare` + ## 1.0.2 ### Patch Changes diff --git a/packages/remark-embed/package.json b/packages/remark-embed/package.json index 22bf40525..678c0a805 100644 --- a/packages/remark-embed/package.json +++ b/packages/remark-embed/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-embed", - "version": "1.0.2", + "version": "1.0.3", "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 fc9353542..a499eff4c 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.3 + +### Patch Changes + +- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare` + ## 1.0.2 ### Patch Changes diff --git a/packages/remark-wiki-link/package.json b/packages/remark-wiki-link/package.json index f9275cca0..f43c9755e 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.2", + "version": "1.0.3", "description": "Parse and render wiki-style links in markdown especially Obsidian style links.", "repository": { "type": "git",