Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Jun 8, 2018
1 parent 503d9f9 commit a5c6a15
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 @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "0.9.0",
"version": "0.10.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.9.0",
"version": "0.10.0",
"license": "MIT",
"repository": "mdx-js/mdx",
"description": "Loader for MDX",
Expand All @@ -19,10 +19,10 @@
"loader"
],
"dependencies": {
"@mdx-js/tag": "^0.7.2"
"@mdx-js/tag": "^0.10.0"
},
"devDependencies": {
"@mdx-js/mdx": "^0.9.0",
"@mdx-js/mdx": "^0.10.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/mdx",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"repository": "mdx-js/mdx",
"description": "Parse MDX and transpile to JSX",
Expand All @@ -20,7 +20,7 @@
"mdx"
],
"dependencies": {
"@mdx-js/mdxast": "^0.7.2",
"@mdx-js/mdxast": "^0.10.0",
"mdast-util-to-hast": "^3.0.0",
"remark-parse": "^5.0.0",
"remark-squeeze-paragraphs": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdxast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/mdxast",
"version": "0.7.2",
"version": "0.10.0",
"license": "MIT",
"repository": "mdx-js/mdx",
"description": "Transforms MDAST to MDXAST",
Expand Down
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.7.2",
"version": "0.10.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 a5c6a15

Please sign in to comment.