Skip to content

Commit

Permalink
v0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Feb 15, 2019
1 parent 0741f49 commit 6137b50
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.17.4",
"version": "0.17.5",
"packages": [
"packages/*"
],
Expand Down
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.17.4",
"version": "0.17.5",
"description": "Loader for MDX",
"license": "MIT",
"keywords": [
Expand All @@ -27,8 +27,8 @@
"index.js"
],
"dependencies": {
"@mdx-js/mdx": "^0.17.4",
"@mdx-js/tag": "^0.17.0",
"@mdx-js/mdx": "^0.17.5",
"@mdx-js/tag": "^0.17.5",
"loader-utils": "^1.1.0"
},
"devDependencies": {
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.17.4",
"version": "0.17.5",
"description": "Parse MDX and transpile to JSX",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"@babel/core": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.1.6",
"@mapbox/rehype-prism": "^0.3.0",
"@mdx-js/tag": "^0.17.0",
"@mdx-js/tag": "^0.17.5",
"hast-util-select": "^3.0.0",
"jest": "^23.6.0",
"prettier": "^1.14.2",
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.17.4",
"version": "0.17.5",
"description": "Parcel plugin for MDX",
"license": "MIT",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"src"
],
"dependencies": {
"@mdx-js/mdx": "^0.17.4",
"@mdx-js/mdx": "^0.17.5",
"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,6 +1,6 @@
{
"name": "remark-mdx",
"version": "0.17.4",
"version": "0.17.5",
"description": "Support import, export, and JSX in markdown",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 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.17.4",
"version": "0.17.5",
"description": "Parse and render MDX in a runtime environment",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,8 +33,8 @@
"src/"
],
"dependencies": {
"@mdx-js/mdx": "^0.17.4",
"@mdx-js/tag": "^0.17.0",
"@mdx-js/mdx": "^0.17.5",
"@mdx-js/tag": "^0.17.5",
"buble": "^0.19.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/tag",
"version": "0.17.0",
"version": "0.17.5",
"description": "A fully-featured Markdown/MDX React component for ambitious projects",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 6137b50

Please sign in to comment.