From 0ed0153a73ee91e9731847d4f8e8a7b26ea01a08 Mon Sep 17 00:00:00 2001 From: rakannimer Date: Fri, 7 Feb 2020 17:15:51 +0200 Subject: [PATCH] v2.3.0-alpha.11 --- CHANGELOG.md | 17 +++++++++++++++++ core/docz-core/CHANGELOG.md | 16 ++++++++++++++++ core/docz-core/package.json | 2 +- core/docz/CHANGELOG.md | 8 ++++++++ core/docz/package.json | 6 +++--- core/gatsby-theme-docz/CHANGELOG.md | 11 +++++++++++ core/gatsby-theme-docz/package.json | 2 +- lerna.json | 2 +- 8 files changed, 58 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3614cfcc7..f1ba5c26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0-alpha.11](https://github.com/doczjs/docz/compare/v2.3.0-alpha.10...v2.3.0-alpha.11) (2020-02-07) + + +### Bug Fixes + +* **docz-core:** be explicit about cli args ([6f5b4ee](https://github.com/doczjs/docz/commit/6f5b4ee)) + + +### Features + +* **docz-core:** pass down cli args to Gatsby + fix open flag ([385b006](https://github.com/doczjs/docz/commit/385b006)) +* **gatsby-theme-docz:** create MainContainer component ([#1381](https://github.com/doczjs/docz/issues/1381)) ([e8d1c04](https://github.com/doczjs/docz/commit/e8d1c04)) + + + + + # [2.3.0-alpha.10](https://github.com/doczjs/docz/compare/v2.3.0-alpha.9...v2.3.0-alpha.10) (2020-02-06) diff --git a/core/docz-core/CHANGELOG.md b/core/docz-core/CHANGELOG.md index ba19168c9..4b0867178 100644 --- a/core/docz-core/CHANGELOG.md +++ b/core/docz-core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0-alpha.11](https://github.com/doczjs/docz/compare/v2.3.0-alpha.10...v2.3.0-alpha.11) (2020-02-07) + + +### Bug Fixes + +* **docz-core:** be explicit about cli args ([6f5b4ee](https://github.com/doczjs/docz/commit/6f5b4ee)) + + +### Features + +* **docz-core:** pass down cli args to Gatsby + fix open flag ([385b006](https://github.com/doczjs/docz/commit/385b006)) + + + + + # [2.3.0-alpha.10](https://github.com/doczjs/docz/compare/v2.3.0-alpha.9...v2.3.0-alpha.10) (2020-02-06) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index 838f1d2a8..fd4147d0c 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "2.3.0-alpha.10", + "version": "2.3.0-alpha.11", "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/CHANGELOG.md b/core/docz/CHANGELOG.md index 1a3178d11..e31d0e97a 100644 --- a/core/docz/CHANGELOG.md +++ b/core/docz/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0-alpha.11](https://github.com/doczjs/docz/compare/v2.3.0-alpha.10...v2.3.0-alpha.11) (2020-02-07) + +**Note:** Version bump only for package docz + + + + + # [2.3.0-alpha.10](https://github.com/doczjs/docz/compare/v2.3.0-alpha.9...v2.3.0-alpha.10) (2020-02-06) **Note:** Version bump only for package docz diff --git a/core/docz/package.json b/core/docz/package.json index 334b23d91..936ed2005 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.3.0-alpha.10", + "version": "2.3.0-alpha.11", "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.3.0-alpha.10", + "docz-core": "2.3.0-alpha.11", "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.3.0-alpha.8", + "gatsby-theme-docz": "2.3.0-alpha.11", "lodash": "^4.17.14", "marksy": "^8.0.0", "match-sorter": "^3.1.1", diff --git a/core/gatsby-theme-docz/CHANGELOG.md b/core/gatsby-theme-docz/CHANGELOG.md index 185becb9d..8b3c49220 100644 --- a/core/gatsby-theme-docz/CHANGELOG.md +++ b/core/gatsby-theme-docz/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0-alpha.11](https://github.com/doczjs/docz/compare/v2.3.0-alpha.10...v2.3.0-alpha.11) (2020-02-07) + + +### Features + +* **gatsby-theme-docz:** create MainContainer component ([#1381](https://github.com/doczjs/docz/issues/1381)) ([e8d1c04](https://github.com/doczjs/docz/commit/e8d1c04)) + + + + + # [2.3.0-alpha.8](https://github.com/doczjs/docz/compare/v2.3.0-alpha.7...v2.3.0-alpha.8) (2020-02-06) **Note:** Version bump only for package gatsby-theme-docz diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index 62bbbb541..5f04cf8bf 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.3.0-alpha.8", + "version": "2.3.0-alpha.11", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", diff --git a/lerna.json b/lerna.json index 4898d92c1..81fab6c53 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.3.0-alpha.10", + "version": "2.3.0-alpha.11", "npmClient": "yarn", "useWorkspaces": true }