diff --git a/CHANGELOG.md b/CHANGELOG.md index b447f89fd..52e75a693 100644 --- a/CHANGELOG.md +++ b/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.2.0-alpha.2](https://github.com/doczjs/docz/compare/v2.2.0-alpha.1...v2.2.0-alpha.2) (2019-11-29) + + +### Bug Fixes + +* **docz-core:** log errors that happen in gatsby-config ([fe1e2da](https://github.com/doczjs/docz/commit/fe1e2da)) + + +### Features + +* **docz-core:** copy .env ([51f7027](https://github.com/doczjs/docz/commit/51f7027)) + + + + + # [2.2.0-alpha.1](https://github.com/doczjs/docz/compare/v2.2.0-alpha.0...v2.2.0-alpha.1) (2019-11-28) diff --git a/core/docz-core/CHANGELOG.md b/core/docz-core/CHANGELOG.md index 0dd73c81d..ebd8502ae 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.2.0-alpha.2](https://github.com/doczjs/docz/compare/v2.2.0-alpha.1...v2.2.0-alpha.2) (2019-11-29) + + +### Bug Fixes + +* **docz-core:** log errors that happen in gatsby-config ([fe1e2da](https://github.com/doczjs/docz/commit/fe1e2da)) + + +### Features + +* **docz-core:** copy .env ([51f7027](https://github.com/doczjs/docz/commit/51f7027)) + + + + + # [2.2.0-alpha.1](https://github.com/doczjs/docz/compare/v2.2.0-alpha.0...v2.2.0-alpha.1) (2019-11-28) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index cabc519a6..17182b40d 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "2.2.0-alpha.1", + "version": "2.2.0-alpha.2", "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 c90c8c611..f1c7916f1 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.0-alpha.2](https://github.com/doczjs/docz/compare/v2.2.0-alpha.1...v2.2.0-alpha.2) (2019-11-29) + +**Note:** Version bump only for package docz + + + + + # [2.2.0-alpha.1](https://github.com/doczjs/docz/compare/v2.2.0-alpha.0...v2.2.0-alpha.1) (2019-11-28) **Note:** Version bump only for package docz diff --git a/core/docz/package.json b/core/docz/package.json index b9fd7d4c7..d7c351beb 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.2.0-alpha.1", + "version": "2.2.0-alpha.2", "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.2.0-alpha.1", + "docz-core": "^2.2.0-alpha.2", "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 e951b23f0..2fb9c8edb 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.2.0-alpha.1", + "version": "2.2.0-alpha.2", "npmClient": "yarn", "useWorkspaces": true }