diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e14055f6..be83ab773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) + + +### Bug Fixes + +* **docz:** remove lowercasing of enum ts prop type ([8f7b949](https://github.com/doczjs/docz/commit/8f7b949)) +* **gatsby-theme-docz:** allow empty ts prop defaultValue ([2512aa1](https://github.com/doczjs/docz/commit/2512aa1)) +* **gatsby-theme-docz:** fix min-height ([34fc31f](https://github.com/doczjs/docz/commit/34fc31f)) + + +### Features + +* **docz:** spread remaining props to Props component ([#1276](https://github.com/doczjs/docz/issues/1276)) ([531244f](https://github.com/doczjs/docz/commit/531244f)) +* **docz-core:** add mdxExtensions to config ([77b84e8](https://github.com/doczjs/docz/commit/77b84e8)) +* **gatsby-theme-docz:** use mdxExtensions from config ([7d405c5](https://github.com/doczjs/docz/commit/7d405c5)) + + + + + ### Bug Fixes diff --git a/core/docz-core/CHANGELOG.md b/core/docz-core/CHANGELOG.md index 8f145a338..04f75dcec 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.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) + + +### Features + +* **docz-core:** add mdxExtensions to config ([77b84e8](https://github.com/doczjs/docz/commit/77b84e8)) + + + + + # [2.0.0-rc.34](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.34) (2019-09-04) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index 536239f2f..446ee1d8d 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "2.0.0", + "version": "2.1.0", "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.0.0", + "docz-utils": "^2.1.0", "env-dot-prop": "^2.0.1", "fast-deep-equal": "^2.0.1", "fast-glob": "^3.0.4", @@ -34,12 +34,12 @@ "get-pkg-repo": "^4.1.0", "humanize-string": "^2.1.0", "latest-version": "^5.1.0", - "load-cfg": "2.0.0", + "load-cfg": "^2.1.0", "lodash": "^4.17.14", "minimatch": "^3.0.4", "ora": "^3.4.0", "react-docgen": "^4.1.1", - "react-docgen-actual-name-handler": "2.0.0", + "react-docgen-actual-name-handler": "^2.1.0", "react-docgen-external-proptypes-handler": "^1.0.3", "react-docgen-typescript": "^1.12.5", "recast": "^0.18.1", @@ -60,9 +60,9 @@ "@types/wait-on": "^3.2.0", "cpy": "^7.3.0", "cross-env": "^5.2.1", - "docz-rollup": "2.0.0", + "docz-rollup": "^2.1.0", "eslint": "^6.5.1", - "eslint-config-docz-ts": "2.0.0", + "eslint-config-docz-ts": "^2.1.0", "jest": "^24.9.0" } } diff --git a/core/docz-rollup/CHANGELOG.md b/core/docz-rollup/CHANGELOG.md index a9da5db01..d55e49774 100644 --- a/core/docz-rollup/CHANGELOG.md +++ b/core/docz-rollup/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.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-rollup + + + + + # [2.0.0-rc.1](https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1) (2019-07-18) diff --git a/core/docz-rollup/package.json b/core/docz-rollup/package.json index 06f8d7074..f546d380f 100644 --- a/core/docz-rollup/package.json +++ b/core/docz-rollup/package.json @@ -1,6 +1,6 @@ { "name": "docz-rollup", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "main": "src/index.js", "files": [ @@ -32,6 +32,6 @@ "rollup-plugin-typescript2": "^0.22.0" }, "devDependencies": { - "eslint-config-docz-js": "2.0.0" + "eslint-config-docz-js": "^2.1.0" } } diff --git a/core/docz-utils/CHANGELOG.md b/core/docz-utils/CHANGELOG.md index 2fa60a601..df1473db3 100644 --- a/core/docz-utils/CHANGELOG.md +++ b/core/docz-utils/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.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 + + + + + # [2.0.0-rc.1](https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1) (2019-07-18) diff --git a/core/docz-utils/package.json b/core/docz-utils/package.json index 68e97dd45..7317046b2 100644 --- a/core/docz-utils/package.json +++ b/core/docz-utils/package.json @@ -1,6 +1,6 @@ { "name": "docz-utils", - "version": "2.0.0", + "version": "2.1.0", "description": "Some methods used and utilities used on docz", "license": "MIT", "main": "lib/index.js", @@ -43,8 +43,8 @@ "unist-util-visit": "^1.4.1" }, "devDependencies": { - "docz-rollup": "2.0.0", - "eslint-config-docz-ts": "2.0.0", + "docz-rollup": "^2.1.0", + "eslint-config-docz-ts": "^2.1.0", "trash": "^6.0.0" } } diff --git a/core/docz/CHANGELOG.md b/core/docz/CHANGELOG.md index b192b73e5..df9d4aead 100644 --- a/core/docz/CHANGELOG.md +++ b/core/docz/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.1.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) + + +### Bug Fixes + +* **docz:** remove lowercasing of enum ts prop type ([8f7b949](https://github.com/doczjs/docz/commit/8f7b949)) + + +### Features + +* **docz:** spread remaining props to Props component ([#1276](https://github.com/doczjs/docz/issues/1276)) ([531244f](https://github.com/doczjs/docz/commit/531244f)) + + + + + diff --git a/core/docz/package.json b/core/docz/package.json index d57df770f..108b356e3 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.0.0", + "version": "2.1.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.0.0", + "docz-core": "^2.1.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.0.0", + "gatsby-theme-docz": "^2.1.0", "lodash": "^4.17.14", "marksy": "^8.0.0", "match-sorter": "^3.1.1", @@ -52,8 +52,8 @@ "@types/reach__router": "^1.2.4", "@types/react": "^16.8.23", "@types/react-dom": "^16.8.4", - "docz-rollup": "2.0.0", + "docz-rollup": "^2.1.0", "eslint": "^6.5.1", - "eslint-config-docz-ts": "2.0.0" + "eslint-config-docz-ts": "^2.1.0" } } diff --git a/core/gatsby-theme-docz/CHANGELOG.md b/core/gatsby-theme-docz/CHANGELOG.md index 7676efaa6..7105219b6 100644 --- a/core/gatsby-theme-docz/CHANGELOG.md +++ b/core/gatsby-theme-docz/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.1.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) + + +### Bug Fixes + +* **gatsby-theme-docz:** allow empty ts prop defaultValue ([2512aa1](https://github.com/doczjs/docz/commit/2512aa1)) +* **gatsby-theme-docz:** fix min-height ([34fc31f](https://github.com/doczjs/docz/commit/34fc31f)) + + +### Features + +* **gatsby-theme-docz:** use mdxExtensions from config ([7d405c5](https://github.com/doczjs/docz/commit/7d405c5)) + + + + + ### Bug Fixes diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index ebbfc2b84..6789c0bdb 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.0.0", + "version": "2.1.0", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -22,7 +22,7 @@ "@mdx-js/mdx": "^1.1.0", "@mdx-js/react": "^1.0.27", "@theme-ui/typography": "^0.2.5", - "babel-plugin-export-metadata": "2.0.0", + "babel-plugin-export-metadata": "^2.1.0", "copy-text-to-clipboard": "^2.1.0", "emotion-theming": "^10.0.14", "fs-extra": "^8.1.0", @@ -42,9 +42,9 @@ "react-feather": "^2.0.3", "react-helmet-async": "^1.0.4", "react-live": "^2.1.2", - "rehype-docz": "2.0.0", + "rehype-docz": "^2.1.0", "rehype-slug": "^2.0.3", - "remark-docz": "2.0.0", + "remark-docz": "^2.1.0", "remark-frontmatter": "^1.3.2", "theme-ui": "^0.2.38", "typescript": "3.5.3", @@ -54,7 +54,7 @@ "devDependencies": { "babel-eslint": "10.0.2", "eslint": "^6.5.1", - "eslint-config-docz-js": "2.0.0" + "eslint-config-docz-js": "^2.1.0" }, "peerDependencies": { "docz": ">=2.0.0", diff --git a/core/rehype-docz/CHANGELOG.md b/core/rehype-docz/CHANGELOG.md index 5fde89331..bdb8dc8b7 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.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 + + + + + # [2.0.0-rc.1](https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1) (2019-07-18) diff --git a/core/rehype-docz/package.json b/core/rehype-docz/package.json index f4c3c16f5..34f7b5fc0 100644 --- a/core/rehype-docz/package.json +++ b/core/rehype-docz/package.json @@ -1,6 +1,6 @@ { "name": "rehype-docz", - "version": "2.0.0", + "version": "2.1.0", "description": "Rehype plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "brace": "^0.11.1", - "docz-utils": "2.0.0", + "docz-utils": "^2.1.0", "hast-util-to-string": "^1.0.2", "jsx-ast-utils": "^2.2.1", "lodash": "^4.17.14", @@ -30,8 +30,8 @@ }, "devDependencies": { "@mdx-js/mdx": "^1.1.0", - "docz-rollup": "2.0.0", - "eslint-config-docz-ts": "2.0.0", - "remark-docz": "2.0.0" + "docz-rollup": "^2.1.0", + "eslint-config-docz-ts": "^2.1.0", + "remark-docz": "^2.1.0" } } diff --git a/core/remark-docz/CHANGELOG.md b/core/remark-docz/CHANGELOG.md index a3c9eed4e..161035288 100644 --- a/core/remark-docz/CHANGELOG.md +++ b/core/remark-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.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) + +**Note:** Version bump only for package remark-docz + + + + + # [2.0.0-rc.1](https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1) (2019-07-18) diff --git a/core/remark-docz/package.json b/core/remark-docz/package.json index 24a074e2f..409276593 100644 --- a/core/remark-docz/package.json +++ b/core/remark-docz/package.json @@ -1,6 +1,6 @@ { "name": "remark-docz", - "version": "2.0.0", + "version": "2.1.0", "description": "Remark plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -27,7 +27,7 @@ }, "devDependencies": { "@mdx-js/mdx": "^1.1.0", - "docz-rollup": "2.0.0", - "eslint-config-docz-ts": "2.0.0" + "docz-rollup": "^2.1.0", + "eslint-config-docz-ts": "^2.1.0" } } diff --git a/lerna.json b/lerna.json index 9c5f5c59c..d7a9c53b0 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.0.0-rc.77", + "version": "2.1.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/other-packages/babel-plugin-export-metadata/CHANGELOG.md b/other-packages/babel-plugin-export-metadata/CHANGELOG.md index 092f5a77d..aa4800244 100644 --- a/other-packages/babel-plugin-export-metadata/CHANGELOG.md +++ b/other-packages/babel-plugin-export-metadata/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.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) + +**Note:** Version bump only for package babel-plugin-export-metadata + + + + + # [2.0.0-rc.1](https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1) (2019-07-18) diff --git a/other-packages/babel-plugin-export-metadata/package.json b/other-packages/babel-plugin-export-metadata/package.json index b7ea662a1..773a8aa28 100644 --- a/other-packages/babel-plugin-export-metadata/package.json +++ b/other-packages/babel-plugin-export-metadata/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-export-metadata", - "version": "2.0.0", + "version": "2.1.0", "description": "Add file metadata for function declarations", "license": "MIT", "author": { @@ -34,8 +34,8 @@ }, "devDependencies": { "babel-jest": "^24.8.0", - "docz-rollup": "2.0.0", - "eslint-config-docz-js": "2.0.0", + "docz-rollup": "^2.1.0", + "eslint-config-docz-js": "^2.1.0", "jest": "^24.8.0" } } diff --git a/other-packages/eslint-config-docz-js/CHANGELOG.md b/other-packages/eslint-config-docz-js/CHANGELOG.md index df7c8660f..8039d07f7 100644 --- a/other-packages/eslint-config-docz-js/CHANGELOG.md +++ b/other-packages/eslint-config-docz-js/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.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) + +**Note:** Version bump only for package eslint-config-docz-js + + + + + # [2.0.0-rc.1](https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1) (2019-07-18) diff --git a/other-packages/eslint-config-docz-js/package.json b/other-packages/eslint-config-docz-js/package.json index 59f29ba82..20e0c8be6 100644 --- a/other-packages/eslint-config-docz-js/package.json +++ b/other-packages/eslint-config-docz-js/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-docz-js", - "version": "2.0.0", + "version": "2.1.0", "description": "Eslint config of Docz for Javascript", "license": "MIT", "author": { diff --git a/other-packages/eslint-config-docz-ts/CHANGELOG.md b/other-packages/eslint-config-docz-ts/CHANGELOG.md index df7c8660f..0376c4aa4 100644 --- a/other-packages/eslint-config-docz-ts/CHANGELOG.md +++ b/other-packages/eslint-config-docz-ts/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.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) + +**Note:** Version bump only for package eslint-config-docz-ts + + + + + # [2.0.0-rc.1](https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1) (2019-07-18) diff --git a/other-packages/eslint-config-docz-ts/package.json b/other-packages/eslint-config-docz-ts/package.json index a84145faa..586599723 100644 --- a/other-packages/eslint-config-docz-ts/package.json +++ b/other-packages/eslint-config-docz-ts/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-docz-ts", - "version": "2.0.0", + "version": "2.1.0", "description": "Eslint config of Docz for Typescript", "license": "MIT", "author": { diff --git a/other-packages/load-cfg/CHANGELOG.md b/other-packages/load-cfg/CHANGELOG.md index 98e883ab4..8b5f0170d 100644 --- a/other-packages/load-cfg/CHANGELOG.md +++ b/other-packages/load-cfg/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.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) + +**Note:** Version bump only for package load-cfg + + + + + # [2.0.0-rc.1](https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1) (2019-07-18) diff --git a/other-packages/load-cfg/package.json b/other-packages/load-cfg/package.json index f6b383ccf..f94492b74 100644 --- a/other-packages/load-cfg/package.json +++ b/other-packages/load-cfg/package.json @@ -1,6 +1,6 @@ { "name": "load-cfg", - "version": "2.0.0", + "version": "2.1.0", "description": "Method that can load project configurations based", "license": "MIT", "main": "dist/index.js", @@ -29,7 +29,7 @@ "devDependencies": { "@types/find-up": "^4.0.0", "@types/node": "^12.6.8", - "docz-rollup": "2.0.0", - "eslint-config-docz-ts": "2.0.0" + "docz-rollup": "^2.1.0", + "eslint-config-docz-ts": "^2.1.0" } } diff --git a/other-packages/react-docgen-actual-name-handler/CHANGELOG.md b/other-packages/react-docgen-actual-name-handler/CHANGELOG.md index d7db276fa..c5ba70cec 100644 --- a/other-packages/react-docgen-actual-name-handler/CHANGELOG.md +++ b/other-packages/react-docgen-actual-name-handler/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.0](https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0) (2019-11-27) + +**Note:** Version bump only for package react-docgen-actual-name-handler + + + + + # [2.0.0-rc.1](https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1) (2019-07-18) diff --git a/other-packages/react-docgen-actual-name-handler/package.json b/other-packages/react-docgen-actual-name-handler/package.json index 2ab2cf67d..c0778118f 100644 --- a/other-packages/react-docgen-actual-name-handler/package.json +++ b/other-packages/react-docgen-actual-name-handler/package.json @@ -1,6 +1,6 @@ { "name": "react-docgen-actual-name-handler", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -22,7 +22,7 @@ "recast": "^0.18.1" }, "devDependencies": { - "docz-rollup": "2.0.0", - "eslint-config-docz-ts": "2.0.0" + "docz-rollup": "^2.1.0", + "eslint-config-docz-ts": "^2.1.0" } }