diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 7b82f59b6..06193ac04 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -1,13 +1,13 @@ { "private": true, - "version": "1.0.9", + "version": "1.0.10", "name": "gatsby", "scripts": { "start": "gatsby develop", "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.0.9", + "@mdx-js/mdx": "^1.0.10", "@mdx-js/react": "^1.0.6", "gatsby": "^2.3.21", "gatsby-mdx": "^0.6.1", diff --git a/examples/next/package.json b/examples/next/package.json index d09a59ead..55f5aadce 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,15 +1,15 @@ { "private": true, "name": "next", - "version": "1.0.9", + "version": "1.0.10", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { - "@mdx-js/loader": "^1.0.9", - "@mdx-js/mdx": "^1.0.9", + "@mdx-js/loader": "^1.0.10", + "@mdx-js/mdx": "^1.0.10", "@zeit/next-mdx": "^1.2.0", "next": "^8.0.4", "react": "^16.8.6", diff --git a/examples/parcel/package.json b/examples/parcel/package.json index 4d404fa2f..2692547bc 100644 --- a/examples/parcel/package.json +++ b/examples/parcel/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "parcel", - "version": "1.0.9", + "version": "1.0.10", "scripts": { "start": "parcel index.html --no-cache" }, @@ -15,7 +15,7 @@ "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", - "@mdx-js/parcel-plugin-mdx": "^1.0.9", + "@mdx-js/parcel-plugin-mdx": "^1.0.10", "parcel-bundler": "^1.12.3" } } diff --git a/examples/syntax-highlighting/package.json b/examples/syntax-highlighting/package.json index fb749cd71..2249b3b2b 100644 --- a/examples/syntax-highlighting/package.json +++ b/examples/syntax-highlighting/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "syntax-highlighting", - "version": "1.0.9", + "version": "1.0.10", "scripts": { "start": "gatsby develop", "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.0.9", + "@mdx-js/mdx": "^1.0.10", "@mdx-js/react": "^1.0.6", "gatsby": "^2.3.21", "gatsby-mdx": "^0.6.1", diff --git a/lerna.json b/lerna.json index 59f1509ed..3048ff9b5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.0", - "version": "1.0.9", + "version": "1.0.10", "packages": [ "packages/*" ], diff --git a/packages/gatsby-theme-mdx/package.json b/packages/gatsby-theme-mdx/package.json index 84d7c9b8b..95ea9858a 100644 --- a/packages/gatsby-theme-mdx/package.json +++ b/packages/gatsby-theme-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-mdx", - "version": "1.0.9", + "version": "1.0.10", "author": "Brent Jackson ", "license": "MIT", "scripts": { @@ -14,9 +14,9 @@ "dependencies": { "@emotion/core": "^10.0.10", "@emotion/styled": "^10.0.10", - "@mdx-js/mdx": "^1.0.9", + "@mdx-js/mdx": "^1.0.10", "@mdx-js/react": "^1.0.6", - "@mdx-js/runtime": "^1.0.9", + "@mdx-js/runtime": "^1.0.10", "@reach/router": "^1.2.1", "@reach/skip-nav": "^0.1.2", "@rebass/emotion": "^3.1.0", diff --git a/packages/loader/package.json b/packages/loader/package.json index 94a7f08ad..ba56124a3 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/loader", - "version": "1.0.9", + "version": "1.0.10", "description": "Loader for MDX", "license": "MIT", "keywords": [ @@ -27,7 +27,7 @@ "index.js" ], "dependencies": { - "@mdx-js/mdx": "^1.0.9", + "@mdx-js/mdx": "^1.0.10", "@mdx-js/react": "^1.0.6", "loader-utils": "^1.1.0" }, diff --git a/packages/mdx/package.json b/packages/mdx/package.json index b10ce07ae..f95fc19cd 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/mdx", - "version": "1.0.9", + "version": "1.0.10", "description": "Parse MDX and transpile to JSX", "license": "MIT", "keywords": [ diff --git a/packages/parcel-plugin-mdx/package.json b/packages/parcel-plugin-mdx/package.json index 0a9bd53e6..a08ca146d 100644 --- a/packages/parcel-plugin-mdx/package.json +++ b/packages/parcel-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/parcel-plugin-mdx", - "version": "1.0.9", + "version": "1.0.10", "description": "Parcel plugin for MDX", "license": "MIT", "keywords": [ @@ -27,7 +27,7 @@ "src" ], "dependencies": { - "@mdx-js/mdx": "^1.0.9", + "@mdx-js/mdx": "^1.0.10", "parcel-bundler": "^1.4.1" }, "peerDependencies": { diff --git a/packages/runtime/package.json b/packages/runtime/package.json index b145ade82..2ab1e63a3 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/runtime", - "version": "1.0.9", + "version": "1.0.10", "description": "Parse and render MDX in a runtime environment", "license": "MIT", "keywords": [ @@ -33,7 +33,7 @@ "dist" ], "dependencies": { - "@mdx-js/mdx": "^1.0.9", + "@mdx-js/mdx": "^1.0.10", "@mdx-js/react": "^1.0.6", "buble": "^0.19.6" }, diff --git a/packages/vue-loader/package.json b/packages/vue-loader/package.json index c2fb638f0..c9af4b994 100644 --- a/packages/vue-loader/package.json +++ b/packages/vue-loader/package.json @@ -1,6 +1,6 @@ { "name": "@mdx-js/vue-loader", - "version": "1.0.9", + "version": "1.0.10", "description": "Vue loader for MDX", "license": "MIT", "keywords": [ @@ -27,7 +27,7 @@ "index.js" ], "dependencies": { - "@mdx-js/mdx": "^1.0.9", + "@mdx-js/mdx": "^1.0.10", "@mdx-js/vue": "^1.0.2", "loader-utils": "^1.1.0" },