From 307485ec8418240ccf57785f428da90fc1c9b7b5 Mon Sep 17 00:00:00 2001 From: rakannimer Date: Wed, 6 Nov 2019 15:43:51 +0200 Subject: [PATCH] v2.0.0-rc.71 --- core/docz/package.json | 4 ++-- core/gatsby-theme-docz/package.json | 4 ++-- lerna.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/docz/package.json b/core/docz/package.json index 007b73025..5623b3bd4 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.0.0-rc.70", + "version": "2.0.0-rc.71", "description": "It's has never been so easy to documents your things!", "license": "MIT", "main": "dist/index.js", @@ -32,7 +32,7 @@ "gatsby": "^2.13.27", "gatsby-plugin-eslint": "^2.0.5", "gatsby-plugin-typescript": "^2.1.6", - "gatsby-theme-docz": "2.0.0-rc.70", + "gatsby-theme-docz": "2.0.0-rc.71", "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 f2c308c63..3e57d0734 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.70", + "version": "2.0.0-rc.71", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -24,7 +24,7 @@ "@theme-ui/typography": "^0.2.5", "babel-plugin-export-metadata": "2.0.0-rc.69", "copy-text-to-clipboard": "^2.1.0", - "docz": "2.0.0-rc.70", + "docz": "2.0.0-rc.71", "docz-core": "2.0.0-rc.69", "emotion-theming": "^10.0.14", "fs-extra": "^8.1.0", diff --git a/lerna.json b/lerna.json index 9dbe2af81..9cb50e1a2 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.0.0-rc.70", + "version": "2.0.0-rc.71", "npmClient": "yarn", "useWorkspaces": true }