Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed May 5, 2022
1 parent 08c6c6f commit 644208b
Show file tree
Hide file tree
Showing 27 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion examples/example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.5.1",
"version": "0.5.2",
"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": "^0.5.1",
"uniorg-rehype": "^0.5.1"
"uniorg-parse": "^0.5.2",
"uniorg-rehype": "^0.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/extract-keywords-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"description": "Example of using uniorg-extract-keywords",
Expand All @@ -16,8 +16,8 @@
"rehype-stringify": "9.0.3",
"to-vfile": "7.2.3",
"unified": "10.1.2",
"uniorg-extract-keywords": "^0.5.1",
"uniorg-parse": "^0.5.1",
"uniorg-rehype": "^0.5.1"
"uniorg-extract-keywords": "^0.5.2",
"uniorg-parse": "^0.5.2",
"uniorg-rehype": "^0.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/next-blog-starter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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": "0.5.1",
"version": "0.5.2",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -15,9 +15,9 @@
"react-dom": "17.0.2",
"rehype-stringify": "9.0.3",
"unified": "10.1.2",
"uniorg-extract-keywords": "^0.5.1",
"uniorg-parse": "^0.5.1",
"uniorg-rehype": "^0.5.1"
"uniorg-extract-keywords": "^0.5.2",
"uniorg-parse": "^0.5.2",
"uniorg-rehype": "^0.5.2"
},
"devDependencies": {
"autoprefixer": "^10.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/org-braindump/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/org-braindump/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org-braindump",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"next": "^12.0.5",
"orgast-util-visit-ids": "^0.5.1",
"orgast-util-visit-ids": "^0.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"rehype-react": "7.0.4",
Expand All @@ -18,10 +18,10 @@
"to-vfile": "^7.2.3",
"trough": "2.1.0",
"unified": "10.1.2",
"uniorg-extract-keywords": "^0.5.1",
"uniorg-parse": "^0.5.1",
"uniorg-rehype": "^0.5.1",
"uniorg-slug": "^0.5.1",
"uniorg-extract-keywords": "^0.5.2",
"uniorg-parse": "^0.5.2",
"uniorg-rehype": "^0.5.2",
"uniorg-slug": "^0.5.2",
"vfile-find-down": "6.0.0",
"vfile-reporter": "7.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*",
"examples/*"
],
"version": "0.5.1",
"version": "0.5.2",
"npmClient": "npm"
}
2 changes: 1 addition & 1 deletion packages/orgast-util-to-string/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/orgast-util-to-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgast-util-to-string",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"description": "uniorg (orgast) utility to get the plain text content of a node",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"@types/unist": "2.0.6",
"jest": "27.5.1",
"typescript": "4.6.3",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.1"
"uniorg": "^0.5.2",
"uniorg-parse": "^0.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/orgast-util-visit-ids/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/orgast-util-visit-ids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgast-util-visit-ids",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"description": "orgast (uniorg) utility to visit all nodes with ids",
"keywords": [
Expand Down Expand Up @@ -42,8 +42,8 @@
"@types/unist": "2.0.6",
"jest": "27.5.1",
"typescript": "4.6.3",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.1"
"uniorg": "^0.5.2",
"uniorg-parse": "^0.5.2"
},
"dependencies": {
"unist-util-visit-parents": "5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/uniorg-attach/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/uniorg-attach/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-attach",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"description": "Uniorg plugin to process org-attach attachment links",
"keywords": [
Expand Down Expand Up @@ -41,8 +41,8 @@
"jest": "27.5.1",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.1",
"uniorg": "^0.5.2",
"uniorg-parse": "^0.5.2",
"vfile": "5.3.2",
"yaml": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/uniorg-extract-keywords/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/uniorg-extract-keywords/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-extract-keywords",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"description": "Store org keywords and their values in vfile data property",
"keywords": [
Expand Down Expand Up @@ -41,8 +41,8 @@
"jest": "27.5.1",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.1",
"uniorg": "^0.5.2",
"uniorg-parse": "^0.5.2",
"vfile": "^5.3.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/uniorg-parse/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.5.1",
"version": "0.5.2",
"type": "module",
"description": "uniorg plugin to parse org-mode",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"ts-jest": "^27.1.4",
"typescript": "4.6.3",
"unified": "^10.1.2",
"uniorg": "^0.5.0",
"uniorg": "^0.5.2",
"yaml": "^2.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/uniorg-rehype/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.5.1",
"version": "0.5.2",
"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": "^0.5.0",
"uniorg-parse": "^0.5.1"
"uniorg": "^0.5.2",
"uniorg-parse": "^0.5.2"
},
"dependencies": {
"hastscript": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniorg-slug/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/uniorg-slug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-slug",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"description": "uniorg plugin to add `id` attributes to headlines",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"github-slugger": "^1.3.0",
"orgast-util-to-string": "^0.5.1",
"orgast-util-to-string": "^0.5.2",
"unist-util-visit": "4.1.0"
},
"devDependencies": {
Expand All @@ -49,9 +49,9 @@
"rehype-stringify": "9.0.3",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.1",
"uniorg-rehype": "^0.5.1",
"uniorg": "^0.5.2",
"uniorg-parse": "^0.5.2",
"uniorg-rehype": "^0.5.2",
"unist-util-find": "^1.0.2",
"vfile": "5.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/uniorg-stringify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.5.1",
"version": "0.5.2",
"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": "^0.5.0",
"uniorg-parse": "^0.5.1",
"uniorg": "^0.5.2",
"uniorg-parse": "^0.5.2",
"vfile": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/uniorg/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.5.0",
"version": "0.5.2",
"type": "module",
"description": "uniorg type definitions",
"keywords": [
Expand Down

0 comments on commit 644208b

Please sign in to comment.