Skip to content

Commit

Permalink
Merge pull request #85 from rasendubi/changeset-release/master
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
rasendubi authored Aug 24, 2023
2 parents 4021490 + 4997f44 commit cb0709d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .changeset/green-bees-matter.md

This file was deleted.

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

## 1.0.3

### Patch Changes

- Updated dependencies [[`6c1d090`](https://github.com/rasendubi/uniorg/commit/6c1d0903699f90ebd1dad5102ac9821132e37696)]:
- [email protected]

## 1.0.2

### 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.2",
"version": "1.0.3",
"description": "Org-mode to JS compiler",
"type": "module",
"types": "types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/uniorg-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/uniorg-parse/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit cb0709d

Please sign in to comment.