Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/large-taxis-argue.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/shy-snakes-matter.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# example

## 1.0.1

### Patch Changes

- Updated dependencies [[`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6), [`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6)]:
- [email protected]
- [email protected]
6 changes: 3 additions & 3 deletions examples/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"description": "Simple example of uniorg usage.",
Expand All @@ -14,7 +14,7 @@
"rehype-stringify": "9.0.3",
"unified": "10.1.2",
"unified-stream": "2.0.0",
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0"
"uniorg-parse": "^2.0.0",
"uniorg-rehype": "^1.1.0"
}
}
9 changes: 9 additions & 0 deletions examples/extract-keywords-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# extract-keywords-example

## 1.0.1

### Patch Changes

- Updated dependencies [[`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6), [`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6)]:
- [email protected]
- [email protected]
6 changes: 3 additions & 3 deletions examples/extract-keywords-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-keywords-example",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"description": "Example of using uniorg-extract-keywords",
Expand All @@ -17,7 +17,7 @@
"to-vfile": "7.2.3",
"unified": "10.1.2",
"uniorg-extract-keywords": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0"
"uniorg-parse": "^2.0.0",
"uniorg-rehype": "^1.1.0"
}
}
9 changes: 9 additions & 0 deletions examples/next-blog-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# blog-starter

## 1.0.1

### Patch Changes

- Updated dependencies [[`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6), [`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6)]:
- [email protected]
- [email protected]
6 changes: 3 additions & 3 deletions examples/next-blog-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog-starter",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -16,8 +16,8 @@
"rehype-stringify": "9.0.3",
"unified": "10.1.2",
"uniorg-extract-keywords": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0"
"uniorg-parse": "^2.0.0",
"uniorg-rehype": "^1.1.0"
},
"devDependencies": {
"autoprefixer": "^10.2.1",
Expand Down
9 changes: 9 additions & 0 deletions examples/org-braindump/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# org-braindump

## 1.0.1

### Patch Changes

- Updated dependencies [[`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6), [`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6)]:
- [email protected]
- [email protected]
6 changes: 3 additions & 3 deletions examples/org-braindump/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org-braindump",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -19,8 +19,8 @@
"trough": "2.1.0",
"unified": "10.1.2",
"uniorg-extract-keywords": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0",
"uniorg-parse": "^2.0.0",
"uniorg-rehype": "^1.1.0",
"uniorg-slug": "^1.0.0",
"vfile-find-down": "6.0.0",
"vfile-reporter": "7.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/orgast-util-to-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/unist": "2.0.6",
"jest": "27.5.1",
"typescript": "4.6.3",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0"
"uniorg": "^1.1.0",
"uniorg-parse": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/orgast-util-visit-ids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@types/unist": "2.0.6",
"jest": "27.5.1",
"typescript": "4.6.3",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0"
"uniorg": "^1.1.0",
"uniorg-parse": "^2.0.0"
},
"dependencies": {
"unist-util-visit-parents": "5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/uniorg-attach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"jest": "27.5.1",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg": "^1.1.0",
"uniorg-parse": "^2.0.0",
"vfile": "5.3.2",
"yaml": "^2.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uniorg-extract-keywords/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"jest": "27.5.1",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg": "^1.1.0",
"uniorg-parse": "^2.0.0",
"vfile": "^5.3.2"
},
"dependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/uniorg-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# uniorg-parse

## 2.0.0

### Major Changes

- [#33](https://github.com/rasendubi/uniorg/pull/33) [`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6) Thanks [@rasendubi](https://github.com/rasendubi)! - Support native org-mode citations in uniorg, uniorg-parse, uniorg-rehype, uniorg-stringify.

This is a breaking change for uniorg-parse as it may output nodes unknown to downstream packages (uniorg-rehype, uniorg-stringify).

If you upgrade uniorg-parse to >=2, you also need to bump uniorg-rehype to >=1.1 and uniorg-stringify to >=1.1 (if you use these). Upgrading uniorg-rehype and uniorg-stringify does not require bumping uniorg-parse.

The default rendering of citations in uniorg-rehype is quite primitive and citations are transformed into `cite:` links (to keep some compatibility with org-ref). The handling can be overridden by specifying your own `handlers`.
4 changes: 2 additions & 2 deletions packages/uniorg-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-parse",
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"description": "uniorg plugin to parse org-mode",
"keywords": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"ts-jest": "^27.1.4",
"typescript": "4.6.3",
"unified": "^10.1.2",
"uniorg": "^1.0.0",
"uniorg": "^1.1.0",
"yaml": "^2.0.0"
},
"dependencies": {
Expand Down
30 changes: 30 additions & 0 deletions packages/uniorg-rehype/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# uniorg-rehype

## 1.1.0

### Minor Changes

- [#33](https://github.com/rasendubi/uniorg/pull/33) [`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6) Thanks [@rasendubi](https://github.com/rasendubi)! - Support native org-mode citations in uniorg, uniorg-parse, uniorg-rehype, uniorg-stringify.

This is a breaking change for uniorg-parse as it may output nodes unknown to downstream packages (uniorg-rehype, uniorg-stringify).

If you upgrade uniorg-parse to >=2, you also need to bump uniorg-rehype to >=1.1 and uniorg-stringify to >=1.1 (if you use these). Upgrading uniorg-rehype and uniorg-stringify does not require bumping uniorg-parse.

The default rendering of citations in uniorg-rehype is quite primitive and citations are transformed into `cite:` links (to keep some compatibility with org-ref). The handling can be overridden by specifying your own `handlers`.

- [#33](https://github.com/rasendubi/uniorg/pull/33) [`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6) Thanks [@rasendubi](https://github.com/rasendubi)! - `OrgToHastOptions` now has `handlers` property. You can override rendering of any org node by passing your own handler.

For example:

```js
import { h } from 'hastscript';
const processor = unified()
.use(uniorgParse)
.use(uniorg2rehype, {
handlers: {
comment: (org) => {
return h('div.comment', [{ type: 'text', value: org.value }]);
},
},
});
```
6 changes: 3 additions & 3 deletions packages/uniorg-rehype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-rehype",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"description": "uniorg plugin to transform to rehype",
"keywords": [
Expand Down Expand Up @@ -48,8 +48,8 @@
"ts-jest": "^27.1.4",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0"
"uniorg": "^1.1.0",
"uniorg-parse": "^2.0.0"
},
"dependencies": {
"hastscript": "7.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/uniorg-slug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"rehype-stringify": "9.0.3",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0",
"uniorg": "^1.1.0",
"uniorg-parse": "^2.0.0",
"uniorg-rehype": "^1.1.0",
"unist-util-find": "^1.0.2",
"vfile": "5.3.2"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/uniorg-stringify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# uniorg-stringify

## 1.1.0

### Minor Changes

- [#33](https://github.com/rasendubi/uniorg/pull/33) [`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6) Thanks [@rasendubi](https://github.com/rasendubi)! - Support native org-mode citations in uniorg, uniorg-parse, uniorg-rehype, uniorg-stringify.

This is a breaking change for uniorg-parse as it may output nodes unknown to downstream packages (uniorg-rehype, uniorg-stringify).

If you upgrade uniorg-parse to >=2, you also need to bump uniorg-rehype to >=1.1 and uniorg-stringify to >=1.1 (if you use these). Upgrading uniorg-rehype and uniorg-stringify does not require bumping uniorg-parse.

The default rendering of citations in uniorg-rehype is quite primitive and citations are transformed into `cite:` links (to keep some compatibility with org-ref). The handling can be overridden by specifying your own `handlers`.

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/uniorg-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-stringify",
"version": "1.0.1",
"version": "1.1.0",
"description": "uniorg plugin to serialize org-mode",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -44,8 +44,8 @@
"jest": "27.5.1",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg": "^1.1.0",
"uniorg-parse": "^2.0.0",
"vfile": "5.3.2"
}
}
13 changes: 13 additions & 0 deletions packages/uniorg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# uniorg

## 1.1.0

### Minor Changes

- [#33](https://github.com/rasendubi/uniorg/pull/33) [`67420e7`](https://github.com/rasendubi/uniorg/commit/67420e7fe05defc99b52aecce75fcc3831d39ff6) Thanks [@rasendubi](https://github.com/rasendubi)! - Support native org-mode citations in uniorg, uniorg-parse, uniorg-rehype, uniorg-stringify.

This is a breaking change for uniorg-parse as it may output nodes unknown to downstream packages (uniorg-rehype, uniorg-stringify).

If you upgrade uniorg-parse to >=2, you also need to bump uniorg-rehype to >=1.1 and uniorg-stringify to >=1.1 (if you use these). Upgrading uniorg-rehype and uniorg-stringify does not require bumping uniorg-parse.

The default rendering of citations in uniorg-rehype is quite primitive and citations are transformed into `cite:` links (to keep some compatibility with org-ref). The handling can be overridden by specifying your own `handlers`.
2 changes: 1 addition & 1 deletion packages/uniorg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"description": "uniorg type definitions",
"keywords": [
Expand Down
Loading