Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed Apr 14, 2022
1 parent 570de12 commit 47b506d
Show file tree
Hide file tree
Showing 25 changed files with 47 additions and 47 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.0",
"version": "0.5.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": "^0.5.0",
"uniorg-rehype": "^0.5.0"
"uniorg-parse": "^0.5.1",
"uniorg-rehype": "^0.5.1"
}
}
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.0",
"version": "0.5.1",
"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.0",
"uniorg-parse": "^0.5.0",
"uniorg-rehype": "^0.5.0"
"uniorg-extract-keywords": "^0.5.1",
"uniorg-parse": "^0.5.1",
"uniorg-rehype": "^0.5.1"
}
}
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.0",
"version": "0.5.1",
"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.0",
"uniorg-parse": "^0.5.0",
"uniorg-rehype": "^0.5.0"
"uniorg-extract-keywords": "^0.5.1",
"uniorg-parse": "^0.5.1",
"uniorg-rehype": "^0.5.1"
},
"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.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"next": "^12.0.5",
"orgast-util-visit-ids": "^0.5.0",
"orgast-util-visit-ids": "^0.5.1",
"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.0",
"uniorg-parse": "^0.5.0",
"uniorg-rehype": "^0.5.0",
"uniorg-slug": "^0.5.0",
"uniorg-extract-keywords": "^0.5.1",
"uniorg-parse": "^0.5.1",
"uniorg-rehype": "^0.5.1",
"uniorg-slug": "^0.5.1",
"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.0",
"version": "0.5.1",
"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.

4 changes: 2 additions & 2 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.0",
"version": "0.5.1",
"type": "module",
"description": "uniorg (orgast) utility to get the plain text content of a node",
"keywords": [
Expand Down Expand Up @@ -43,6 +43,6 @@
"jest": "27.5.1",
"typescript": "4.6.3",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.0"
"uniorg-parse": "^0.5.1"
}
}
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.

4 changes: 2 additions & 2 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.0",
"version": "0.5.1",
"type": "module",
"description": "orgast (uniorg) utility to visit all nodes with ids",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"jest": "27.5.1",
"typescript": "4.6.3",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.0"
"uniorg-parse": "^0.5.1"
},
"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.

4 changes: 2 additions & 2 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.0",
"version": "0.5.1",
"type": "module",
"description": "Uniorg plugin to process org-attach attachment links",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.0",
"uniorg-parse": "^0.5.1",
"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.

4 changes: 2 additions & 2 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.0",
"version": "0.5.1",
"type": "module",
"description": "Store org keywords and their values in vfile data property",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.0",
"uniorg-parse": "^0.5.1",
"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.

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": "0.5.0",
"version": "0.5.1",
"type": "module",
"description": "uniorg plugin to parse org-mode",
"keywords": [
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.

4 changes: 2 additions & 2 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.0",
"version": "0.5.1",
"type": "module",
"description": "uniorg plugin to transform to rehype",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.0"
"uniorg-parse": "^0.5.1"
},
"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.

8 changes: 4 additions & 4 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.0",
"version": "0.5.1",
"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.0",
"orgast-util-to-string": "^0.5.1",
"unist-util-visit": "4.1.0"
},
"devDependencies": {
Expand All @@ -50,8 +50,8 @@
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.0",
"uniorg-rehype": "^0.5.0",
"uniorg-parse": "^0.5.1",
"uniorg-rehype": "^0.5.1",
"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.

4 changes: 2 additions & 2 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.0",
"version": "0.5.1",
"description": "uniorg plugin to serialize org-mode",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.0",
"uniorg-parse": "^0.5.0",
"uniorg-parse": "^0.5.1",
"vfile": "5.3.2"
}
}

0 comments on commit 47b506d

Please sign in to comment.