diff --git a/CHANGELOG.md b/CHANGELOG.md index be83ab773..1a2dff614 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.1.1](https://github.com/doczjs/docz/compare/v2.1.0...v2.1.1) (2019-11-27) + + +### Bug Fixes + +* **docz-core:** prepend dot to default mdx extensions ([18f78d6](https://github.com/doczjs/docz/commit/18f78d6)) + + + + + # [2.1.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) diff --git a/core/docz-core/CHANGELOG.md b/core/docz-core/CHANGELOG.md index 04f75dcec..9c8fe048f 100644 --- a/core/docz-core/CHANGELOG.md +++ b/core/docz-core/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.1.1](https://github.com/doczjs/docz/compare/v2.1.0...v2.1.1) (2019-11-27) + + +### Bug Fixes + +* **docz-core:** prepend dot to default mdx extensions ([18f78d6](https://github.com/doczjs/docz/commit/18f78d6)) + + + + + # [2.1.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index 446ee1d8d..0fe6b1c5e 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "2.1.0", + "version": "2.1.1", "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 df9d4aead..4c6b4e8a3 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.1.1](https://github.com/doczjs/docz/compare/v2.1.0...v2.1.1) (2019-11-27) + +**Note:** Version bump only for package docz + + + + + # [2.1.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) diff --git a/core/docz/package.json b/core/docz/package.json index 108b356e3..b47513913 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.1.0", + "version": "2.1.1", "description": "It's has never been so easy to documents your things!", "license": "MIT", "main": "dist/index.js", @@ -27,7 +27,7 @@ "@mdx-js/react": "^1.0.27", "array-sort": "^1.0.0", "capitalize": "^2.0.0", - "docz-core": "^2.1.0", + "docz-core": "^2.1.1", "fast-deep-equal": "^2.0.1", "gatsby": "^2.13.27", "gatsby-plugin-eslint": "^2.0.5", diff --git a/lerna.json b/lerna.json index d7a9c53b0..9faef388d 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.1.0", + "version": "2.1.1", "npmClient": "yarn", "useWorkspaces": true }