Skip to content

Commit

Permalink
Version Packages (#937)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 7, 2023
1 parent b7158a5 commit 39c8626
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/tiny-eyes-flow.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,7 +16,9 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.js",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/remark-callouts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 4 additions & 2 deletions packages/remark-callouts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -24,7 +24,9 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"mdast-util-from-markdown": "^1.2.0",
"svg-parser": "^2.0.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/remark-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 4 additions & 2 deletions packages/remark-embed/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -22,7 +22,9 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"unist-util-visit": "^4.1.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/remark-wiki-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 4 additions & 2 deletions packages/remark-wiki-link/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 39c8626

Please sign in to comment.