Version Packages (#937)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-07 15:22:12 +02:00 committed by GitHub
parent b7158a5be6
commit 39c862627d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 44 additions and 16 deletions

View File

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

View File

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

View File

@ -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": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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