Skip to content

Commit

Permalink
v0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Nov 23, 2018
1 parent 8978bb1 commit 21a3cc7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "0.16.3",
"version": "0.16.4",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mdx",
"version": "0.16.1",
"version": "0.16.4",
"description": "Initialize an MDX project",
"license": "MIT",
"keywords": [
Expand Down
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.16.3",
"version": "0.16.4",
"description": "Loader for MDX",
"license": "MIT",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"index.js"
],
"dependencies": {
"@mdx-js/mdx": "^0.16.3",
"@mdx-js/mdx": "^0.16.4",
"@mdx-js/tag": "^0.16.1",
"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.16.3",
"version": "0.16.4",
"description": "Parse MDX and transpile to JSX",
"license": "MIT",
"keywords": [
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,6 +1,6 @@
{
"name": "@mdx-js/parcel-plugin-mdx",
"version": "0.16.3",
"version": "0.16.4",
"description": "Parcel plugin for MDX",
"license": "MIT",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"src"
],
"dependencies": {
"@mdx-js/mdx": "^0.16.3",
"@mdx-js/mdx": "^0.16.4",
"parcel-bundler": "^1.4.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@mdx-js/remark-mdx",
"version": "0.16.1",
"version": "0.16.4",
"description": "Support import, export, and JSX in markdown",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/runtime",
"version": "0.16.3",
"version": "0.16.4",
"description": "Parse and render MDX in a runtime environment",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"src/"
],
"dependencies": {
"@mdx-js/mdx": "^0.16.3",
"@mdx-js/mdx": "^0.16.4",
"@mdx-js/tag": "^0.16.1",
"buble": "^0.19.6"
},
Expand Down

1 comment on commit 21a3cc7

@vercel
Copy link

@vercel vercel bot commented on 21a3cc7 Nov 23, 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-iivrhazrwg.now.sh to the following aliases.

Please sign in to comment.