From 1bcbe1ebb52d94a9aadbad86cf255d56b16e0567 Mon Sep 17 00:00:00 2001 From: rakannimer Date: Mon, 21 Oct 2019 16:45:53 -0500 Subject: [PATCH] v2.0.0-rc.62 --- 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 2229b8db8..cec334c22 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.0.0-rc.61", + "version": "2.0.0-rc.62", "description": "It's has never been so easy to documents your things!", "license": "MIT", "main": "dist/index.js", @@ -33,7 +33,7 @@ "gatsby": "^2.13.27", "gatsby-plugin-eslint": "^2.0.5", "gatsby-plugin-typescript": "^2.1.6", - "gatsby-theme-docz": "2.0.0-rc.61", + "gatsby-theme-docz": "2.0.0-rc.62", "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 05f9f8e4f..11d9e7789 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.61", + "version": "2.0.0-rc.62", "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.56", "copy-text-to-clipboard": "^2.1.0", - "docz": "2.0.0-rc.61", + "docz": "2.0.0-rc.62", "docz-core": "2.0.0-rc.60", "emotion-theming": "^10.0.14", "fs-extra": "^8.1.0", diff --git a/lerna.json b/lerna.json index f4ba066af..c29314e81 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.0.0-rc.61", + "version": "2.0.0-rc.62", "npmClient": "yarn", "useWorkspaces": true }