Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesknelson committed Feb 17, 2018
1 parent 21cfb7e commit a972a10
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -6,5 +6,5 @@
"packages/*",
"site"
],
"version": "1.1.0-0"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion packages/mdx-breadboard/package.json
@@ -1,6 +1,6 @@
{
"name": "mdx-breadboard",
"version": "0.2.5",
"version": "1.1.0",
"description": "Edit an MDX file in real time, with preview.",
"author": "James K Nelson <james@jamesknelson.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "mdx-loader",
"version": "1.0.0",
"version": "1.1.0",
"description": "Webpack loader for MDXC",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/mdxc/package.json
@@ -1,6 +1,6 @@
{
"name": "mdxc",
"version": "1.1.0-0",
"version": "1.1.0",
"description": "A tool to convert Markdown into React components",
"author": "James K Nelson <james@jamesknelson.com>",
"license": "MIT",
Expand All @@ -23,8 +23,8 @@
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.0",
"babel-preset-react-app": "^3.1.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-react-app": "^3.1.1",
"cross-env": "^3.1.4",
"markdown-it-testgen": "^0.1.4",
"mocha": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.4.4",
"version": "1.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
Expand Down

0 comments on commit a972a10

Please sign in to comment.