Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Jun 14, 2018
1 parent c1b8fba commit d92e494
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.11.0-0",
"version": "0.11.0",
"npmClient": "yarn"
}
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.11.0-0",
"version": "0.11.0",
"license": "MIT",
"repository": "mdx-js/mdx",
"description": "Loader for MDX",
Expand All @@ -19,7 +19,7 @@
"loader"
],
"dependencies": {
"@mdx-js/tag": "^0.11.0-0"
"@mdx-js/tag": "^0.11.0"
},
"devDependencies": {
"@mdx-js/mdx": "^0.10.1",
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.11.0-0",
"version": "0.11.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 d92e494

Please sign in to comment.