Skip to content

Commit

Permalink
chore: bump version (#110)
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] committed May 19, 2024
1 parent b45baf9 commit 2b8e9ca
Show file tree
Hide file tree
Showing 32 changed files with 182 additions and 86 deletions.
12 changes: 0 additions & 12 deletions .changeset/nine-jeans-pay.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/quiet-berries-sniff.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- Updated dependencies []:
- astro-org@2.1.1

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uniorgjs/astro-example",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
8 changes: 8 additions & 0 deletions examples/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example

## 1.0.3

### Patch Changes

- Updated dependencies [[`dbf6452`](https://github.com/rasendubi/uniorg/commit/dbf6452921ad03120bb9df87746aef52ac72b5fb), [`b45baf9`](https://github.com/rasendubi/uniorg/commit/b45baf992db4659e2732e888bd3860b9eff25504)]:
- uniorg-parse@3.0.0
- uniorg-rehype@1.2.0

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"private": true,
"type": "module",
"description": "Simple example of uniorg usage.",
Expand All @@ -14,7 +14,7 @@
"rehype-stringify": "10.0.0",
"unified": "11.0.4",
"unified-stream": "3.0.0",
"uniorg-parse": "^2.1.1",
"uniorg-rehype": "^1.1.1"
"uniorg-parse": "^3.0.0",
"uniorg-rehype": "^1.2.0"
}
}
8 changes: 8 additions & 0 deletions examples/extract-keywords-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# extract-keywords-example

## 1.0.3

### Patch Changes

- Updated dependencies [[`dbf6452`](https://github.com/rasendubi/uniorg/commit/dbf6452921ad03120bb9df87746aef52ac72b5fb), [`b45baf9`](https://github.com/rasendubi/uniorg/commit/b45baf992db4659e2732e888bd3860b9eff25504)]:
- uniorg-parse@3.0.0
- uniorg-rehype@1.2.0

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"private": true,
"type": "module",
"description": "Example of using uniorg-extract-keywords",
Expand All @@ -17,7 +17,7 @@
"to-vfile": "8.0.0",
"unified": "11.0.4",
"uniorg-extract-keywords": "^1.0.1",
"uniorg-parse": "^2.1.1",
"uniorg-rehype": "^1.1.1"
"uniorg-parse": "^3.0.0",
"uniorg-rehype": "^1.2.0"
}
}
8 changes: 8 additions & 0 deletions examples/next-blog-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# blog-starter

## 1.0.3

### Patch Changes

- Updated dependencies [[`dbf6452`](https://github.com/rasendubi/uniorg/commit/dbf6452921ad03120bb9df87746aef52ac72b5fb), [`b45baf9`](https://github.com/rasendubi/uniorg/commit/b45baf992db4659e2732e888bd3860b9eff25504)]:
- uniorg-parse@3.0.0
- uniorg-rehype@1.2.0

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -16,8 +16,8 @@
"rehype-stringify": "10.0.0",
"unified": "11.0.4",
"uniorg-extract-keywords": "^1.0.1",
"uniorg-parse": "^2.1.1",
"uniorg-rehype": "^1.1.1"
"uniorg-parse": "^3.0.0",
"uniorg-rehype": "^1.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
Expand Down
8 changes: 8 additions & 0 deletions examples/org-braindump/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# org-braindump

## 1.0.3

### Patch Changes

- Updated dependencies [[`dbf6452`](https://github.com/rasendubi/uniorg/commit/dbf6452921ad03120bb9df87746aef52ac72b5fb), [`b45baf9`](https://github.com/rasendubi/uniorg/commit/b45baf992db4659e2732e888bd3860b9eff25504)]:
- uniorg-parse@3.0.0
- uniorg-rehype@1.2.0

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -19,8 +19,8 @@
"trough": "2.1.0",
"unified": "11.0.4",
"uniorg-extract-keywords": "^1.0.1",
"uniorg-parse": "^2.1.1",
"uniorg-rehype": "^1.1.1",
"uniorg-parse": "^3.0.0",
"uniorg-rehype": "^1.2.0",
"uniorg-slug": "^1.0.1",
"vfile-find-down": "7.1.0",
"vfile-reporter": "8.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/astro-org/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# astro-org

## 2.1.1

### Patch Changes

- Updated dependencies [[`dbf6452`](https://github.com/rasendubi/uniorg/commit/dbf6452921ad03120bb9df87746aef52ac72b5fb), [`b45baf9`](https://github.com/rasendubi/uniorg/commit/b45baf992db4659e2732e888bd3860b9eff25504)]:
- uniorg-parse@3.0.0
- rollup-plugin-orgx@1.0.2

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/astro-org/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-org",
"version": "2.1.0",
"version": "2.1.1",
"description": "Astro plugin to import org-mode files.",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -30,10 +30,10 @@
"dependencies": {
"acorn": "^8.11.2",
"orgast-util-visit-ids": "^1.0.0",
"rollup-plugin-orgx": "^1.0.0",
"rollup-plugin-orgx": "^1.0.2",
"unified": "^11.0.4",
"uniorg-extract-keywords": "^1.0.0",
"uniorg-parse": "^2.1.1",
"uniorg-parse": "^3.0.0",
"uniorg-slug": "^1.0.0",
"vfile": "^6.0.1"
},
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": "3.0.2",
"jest": "29.7.0",
"typescript": "5.2.2",
"uniorg": "^1.1.1",
"uniorg-parse": "^2.1.1"
"uniorg": "^1.2.0",
"uniorg-parse": "^3.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": "3.0.2",
"jest": "29.7.0",
"typescript": "5.2.2",
"uniorg": "^1.1.1",
"uniorg-parse": "^2.1.1"
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0"
},
"dependencies": {
"unist-util-visit-parents": "6.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/orgx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @uniorgjs/orgx

## 1.0.6

### Patch Changes

- Updated dependencies [[`dbf6452`](https://github.com/rasendubi/uniorg/commit/dbf6452921ad03120bb9df87746aef52ac72b5fb), [`b45baf9`](https://github.com/rasendubi/uniorg/commit/b45baf992db4659e2732e888bd3860b9eff25504)]:
- uniorg-parse@3.0.0
- uniorg-rehype@1.2.0

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/orgx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniorgjs/orgx",
"version": "1.0.5",
"version": "1.0.6",
"description": "Org-mode to JS compiler",
"type": "module",
"types": "types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/rollup-plugin-orgx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# rollup-plugin-orgx

## 1.0.2

### Patch Changes

- Updated dependencies []:
- @uniorgjs/orgx@1.0.6

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-orgx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-orgx",
"version": "1.0.1",
"version": "1.0.2",
"description": "Rollup plugin to transform org-mode files to JS.",
"type": "module",
"main": "lib/index.js",
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": "29.7.0",
"typescript": "5.2.2",
"unified": "11.0.4",
"uniorg": "^1.1.1",
"uniorg-parse": "^2.1.1",
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0",
"vfile": "6.0.1",
"yaml": "^2.3.4"
},
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": "29.7.0",
"typescript": "5.2.2",
"unified": "11.0.4",
"uniorg": "^1.1.1",
"uniorg-parse": "^2.1.1",
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0",
"vfile": "^6.0.1"
},
"dependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/uniorg-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# uniorg-parse

## 3.0.0

### Major Changes

- [#109](https://github.com/rasendubi/uniorg/pull/109) [`dbf6452`](https://github.com/rasendubi/uniorg/commit/dbf6452921ad03120bb9df87746aef52ac72b5fb) Thanks [@rasendubi](https://github.com/rasendubi)! - Support `export-snippet` in uniorg, uniorg-parse, uniorg-rehype, and uniorg-stringify.

`export-snippet` has the following form: `@@backend:value@@`. Example: `@@html:<b>@@some text@@html:</b>`.

This is a breaking change for uniorg-parse as it may output nodes unknown to downstream users (uniorg-rehype and uniorg-stringify). If you upgrade uniorg-parse, you should also upgrade uniorg-rehype and uniorg-stringify to the corresponding versions.

- [#111](https://github.com/rasendubi/uniorg/pull/111) [`b45baf9`](https://github.com/rasendubi/uniorg/commit/b45baf992db4659e2732e888bd3860b9eff25504) Thanks [@rasendubi](https://github.com/rasendubi)! - Support `line-break` in uniorg, uniorg-parse, uniorg-rehype, and uniorg-stringify.

This is a breaking change for uniorg-parse as it may output nodes unknown to downstream users (uniorg-rehype and uniorg-stringify). If you upgrade uniorg-parse, you should also upgrade uniorg-rehype and uniorg-stringify to the corresponding versions.

## 2.1.1

### Patch Changes
Expand Down
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": "2.1.1",
"version": "3.0.0",
"type": "module",
"description": "uniorg plugin to parse org-mode",
"keywords": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
"unified": "^11.0.4",
"uniorg": "^1.1.1",
"uniorg": "^1.2.0",
"yaml": "^2.3.4"
},
"dependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/uniorg-rehype/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# uniorg-rehype

## 1.2.0

### Minor Changes

- [#109](https://github.com/rasendubi/uniorg/pull/109) [`dbf6452`](https://github.com/rasendubi/uniorg/commit/dbf6452921ad03120bb9df87746aef52ac72b5fb) Thanks [@rasendubi](https://github.com/rasendubi)! - Support `export-snippet` in uniorg, uniorg-parse, uniorg-rehype, and uniorg-stringify.

`export-snippet` has the following form: `@@backend:value@@`. Example: `@@html:<b>@@some text@@html:</b>`.

This is a breaking change for uniorg-parse as it may output nodes unknown to downstream users (uniorg-rehype and uniorg-stringify). If you upgrade uniorg-parse, you should also upgrade uniorg-rehype and uniorg-stringify to the corresponding versions.

- [#111](https://github.com/rasendubi/uniorg/pull/111) [`b45baf9`](https://github.com/rasendubi/uniorg/commit/b45baf992db4659e2732e888bd3860b9eff25504) Thanks [@rasendubi](https://github.com/rasendubi)! - Support `line-break` in uniorg, uniorg-parse, uniorg-rehype, and uniorg-stringify.

This is a breaking change for uniorg-parse as it may output nodes unknown to downstream users (uniorg-rehype and uniorg-stringify). If you upgrade uniorg-parse, you should also upgrade uniorg-rehype and uniorg-stringify to the corresponding versions.

## 1.1.1

### Patch Changes
Expand Down
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.1.1",
"version": "1.2.0",
"type": "module",
"description": "uniorg plugin to transform to rehype",
"keywords": [
Expand Down Expand Up @@ -49,8 +49,8 @@
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
"unified": "11.0.4",
"uniorg": "^1.1.1",
"uniorg-parse": "^2.1.1"
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0"
},
"dependencies": {
"hastscript": "8.0.0",
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 @@ -48,9 +48,9 @@
"rehype-stringify": "10.0.0",
"typescript": "5.2.2",
"unified": "^11.0.4",
"uniorg": "^1.1.1",
"uniorg-parse": "^2.1.1",
"uniorg-rehype": "^1.1.1",
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0",
"uniorg-rehype": "^1.2.0",
"unist-util-find": "^3.0.0",
"vfile": "^6.0.1"
}
Expand Down
Loading

0 comments on commit 2b8e9ca

Please sign in to comment.