Version Packages (#949)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-13 12:14:38 +02:00 committed by GitHub
parent 6f0da8c3a3
commit 6649f78459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 28 additions and 13 deletions

View File

@ -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`).

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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"
}
}

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",