Skip to content

Commit

Permalink
fix(docz): bump docz-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Aug 29, 2019
1 parent f1727b2 commit c56e0c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.8",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -26,7 +26,7 @@
"@mdx-js/react": "^1.0.27",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"docz-core": "2.0.0-rc.3",
"docz-core": "2.0.0-rc.6",
"fast-deep-equal": "^2.0.1",
"gatsby": "^2.13.27",
"lodash": "^4.17.14",
Expand Down
7 changes: 2 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"lerna": "3.1.3",
"packages": [
"core/**/*",
"other-packages/**/*"
],
"version": "2.0.0-rc.7",
"packages": ["core/**/*", "other-packages/**/*"],
"version": "2.0.0-rc.8",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit c56e0c6

Please sign in to comment.