diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b6077af7..81b8f418d 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.1](https://github.com/doczjs/docz/compare/v2.3.0-alpha.0...v2.3.0-alpha.1) (2019-12-13) + + +### Bug Fixes + +* **docz-core:** properly support node_modules for multiple file patterns ([#1315](https://github.com/doczjs/docz/issues/1315)) ([4d9f9b3](https://github.com/doczjs/docz/commit/4d9f9b3)) +* **docz-core:** use docz-utils for get and mergeWith ([f222083](https://github.com/doczjs/docz/commit/f222083)) + + +### Features + +* **docz-utils:** export mergeWith and get from lodash@4 ([53fbde0](https://github.com/doczjs/docz/commit/53fbde0)), closes [#1313](https://github.com/doczjs/docz/issues/1313) + + + + + # [2.3.0-alpha.0](https://github.com/doczjs/docz/compare/v2.2.1-alpha.1...v2.3.0-alpha.0) (2019-12-12) diff --git a/core/docz-core/CHANGELOG.md b/core/docz-core/CHANGELOG.md index 862a784d3..fc2533303 100644 --- a/core/docz-core/CHANGELOG.md +++ b/core/docz-core/CHANGELOG.md @@ -3,6 +3,18 @@ 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.1](https://github.com/doczjs/docz/compare/v2.3.0-alpha.0...v2.3.0-alpha.1) (2019-12-13) + + +### Bug Fixes + +* **docz-core:** properly support node_modules for multiple file patterns ([#1315](https://github.com/doczjs/docz/issues/1315)) ([4d9f9b3](https://github.com/doczjs/docz/commit/4d9f9b3)) +* **docz-core:** use docz-utils for get and mergeWith ([f222083](https://github.com/doczjs/docz/commit/f222083)) + + + + + # [2.3.0-alpha.0](https://github.com/doczjs/docz/compare/v2.2.1-alpha.1...v2.3.0-alpha.0) (2019-12-12) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index 7c9793706..34de3efab 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.0", + "version": "2.3.0-alpha.1", "description": "All docz core logic of bundle and parsing is included on this package", "license": "MIT", "main": "dist/index.js", @@ -25,7 +25,7 @@ "chalk": "^2.4.2", "chokidar": "^3.0.2", "detect-port": "^1.3.0", - "docz-utils": "^2.1.0", + "docz-utils": "^2.3.0-alpha.1", "env-dot-prop": "^2.0.1", "fast-deep-equal": "^2.0.1", "fast-glob": "^3.0.4", diff --git a/core/docz-utils/CHANGELOG.md b/core/docz-utils/CHANGELOG.md index df1473db3..b97e76e64 100644 --- a/core/docz-utils/CHANGELOG.md +++ b/core/docz-utils/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.1](https://github.com/doczjs/docz/compare/v2.3.0-alpha.0...v2.3.0-alpha.1) (2019-12-13) + + +### Features + +* **docz-utils:** export mergeWith and get from lodash@4 ([53fbde0](https://github.com/doczjs/docz/commit/53fbde0)), closes [#1313](https://github.com/doczjs/docz/issues/1313) + + + + + # [2.1.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) **Note:** Version bump only for package docz-utils diff --git a/core/docz-utils/package.json b/core/docz-utils/package.json index 7317046b2..5366a214d 100644 --- a/core/docz-utils/package.json +++ b/core/docz-utils/package.json @@ -1,6 +1,6 @@ { "name": "docz-utils", - "version": "2.1.0", + "version": "2.3.0-alpha.1", "description": "Some methods used and utilities used on docz", "license": "MIT", "main": "lib/index.js", diff --git a/core/docz/CHANGELOG.md b/core/docz/CHANGELOG.md index 9c979f3c8..e1584e53a 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.1](https://github.com/doczjs/docz/compare/v2.3.0-alpha.0...v2.3.0-alpha.1) (2019-12-13) + +**Note:** Version bump only for package docz + + + + + # [2.3.0-alpha.0](https://github.com/doczjs/docz/compare/v2.2.1-alpha.1...v2.3.0-alpha.0) (2019-12-12) **Note:** Version bump only for package docz diff --git a/core/docz/package.json b/core/docz/package.json index 6002dde2b..16d6e2c82 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.3.0-alpha.0", + "version": "2.3.0-alpha.1", "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.0", + "docz-core": "^2.3.0-alpha.1", "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.1-alpha.0", + "gatsby-theme-docz": "^2.3.0-alpha.1", "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 02e4a22e7..dcc4c9ff3 100644 --- a/core/gatsby-theme-docz/CHANGELOG.md +++ b/core/gatsby-theme-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.1](https://github.com/doczjs/docz/compare/v2.3.0-alpha.0...v2.3.0-alpha.1) (2019-12-13) + +**Note:** Version bump only for package gatsby-theme-docz + + + + + ## [2.2.1-alpha.0](https://github.com/doczjs/docz/compare/v2.2.0...v2.2.1-alpha.0) (2019-12-11) diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index 56f9d44b1..80dab8694 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.1-alpha.0", + "version": "2.3.0-alpha.1", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -45,7 +45,7 @@ "react-helmet-async": "^1.0.4", "react-live": "^2.2.1", "react-resize-detector": "^4.2.1", - "rehype-docz": "^2.1.0", + "rehype-docz": "^2.3.0-alpha.1", "rehype-slug": "^2.0.3", "remark-docz": "^2.1.0", "remark-frontmatter": "^1.3.2", diff --git a/core/rehype-docz/CHANGELOG.md b/core/rehype-docz/CHANGELOG.md index bdb8dc8b7..e1a3e8c14 100644 --- a/core/rehype-docz/CHANGELOG.md +++ b/core/rehype-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.1](https://github.com/doczjs/docz/compare/v2.3.0-alpha.0...v2.3.0-alpha.1) (2019-12-13) + +**Note:** Version bump only for package rehype-docz + + + + + # [2.1.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) **Note:** Version bump only for package rehype-docz diff --git a/core/rehype-docz/package.json b/core/rehype-docz/package.json index 34f7b5fc0..dfb86f794 100644 --- a/core/rehype-docz/package.json +++ b/core/rehype-docz/package.json @@ -1,6 +1,6 @@ { "name": "rehype-docz", - "version": "2.1.0", + "version": "2.3.0-alpha.1", "description": "Rehype plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "brace": "^0.11.1", - "docz-utils": "^2.1.0", + "docz-utils": "^2.3.0-alpha.1", "hast-util-to-string": "^1.0.2", "jsx-ast-utils": "^2.2.1", "lodash": "^4.17.14", diff --git a/lerna.json b/lerna.json index c5f8fc7a3..37936865b 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.3.0-alpha.0", + "version": "2.3.0-alpha.1", "npmClient": "yarn", "useWorkspaces": true }