diff --git a/.changeset/green-bees-matter.md b/.changeset/green-bees-matter.md deleted file mode 100644 index 298f7c7..0000000 --- a/.changeset/green-bees-matter.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'uniorg-parse': patch ---- - -Prevent crash when export-block has unexpected parameters. - -When export-block was provided unexpected parameters, uniorg has thrown an exception and stopped parsing. org-element fails to parse export-block backend but otherwise continues to parse. We replicate the same behavior in Uniorg now. - -Fixes [#83](https://github.com/rasendubi/uniorg/issues/83). diff --git a/packages/orgx/CHANGELOG.md b/packages/orgx/CHANGELOG.md index 542980d..5fbe515 100644 --- a/packages/orgx/CHANGELOG.md +++ b/packages/orgx/CHANGELOG.md @@ -1,5 +1,12 @@ # @uniorgjs/orgx +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`6c1d090`](https://github.com/rasendubi/uniorg/commit/6c1d0903699f90ebd1dad5102ac9821132e37696)]: + - uniorg-parse@2.0.2 + ## 1.0.2 ### Patch Changes diff --git a/packages/orgx/package.json b/packages/orgx/package.json index f801884..621942c 100644 --- a/packages/orgx/package.json +++ b/packages/orgx/package.json @@ -1,6 +1,6 @@ { "name": "@uniorgjs/orgx", - "version": "1.0.2", + "version": "1.0.3", "description": "Org-mode to JS compiler", "type": "module", "types": "types/index.d.ts", diff --git a/packages/uniorg-parse/CHANGELOG.md b/packages/uniorg-parse/CHANGELOG.md index fda9eed..36c4dfd 100644 --- a/packages/uniorg-parse/CHANGELOG.md +++ b/packages/uniorg-parse/CHANGELOG.md @@ -1,5 +1,15 @@ # uniorg-parse +## 2.0.2 + +### Patch Changes + +- [#84](https://github.com/rasendubi/uniorg/pull/84) [`6c1d090`](https://github.com/rasendubi/uniorg/commit/6c1d0903699f90ebd1dad5102ac9821132e37696) Thanks [@rasendubi](https://github.com/rasendubi)! - Prevent crash when export-block has unexpected parameters. + + When export-block was provided unexpected parameters, uniorg has thrown an exception and stopped parsing. org-element fails to parse export-block backend but otherwise continues to parse. We replicate the same behavior in Uniorg now. + + Fixes [#83](https://github.com/rasendubi/uniorg/issues/83). + ## 2.0.1 ### Patch Changes diff --git a/packages/uniorg-parse/package.json b/packages/uniorg-parse/package.json index 6fc1312..e5d148f 100644 --- a/packages/uniorg-parse/package.json +++ b/packages/uniorg-parse/package.json @@ -1,6 +1,6 @@ { "name": "uniorg-parse", - "version": "2.0.1", + "version": "2.0.2", "type": "module", "description": "uniorg plugin to parse org-mode", "keywords": [