From 9ade05ae4a54d3c741174e0103b6b8dc3b1f4af4 Mon Sep 17 00:00:00 2001 From: rakannimer Date: Fri, 1 Nov 2019 16:00:48 +0200 Subject: [PATCH] v2.0.0-rc.68 --- core/docz-core/package.json | 2 +- core/docz/package.json | 6 +++--- core/gatsby-theme-docz/package.json | 6 +++--- lerna.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index 230f853f4..ce4a2e776 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "2.0.0-rc.67", + "version": "2.0.0-rc.68", "description": "All docz core logic of bundle and parsing is included on this package", "license": "MIT", "main": "dist/index.js", diff --git a/core/docz/package.json b/core/docz/package.json index 1e129a534..27a3793d9 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.0.0-rc.67", + "version": "2.0.0-rc.68", "description": "It's has never been so easy to documents your things!", "license": "MIT", "main": "dist/index.js", @@ -27,12 +27,12 @@ "@mdx-js/react": "^1.0.27", "array-sort": "^1.0.0", "capitalize": "^2.0.0", - "docz-core": "2.0.0-rc.67", + "docz-core": "2.0.0-rc.68", "fast-deep-equal": "^2.0.1", "gatsby": "^2.13.27", "gatsby-plugin-eslint": "^2.0.5", "gatsby-plugin-typescript": "^2.1.6", - "gatsby-theme-docz": "2.0.0-rc.67", + "gatsby-theme-docz": "2.0.0-rc.68", "lodash": "^4.17.14", "marksy": "^8.0.0", "match-sorter": "^3.1.1", diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index cd36ea8af..d7882c1e1 100644 --- a/core/gatsby-theme-docz/package.json +++ b/core/gatsby-theme-docz/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-docz", - "version": "2.0.0-rc.67", + "version": "2.0.0-rc.68", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -24,8 +24,8 @@ "@theme-ui/typography": "^0.2.5", "babel-plugin-export-metadata": "2.0.0-rc.64", "copy-text-to-clipboard": "^2.1.0", - "docz": "2.0.0-rc.67", - "docz-core": "2.0.0-rc.67", + "docz": "2.0.0-rc.68", + "docz-core": "2.0.0-rc.68", "emotion-theming": "^10.0.14", "fs-extra": "^8.1.0", "gatsby": "^2.13.27", diff --git a/lerna.json b/lerna.json index 5509028b5..9bb32d3d0 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.0.0-rc.67", + "version": "2.0.0-rc.68", "npmClient": "yarn", "useWorkspaces": true }