From fc595967115758578ba902d80e31e2e68d40d852 Mon Sep 17 00:00:00 2001 From: rakannimer Date: Wed, 11 Dec 2019 16:29:36 +0200 Subject: [PATCH] v2.2.1-alpha.0 --- CHANGELOG.md | 11 +++++++++++ core/docz-core/CHANGELOG.md | 8 ++++++++ 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, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee3fc608..e914c99b2 100644 --- a/CHANGELOG.md +++ b/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.2.1-alpha.0](https://github.com/doczjs/docz/compare/v2.2.0...v2.2.1-alpha.0) (2019-12-11) + + +### Bug Fixes + +* **gatsby-theme-docz:** fix mdx components theming from config ([3a9bdb7](https://github.com/doczjs/docz/commit/3a9bdb7)), closes [#1309](https://github.com/doczjs/docz/issues/1309) + + + + + # [2.2.0](https://github.com/doczjs/docz/compare/v2.2.0-alpha.8...v2.2.0) (2019-12-11) **Note:** Version bump only for package docz diff --git a/core/docz-core/CHANGELOG.md b/core/docz-core/CHANGELOG.md index eecdb5647..8845ff2ec 100644 --- a/core/docz-core/CHANGELOG.md +++ b/core/docz-core/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.2.1-alpha.0](https://github.com/doczjs/docz/compare/v2.2.0...v2.2.1-alpha.0) (2019-12-11) + +**Note:** Version bump only for package docz-core + + + + + # [2.2.0](https://github.com/doczjs/docz/compare/v2.2.0-alpha.8...v2.2.0) (2019-12-11) **Note:** Version bump only for package docz-core diff --git a/core/docz-core/package.json b/core/docz-core/package.json index 2d6d03f60..c943953c6 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "2.2.0", + "version": "2.2.1-alpha.0", "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 8055de037..88c0363e4 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.2.1-alpha.0](https://github.com/doczjs/docz/compare/v2.2.0...v2.2.1-alpha.0) (2019-12-11) + +**Note:** Version bump only for package docz + + + + + # [2.2.0](https://github.com/doczjs/docz/compare/v2.2.0-alpha.8...v2.2.0) (2019-12-11) **Note:** Version bump only for package docz diff --git a/core/docz/package.json b/core/docz/package.json index 65deae594..154bf2b64 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.2.0", + "version": "2.2.1-alpha.0", "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.2.0", + "docz-core": "^2.2.1-alpha.0", "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.2.0", + "gatsby-theme-docz": "^2.2.1-alpha.0", "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 3641b2b2f..02e4a22e7 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.2.1-alpha.0](https://github.com/doczjs/docz/compare/v2.2.0...v2.2.1-alpha.0) (2019-12-11) + + +### Bug Fixes + +* **gatsby-theme-docz:** fix mdx components theming from config ([3a9bdb7](https://github.com/doczjs/docz/commit/3a9bdb7)), closes [#1309](https://github.com/doczjs/docz/issues/1309) + + + + + # [2.2.0](https://github.com/doczjs/docz/compare/v2.2.0-alpha.8...v2.2.0) (2019-12-11) **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 4314d07a6..56f9d44b1 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.2.0", + "version": "2.2.1-alpha.0", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", diff --git a/lerna.json b/lerna.json index cd6954e29..a7c51f8ca 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.2.0", + "version": "2.2.1-alpha.0", "npmClient": "yarn", "useWorkspaces": true }