Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed Aug 14, 2022
1 parent bc7ecf7 commit c6fdf0d
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 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.

4 changes: 2 additions & 2 deletions examples/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"type": "module",
"description": "Simple example of uniorg usage.",
Expand All @@ -15,6 +15,6 @@
"unified": "10.1.2",
"unified-stream": "2.0.0",
"uniorg-parse": "^0.5.3",
"uniorg-rehype": "^0.5.3"
"uniorg-rehype": "^0.5.4"
}
}
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.

4 changes: 2 additions & 2 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.3",
"version": "0.5.4",
"private": true,
"type": "module",
"description": "Example of using uniorg-extract-keywords",
Expand All @@ -18,6 +18,6 @@
"unified": "10.1.2",
"uniorg-extract-keywords": "^0.5.3",
"uniorg-parse": "^0.5.3",
"uniorg-rehype": "^0.5.3"
"uniorg-rehype": "^0.5.4"
}
}
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.

4 changes: 2 additions & 2 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.3",
"version": "0.5.4",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -17,7 +17,7 @@
"unified": "10.1.2",
"uniorg-extract-keywords": "^0.5.3",
"uniorg-parse": "^0.5.3",
"uniorg-rehype": "^0.5.3"
"uniorg-rehype": "^0.5.4"
},
"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.

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": "0.5.3",
"version": "0.5.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -20,8 +20,8 @@
"unified": "10.1.2",
"uniorg-extract-keywords": "^0.5.3",
"uniorg-parse": "^0.5.3",
"uniorg-rehype": "^0.5.3",
"uniorg-slug": "^0.5.3",
"uniorg-rehype": "^0.5.4",
"uniorg-slug": "^0.5.4",
"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.3",
"version": "0.5.4",
"npmClient": "npm"
}
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.

2 changes: 1 addition & 1 deletion 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.3",
"version": "0.5.4",
"type": "module",
"description": "uniorg plugin to transform to rehype",
"keywords": [
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.

4 changes: 2 additions & 2 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.3",
"version": "0.5.4",
"type": "module",
"description": "uniorg plugin to add `id` attributes to headlines",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"unified": "10.1.2",
"uniorg": "^0.5.3",
"uniorg-parse": "^0.5.3",
"uniorg-rehype": "^0.5.3",
"uniorg-rehype": "^0.5.4",
"unist-util-find": "^1.0.2",
"vfile": "5.3.2"
}
Expand Down

0 comments on commit c6fdf0d

Please sign in to comment.