Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Jul 12, 2018
1 parent 82c3eaf commit affc231
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
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": [
"packages/*"
],
"version": "0.13.1-1",
"version": "0.14.0",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 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.13.1-1",
"version": "0.14.0",
"license": "MIT",
"repository": "mdx-js/mdx",
"description": "Loader for MDX",
Expand All @@ -19,10 +19,10 @@
"loader"
],
"dependencies": {
"@mdx-js/tag": "^0.13.1-1"
"@mdx-js/tag": "^0.14.0"
},
"devDependencies": {
"@mdx-js/mdx": "^0.13.1-1",
"@mdx-js/mdx": "^0.14.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
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.13.1-1",
"version": "0.14.0",
"license": "MIT",
"repository": "mdx-js/mdx",
"description": "Parse MDX and transpile to JSX",
Expand Down
6 changes: 3 additions & 3 deletions packages/parcel-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@mdx-js/parcel-plugin-mdx",
"version": "0.13.1-1",
"version": "0.14.0",
"main": "src/index.js",
"author": "Matthew Hamlin <hamlim@outlook.com> (https://matthamlin.me/)",
"license": "MIT",
"repository": "mdx-js/mdx",
"dependencies": {
"@mdx-js/mdx": "^0.13.1-1",
"@mdx-js/mdx": "^0.14.0",
"parcel-bundler": "^1.4.1"
},
"peerDependencies": {
"@mdx-js/tag": "^0.13.1-1",
"react": "^0.14.x || ^15.x || ^16.x"
},
"devDependencies": {
"jest": "^23.3.0",
"jest": "^23.3.0",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
Expand Down
6 changes: 3 additions & 3 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.13.1-1",
"version": "0.14.0",
"license": "MIT",
"author": "John Otander",
"main": "dist",
Expand All @@ -23,8 +23,8 @@
"react-dom": "^16.4.1"
},
"dependencies": {
"@mdx-js/mdx": "^0.13.1-1",
"@mdx-js/tag": "^0.13.1-1",
"@mdx-js/mdx": "^0.14.0",
"@mdx-js/tag": "^0.14.0",
"buble": "^0.19.3"
}
}
2 changes: 1 addition & 1 deletion packages/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mdx-js/tag",
"license": "MIT",
"version": "0.13.1-1",
"version": "0.14.0",
"repository": "mdx-js/mdx",
"description": "A fully-featured Markdown/MDX React component for ambitious projects",
"main": "dist/index.js",
Expand Down

0 comments on commit affc231

Please sign in to comment.