From f374f231c8de70ccfe4736f283ab4c9985a2048b Mon Sep 17 00:00:00 2001 From: rakannimer Date: Mon, 9 Sep 2019 12:14:48 +0300 Subject: [PATCH] v2.0.0-rc.38 --- core/docz-components/package.json | 2 +- core/docz-core/package.json | 2 +- core/docz/package.json | 8 ++++---- core/gatsby-theme-docz/package.json | 4 ++-- examples/basic/package.json | 2 +- examples/flow/package.json | 2 +- examples/gatsby/package.json | 2 +- examples/images/package.json | 2 +- examples/material-ui/package.json | 2 +- examples/monorepo/package.json | 2 +- examples/now/package.json | 2 +- examples/react-native/package.json | 2 +- examples/react-router/package.json | 2 +- examples/styled-components/package.json | 2 +- examples/typescript/package.json | 2 +- lerna.json | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/core/docz-components/package.json b/core/docz-components/package.json index 28ee7b865..5187d3824 100644 --- a/core/docz-components/package.json +++ b/core/docz-components/package.json @@ -1,6 +1,6 @@ { "name": "docz-components", - "version": "2.0.0-rc.37", + "version": "2.0.0-rc.38", "main": "dist/index.js", "module": "dist/docz-components.esm.js", "typings": "dist/index.d.ts", diff --git a/core/docz-core/package.json b/core/docz-core/package.json index a22c7e485..60ff79d73 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.36", + "version": "2.0.0-rc.38", "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 3c7903d13..026da81b7 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.0.0-rc.37", + "version": "2.0.0-rc.38", "description": "It's has never been so easy to documents your things!", "license": "MIT", "main": "dist/index.js", @@ -27,13 +27,13 @@ "@mdx-js/react": "^1.0.27", "array-sort": "^1.0.0", "capitalize": "^2.0.0", - "docz-components": "2.0.0-rc.37", - "docz-core": "2.0.0-rc.36", + "docz-components": "2.0.0-rc.38", + "docz-core": "2.0.0-rc.38", "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.37", + "gatsby-theme-docz": "2.0.0-rc.38", "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 de79f699a..3fa7eb2af 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.37", + "version": "2.0.0-rc.38", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -24,7 +24,7 @@ "babel-plugin-export-metadata": "^2.0.0-rc.1", "copy-text-to-clipboard": "^2.1.0", "docz": "2.0.0-rc.9", - "docz-core": "2.0.0-rc.36", + "docz-core": "2.0.0-rc.38", "emotion-theming": "^10.0.14", "fs-extra": "^8.1.0", "gatsby": "^2.13.27", diff --git a/examples/basic/package.json b/examples/basic/package.json index e2720f4cf..e8e4aeb0f 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,7 +1,7 @@ { "name": "docz-example-basic", "private": true, - "version": "2.0.0-rc.36", + "version": "2.0.0-rc.38", "license": "MIT", "files": [ "src/", diff --git a/examples/flow/package.json b/examples/flow/package.json index 3176f5f08..140ba4209 100644 --- a/examples/flow/package.json +++ b/examples/flow/package.json @@ -1,7 +1,7 @@ { "name": "docz-example-flow", "private": true, - "version": "2.0.0-rc.36", + "version": "2.0.0-rc.38", "license": "MIT", "files": [ "src/", diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index dc29e120c..568e2db52 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -2,7 +2,7 @@ "name": "docz-example-gatsby", "private": true, "description": "Example of how to integrate docz with gatsby as a theme", - "version": "2.0.0-rc.36", + "version": "2.0.0-rc.38", "keywords": [ "gatsby", "docz" diff --git a/examples/images/package.json b/examples/images/package.json index 4cb849790..d84b914e8 100644 --- a/examples/images/package.json +++ b/examples/images/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "docz-example-images", - "version": "2.0.0-rc.36", + "version": "2.0.0-rc.38", "license": "MIT", "files": [ "src/", diff --git a/examples/material-ui/package.json b/examples/material-ui/package.json index cb2ee1e6c..b260c83e9 100644 --- a/examples/material-ui/package.json +++ b/examples/material-ui/package.json @@ -1,7 +1,7 @@ { "name": "docz-example-material-ui", "private": true, - "version": "2.0.0-rc.37", + "version": "2.0.0-rc.38", "license": "MIT", "files": [ "src/", diff --git a/examples/monorepo/package.json b/examples/monorepo/package.json index e7312a178..820a21a5d 100644 --- a/examples/monorepo/package.json +++ b/examples/monorepo/package.json @@ -5,7 +5,7 @@ "packages/docs-site" ], "name": "docz-gatsby-monorepo", - "version": "2.0.0-rc.36", + "version": "2.0.0-rc.38", "description": "", "main": "index.js", "scripts": { diff --git a/examples/now/package.json b/examples/now/package.json index 43f498fd4..8f3564082 100644 --- a/examples/now/package.json +++ b/examples/now/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "docz-example-now", - "version": "2.0.0-rc.36", + "version": "2.0.0-rc.38", "license": "MIT", "files": [ "src/", diff --git a/examples/react-native/package.json b/examples/react-native/package.json index 194b100de..352cc0b4a 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "docz-example-react-native", - "version": "2.0.0-rc.36", + "version": "2.0.0-rc.38", "license": "MIT", "files": [ "src/", diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 890652ecd..23fe2d3c7 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -1,7 +1,7 @@ { "name": "docz-example-react-router", "private": true, - "version": "2.0.0-rc.36", + "version": "2.0.0-rc.38", "license": "MIT", "files": [ "src/", diff --git a/examples/styled-components/package.json b/examples/styled-components/package.json index faaa0d001..54c5bb26a 100644 --- a/examples/styled-components/package.json +++ b/examples/styled-components/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "docz-example-styled-components", - "version": "2.0.0-rc.36", + "version": "2.0.0-rc.38", "license": "MIT", "files": [ "src/", diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 80c6f22e6..f0ce7e94c 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "docz-example-typescript", - "version": "2.0.0-rc.36", + "version": "2.0.0-rc.38", "license": "MIT", "files": [ "src/", diff --git a/lerna.json b/lerna.json index 6f13a7243..edda39956 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "lerna": "3.1.3", "packages": ["core/**/*", "other-packages/**/*"], - "version": "2.0.0-rc.37", + "version": "2.0.0-rc.38", "npmClient": "yarn", "useWorkspaces": true }