Skip to content

Commit

Permalink
v0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Nov 3, 2018
1 parent fe69e70 commit 63120c7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.15.6",
"version": "0.15.7",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/loader",
"version": "0.15.6",
"version": "0.15.7",
"license": "MIT",
"repository": "mdx-js/mdx",
"description": "Loader for MDX",
Expand All @@ -19,7 +19,7 @@
"loader"
],
"dependencies": {
"@mdx-js/mdx": "^0.15.6",
"@mdx-js/mdx": "^0.15.7",
"@mdx-js/tag": "^0.15.6",
"loader-utils": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/mdx",
"version": "0.15.6",
"version": "0.15.7",
"license": "MIT",
"repository": "mdx-js/mdx",
"description": "Parse MDX and transpile to JSX",
Expand Down
4 changes: 2 additions & 2 deletions packages/parcel-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@mdx-js/parcel-plugin-mdx",
"version": "0.15.6",
"version": "0.15.7",
"main": "src/index.js",
"author": "Matthew Hamlin <hamlim@outlook.com> (https://matthamlin.me/)",
"license": "MIT",
"repository": "mdx-js/mdx",
"dependencies": {
"@mdx-js/mdx": "^0.15.6",
"@mdx-js/mdx": "^0.15.7",
"parcel-bundler": "^1.4.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mdx-js/runtime",
"description": "Parse and render MDX in a runtime environment",
"version": "0.15.6",
"version": "0.15.7",
"license": "MIT",
"author": "John Otander",
"main": "dist",
Expand All @@ -26,7 +26,7 @@
"remark-slug": "^5.1.0"
},
"dependencies": {
"@mdx-js/mdx": "^0.15.6",
"@mdx-js/mdx": "^0.15.7",
"@mdx-js/tag": "^0.15.6",
"buble": "^0.19.3"
},
Expand Down

1 comment on commit 63120c7

@vercel
Copy link

@vercel vercel bot commented on 63120c7 Nov 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://mdx-uphzkqcpmi.now.sh to the following aliases.

Please sign in to comment.