From c56e0c6f53bd99c26a075588e8533c5131766217 Mon Sep 17 00:00:00 2001 From: rakannimer Date: Thu, 29 Aug 2019 16:48:24 +0300 Subject: [PATCH] fix(docz): bump docz-core version --- core/docz/package.json | 4 ++-- lerna.json | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/core/docz/package.json b/core/docz/package.json index 22f001e18..1971d00d1 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -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", @@ -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", diff --git a/lerna.json b/lerna.json index 418255600..75e956566 100644 --- a/lerna.json +++ b/lerna.json @@ -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 }