diff --git a/CHANGELOG.md b/CHANGELOG.md index 7248fd727..ca8496a17 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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + + +### Bug Fixes + +* **docz-theme-default:** allow use of link component in ssr ([#854](https://github.com/pedronauck/docz/issues/854)) ([90c27e0](https://github.com/pedronauck/docz/commit/90c27e0)), closes [#832](https://github.com/pedronauck/docz/issues/832) +* **docz-theme-default:** useMemo with conditional ([3b653e5](https://github.com/pedronauck/docz/commit/3b653e5)) + + +### Features + +* **docz-core:** add config docgen ts resolver ([#848](https://github.com/pedronauck/docz/issues/848)) ([256b600](https://github.com/pedronauck/docz/commit/256b600)) +* **docz-core:** add serve command ([#855](https://github.com/pedronauck/docz/issues/855)) ([73311bd](https://github.com/pedronauck/docz/commit/73311bd)) +* resolve markdown images ([#851](https://github.com/pedronauck/docz/issues/851)) ([0fb41c8](https://github.com/pedronauck/docz/commit/0fb41c8)) +* **docz-core:** add config not use specifiers ([#849](https://github.com/pedronauck/docz/issues/849)) ([d8595a9](https://github.com/pedronauck/docz/commit/d8595a9)) + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) diff --git a/core/docz-core/CHANGELOG.md b/core/docz-core/CHANGELOG.md index cb52ca759..ef4b069c4 100644 --- a/core/docz-core/CHANGELOG.md +++ b/core/docz-core/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + + +### Features + +* **docz-core:** add config docgen ts resolver ([#848](https://github.com/pedronauck/docz/issues/848)) ([256b600](https://github.com/pedronauck/docz/commit/256b600)) +* **docz-core:** add config not use specifiers ([#849](https://github.com/pedronauck/docz/issues/849)) ([d8595a9](https://github.com/pedronauck/docz/commit/d8595a9)) +* **docz-core:** add serve command ([#855](https://github.com/pedronauck/docz/issues/855)) ([73311bd](https://github.com/pedronauck/docz/commit/73311bd)) + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index 6bd5a26f5..ac2b9b543 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "1.1.0", + "version": "1.2.0", "description": "All docz core logic of bundle and parsing is included on this package", "license": "MIT", "main": "dist/index.js", @@ -27,7 +27,7 @@ "@svgr/webpack": "^4.2.0", "acorn": "6.0.5", "babel-loader": "^8.0.5", - "babel-plugin-export-metadata": "^1.1.0", + "babel-plugin-export-metadata": "^1.2.0", "babel-plugin-named-asset-import": "^0.3.2", "babel-preset-react-app": "^9.0.0", "cache-loader": "^3.0.0", @@ -35,7 +35,7 @@ "chokidar": "^3.0.0", "common-tags": "^1.8.0", "detect-port": "^1.3.0", - "docz-utils": "^1.1.0", + "docz-utils": "^1.2.0", "dotenv": "^8.0.0", "env-dot-prop": "^2.0.1", "express": "^4.16.4", @@ -47,20 +47,20 @@ "get-pkg-repo": "^4.1.0", "html-minifier": "^4.0.0", "humanize-string": "^2.1.0", - "load-cfg": "^1.1.0", + "load-cfg": "^1.2.0", "lodash": "^4.17.11", "mini-html-webpack-plugin": "^0.2.3", "p-reduce": "^2.1.0", "react-dev-utils": "^9.0.1", "react-docgen": "^4.1.1", - "react-docgen-actual-name-handler": "^1.1.0", + "react-docgen-actual-name-handler": "^1.2.0", "react-docgen-external-proptypes-handler": "^1.0.2", "react-docgen-typescript": "^1.12.4", "react-hot-loader": "^4.8.4", "recast": "^0.17.6", - "rehype-docz": "^1.1.0", + "rehype-docz": "^1.2.0", "rehype-slug": "^2.0.2", - "remark-docz": "^1.1.0", + "remark-docz": "^1.2.0", "remark-frontmatter": "^1.3.1", "remark-parse": "^6.0.2", "resolve": "^1.10.1", @@ -95,6 +95,6 @@ "@types/webpack-dev-server": "^3.1.5", "@types/ws": "^6.0.1", "cpy": "^7.2.0", - "docz-rollup": "^1.1.0" + "docz-rollup": "^1.2.0" } } diff --git a/core/docz-rollup/CHANGELOG.md b/core/docz-rollup/CHANGELOG.md index 87536e16a..69b315854 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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package docz-rollup + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package docz-rollup diff --git a/core/docz-rollup/package.json b/core/docz-rollup/package.json index ff103d0e6..a12e860f7 100644 --- a/core/docz-rollup/package.json +++ b/core/docz-rollup/package.json @@ -1,6 +1,6 @@ { "name": "docz-rollup", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "main": "src/index.js", "files": [ diff --git a/core/docz-theme-default/CHANGELOG.md b/core/docz-theme-default/CHANGELOG.md index a5b4392f9..e48d927d6 100644 --- a/core/docz-theme-default/CHANGELOG.md +++ b/core/docz-theme-default/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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + + +### Bug Fixes + +* **docz-theme-default:** allow use of link component in ssr ([#854](https://github.com/pedronauck/docz/issues/854)) ([90c27e0](https://github.com/pedronauck/docz/commit/90c27e0)), closes [#832](https://github.com/pedronauck/docz/issues/832) +* **docz-theme-default:** useMemo with conditional ([3b653e5](https://github.com/pedronauck/docz/commit/3b653e5)) + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) diff --git a/core/docz-theme-default/package.json b/core/docz-theme-default/package.json index 665ceae3c..a8765f66e 100644 --- a/core/docz-theme-default/package.json +++ b/core/docz-theme-default/package.json @@ -1,6 +1,6 @@ { "name": "docz-theme-default", - "version": "1.1.0", + "version": "1.2.0", "description": "The default theme of docz", "license": "MIT", "main": "dist/index.js", @@ -24,7 +24,7 @@ "@tippy.js/react": "^2.2.0", "codemirror": "^5.46.0", "copy-text-to-clipboard": "^2.1.0", - "docz": "^1.1.0", + "docz": "^1.2.0", "facepaint": "^1.2.1", "hotkeys-js": "^3.6.6", "lodash": "^4.17.11", @@ -50,6 +50,6 @@ "@types/styled-components": "^4.1.14", "babel-plugin-module-resolver": "^3.2.0", "babel-plugin-styled-components": "^1.10.0", - "docz-rollup": "^1.1.0" + "docz-rollup": "^1.2.0" } } diff --git a/core/docz-utils/CHANGELOG.md b/core/docz-utils/CHANGELOG.md index ec934b263..b9c7df92d 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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package docz-utils + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package docz-utils diff --git a/core/docz-utils/package.json b/core/docz-utils/package.json index aa9208d20..85587b70f 100644 --- a/core/docz-utils/package.json +++ b/core/docz-utils/package.json @@ -1,6 +1,6 @@ { "name": "docz-utils", - "version": "1.1.0", + "version": "1.2.0", "description": "Some methods used and utilities used on docz", "license": "MIT", "main": "lib/index.js", @@ -44,6 +44,6 @@ "unist-util-visit": "^1.4.0" }, "devDependencies": { - "docz-rollup": "^1.1.0" + "docz-rollup": "^1.2.0" } } diff --git a/core/docz/CHANGELOG.md b/core/docz/CHANGELOG.md index ad9253916..034321168 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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package docz + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) diff --git a/core/docz/package.json b/core/docz/package.json index 2d846e420..11330fe90 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "1.1.0", + "version": "1.2.0", "description": "It's has never been so easy to documents your things!", "license": "MIT", "main": "dist/index.js", @@ -28,7 +28,7 @@ "@reach/router": "^1.2.1", "array-sort": "^1.0.0", "capitalize": "^2.0.0", - "docz-core": "^1.1.0", + "docz-core": "^1.2.0", "fast-deep-equal": "^2.0.1", "lodash": "^4.17.11", "match-sorter": "^3.0.0", @@ -49,7 +49,7 @@ "@types/node": "^12.0.0", "@types/reach__router": "^1.2.4", "@types/react": "^16.8.17", - "docz-rollup": "^1.1.0" + "docz-rollup": "^1.2.0" }, "resolutions": { "react": "^16.8.6" diff --git a/core/gatsby-theme-docz/CHANGELOG.md b/core/gatsby-theme-docz/CHANGELOG.md index 9f8bcd94c..c976e5501 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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package gatsby-theme-docz + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index 51ec4fd4a..c46e688e2 100644 --- a/core/gatsby-theme-docz/package.json +++ b/core/gatsby-theme-docz/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-docz", - "version": "1.1.0", + "version": "1.2.0", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -18,13 +18,13 @@ "dependencies": { "@mdx-js/mdx": "^1.0.18", "@mdx-js/react": "^1.0.16", - "babel-plugin-export-metadata": "^1.1.0", + "babel-plugin-export-metadata": "^1.2.0", "change-case": "^3.1.0", "chokidar": "^3.0.0", - "docz": "^1.1.0", - "docz-core": "^1.1.0", - "docz-theme-default": "^1.1.0", - "docz-utils": "^1.1.0", + "docz": "^1.2.0", + "docz-core": "^1.2.0", + "docz-theme-default": "^1.2.0", + "docz-utils": "^1.2.0", "fs-extra": "^7.0.1", "gatsby": "^2.4.2", "gatsby-mdx": "^0.6.3", @@ -38,9 +38,9 @@ "react": "^16.8.6", "react-dom": "^16.8.6", "react-helmet": "^5.2.1", - "rehype-docz": "^1.1.0", + "rehype-docz": "^1.2.0", "rehype-slug": "^2.0.2", - "remark-docz": "^1.1.0", + "remark-docz": "^1.2.0", "remark-frontmatter": "^1.3.1", "styled-components": "^4.2.0", "yargs": "^13.2.2" diff --git a/core/rehype-docz/CHANGELOG.md b/core/rehype-docz/CHANGELOG.md index 18242e227..2267584cd 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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package rehype-docz + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package rehype-docz diff --git a/core/rehype-docz/package.json b/core/rehype-docz/package.json index c8f137b83..bc584f0c0 100644 --- a/core/rehype-docz/package.json +++ b/core/rehype-docz/package.json @@ -1,6 +1,6 @@ { "name": "rehype-docz", - "version": "1.1.0", + "version": "1.2.0", "description": "Rehype plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -20,7 +20,7 @@ "test": "jest" }, "dependencies": { - "docz-utils": "^1.1.0", + "docz-utils": "^1.2.0", "hast-util-to-string": "^1.0.1", "jsx-ast-utils": "^2.1.0", "lodash": "^4.17.11", @@ -28,7 +28,7 @@ }, "devDependencies": { "@mdx-js/mdx": "^1.0.18", - "docz-rollup": "^1.1.0", - "remark-docz": "^1.1.0" + "docz-rollup": "^1.2.0", + "remark-docz": "^1.2.0" } } diff --git a/core/remark-docz/CHANGELOG.md b/core/remark-docz/CHANGELOG.md index 937ebd1b4..8c20b62c0 100644 --- a/core/remark-docz/CHANGELOG.md +++ b/core/remark-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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + + +### Features + +* resolve markdown images ([#851](https://github.com/pedronauck/docz/issues/851)) ([0fb41c8](https://github.com/pedronauck/docz/commit/0fb41c8)) + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package remark-docz diff --git a/core/remark-docz/package.json b/core/remark-docz/package.json index 6b573beb6..30da11159 100644 --- a/core/remark-docz/package.json +++ b/core/remark-docz/package.json @@ -1,6 +1,6 @@ { "name": "remark-docz", - "version": "1.1.0", + "version": "1.2.0", "description": "Remark plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -27,6 +27,6 @@ }, "devDependencies": { "@mdx-js/mdx": "^1.0.18", - "docz-rollup": "^1.1.0" + "docz-rollup": "^1.2.0" } } diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index 39a54805a..a66cd6804 100644 --- a/examples/basic/CHANGELOG.md +++ b/examples/basic/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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package docz-example-basic + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package docz-example-basic diff --git a/examples/basic/package.json b/examples/basic/package.json index 0cffd434d..f59ad7ddc 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-basic", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "scripts": { "dev": "docz dev", @@ -13,7 +13,7 @@ "styled-components": "^4.2.0" }, "devDependencies": { - "docz": "^1.1.0", - "docz-theme-default": "^1.1.0" + "docz": "^1.2.0", + "docz-theme-default": "^1.2.0" } } diff --git a/examples/flow/CHANGELOG.md b/examples/flow/CHANGELOG.md index 67a31e397..ce50a3619 100644 --- a/examples/flow/CHANGELOG.md +++ b/examples/flow/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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package docz-example-flow + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package docz-example-flow diff --git a/examples/flow/package.json b/examples/flow/package.json index 7c97ece5b..df8a2c2c5 100644 --- a/examples/flow/package.json +++ b/examples/flow/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-flow", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "scripts": { "dev": "docz dev", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-flow": "^7.0.0", - "docz": "^1.1.0", - "docz-theme-default": "^1.1.0", + "docz": "^1.2.0", + "docz-theme-default": "^1.2.0", "flow-bin": "^0.98.1", "flow-typed": "^2.5.1" } diff --git a/examples/gatsby/CHANGELOG.md b/examples/gatsby/CHANGELOG.md index d924a367c..8519d69e1 100644 --- a/examples/gatsby/CHANGELOG.md +++ b/examples/gatsby/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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package docz-example-gatsby + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package docz-example-gatsby diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 2377fd0ca..c9f1a300f 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "docz-example-gatsby", "description": "Example of how to integrate docz with gatsby", - "version": "1.1.0", + "version": "1.2.0", "keywords": [ "gatsby", "docz" @@ -16,8 +16,8 @@ "devDependencies": { "@babel/preset-react": "^7.0.0", "babel-eslint": "10.0.1", - "docz": "^1.1.0", - "docz-theme-default": "^1.1.0", + "docz": "^1.2.0", + "docz-theme-default": "^1.2.0", "eslint": "^5.16.0", "eslint-config-react-app": "^4.0.1", "eslint-loader": "^2.1.2", @@ -28,6 +28,6 @@ "gatsby": "^2.4.2", "gatsby-mdx": "^0.6.3", "gatsby-plugin-eslint": "^2.0.5", - "gatsby-theme-docz": "^1.1.0" + "gatsby-theme-docz": "^1.2.0" } } diff --git a/examples/images/CHANGELOG.md b/examples/images/CHANGELOG.md new file mode 100644 index 000000000..005061cc1 --- /dev/null +++ b/examples/images/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + + +### Features + +* resolve markdown images ([#851](https://github.com/pedronauck/docz/issues/851)) ([0fb41c8](https://github.com/pedronauck/docz/commit/0fb41c8)) diff --git a/examples/images/package.json b/examples/images/package.json index 298a44ca3..be4b75974 100644 --- a/examples/images/package.json +++ b/examples/images/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-images", - "version": "1.0.4", + "version": "1.2.0", "license": "MIT", "scripts": { "dev": "docz dev", @@ -13,7 +13,7 @@ "styled-components": "^4.2.0" }, "devDependencies": { - "docz": "^1.0.4", - "docz-theme-default": "^1.0.4" + "docz": "^1.2.0", + "docz-theme-default": "^1.2.0" } } diff --git a/examples/react-native/CHANGELOG.md b/examples/react-native/CHANGELOG.md index ca8549c38..c401b9ad7 100644 --- a/examples/react-native/CHANGELOG.md +++ b/examples/react-native/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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package docz-example-react-native + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package docz-example-react-native diff --git a/examples/react-native/package.json b/examples/react-native/package.json index 3bff4ad6c..435758537 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-react-native", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "scripts": { "dev": "docz dev", @@ -16,7 +16,7 @@ }, "devDependencies": { "@babel/core": "^7.4.4", - "docz": "^1.1.0", - "docz-theme-default": "^1.1.0" + "docz": "^1.2.0", + "docz-theme-default": "^1.2.0" } } diff --git a/examples/styled-components/CHANGELOG.md b/examples/styled-components/CHANGELOG.md index 0ef03cd47..2c49115b0 100644 --- a/examples/styled-components/CHANGELOG.md +++ b/examples/styled-components/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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package docz-example-styled-components + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package docz-example-styled-components diff --git a/examples/styled-components/package.json b/examples/styled-components/package.json index 796821332..99b72acab 100644 --- a/examples/styled-components/package.json +++ b/examples/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-styled-components", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "scripts": { "dev": "docz dev", @@ -13,7 +13,7 @@ "styled-components": "^4.2.0" }, "devDependencies": { - "docz": "^1.1.0", - "docz-theme-default": "^1.1.0" + "docz": "^1.2.0", + "docz-theme-default": "^1.2.0" } } diff --git a/examples/typescript/CHANGELOG.md b/examples/typescript/CHANGELOG.md index 848754e15..831ec7226 100644 --- a/examples/typescript/CHANGELOG.md +++ b/examples/typescript/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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package docz-example-typescript + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package docz-example-typescript diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 7075f7e49..44949548e 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-typescript", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "scripts": { "dev": "docz dev", @@ -14,7 +14,7 @@ "devDependencies": { "@types/react": "^16.8.17", "@types/react-dom": "^16.8.4", - "docz": "^1.1.0", - "docz-theme-default": "^1.1.0" + "docz": "^1.2.0", + "docz-theme-default": "^1.2.0" } } diff --git a/lerna.json b/lerna.json index a477f0d43..890cbce71 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "1.1.0", + "version": "1.2.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 8f4045efe..76c47df1f 100644 --- a/other-packages/babel-plugin-export-metadata/CHANGELOG.md +++ b/other-packages/babel-plugin-export-metadata/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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + + +### Features + +* **docz-core:** add config not use specifiers ([#849](https://github.com/pedronauck/docz/issues/849)) ([d8595a9](https://github.com/pedronauck/docz/commit/d8595a9)) + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package babel-plugin-export-metadata diff --git a/other-packages/babel-plugin-export-metadata/package.json b/other-packages/babel-plugin-export-metadata/package.json index 9bfbb7941..b37bfb7f0 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": "1.1.0", + "version": "1.2.0", "description": "Add file metadata for function declarations", "license": "MIT", "author": { @@ -34,7 +34,7 @@ }, "devDependencies": { "babel-jest": "^24.8.0", - "docz-rollup": "^1.1.0", + "docz-rollup": "^1.2.0", "jest": "^24.8.0" } } diff --git a/other-packages/eslint-plugin-docz/CHANGELOG.md b/other-packages/eslint-plugin-docz/CHANGELOG.md index 0552088bd..cab58cb39 100644 --- a/other-packages/eslint-plugin-docz/CHANGELOG.md +++ b/other-packages/eslint-plugin-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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package eslint-config-docz + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package eslint-config-docz diff --git a/other-packages/eslint-plugin-docz/package.json b/other-packages/eslint-plugin-docz/package.json index 7d38531c2..211613b5a 100644 --- a/other-packages/eslint-plugin-docz/package.json +++ b/other-packages/eslint-plugin-docz/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-docz", - "version": "1.1.0", + "version": "1.2.0", "description": "Eslint config of Docz", "license": "MIT", "author": { diff --git a/other-packages/load-cfg/CHANGELOG.md b/other-packages/load-cfg/CHANGELOG.md index 7baf9eeb1..3b7535c1e 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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package load-cfg + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package load-cfg diff --git a/other-packages/load-cfg/package.json b/other-packages/load-cfg/package.json index 01eb686fb..e23b621d0 100644 --- a/other-packages/load-cfg/package.json +++ b/other-packages/load-cfg/package.json @@ -1,6 +1,6 @@ { "name": "load-cfg", - "version": "1.1.0", + "version": "1.2.0", "description": "Method that can load project configurations based", "license": "MIT", "main": "dist/index.js", @@ -28,6 +28,6 @@ "devDependencies": { "@types/find-up": "^2.1.1", "@types/node": "^12.0.0", - "docz-rollup": "^1.1.0" + "docz-rollup": "^1.2.0" } } diff --git a/other-packages/react-docgen-actual-name-handler/CHANGELOG.md b/other-packages/react-docgen-actual-name-handler/CHANGELOG.md index ef6573bf0..162711d86 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. +# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08) + +**Note:** Version bump only for package react-docgen-actual-name-handler + + + + + # [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01) **Note:** Version bump only for package react-docgen-actual-name-handler diff --git a/other-packages/react-docgen-actual-name-handler/package.json b/other-packages/react-docgen-actual-name-handler/package.json index aaddad09b..fd1058dd3 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": "1.1.0", + "version": "1.2.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -22,7 +22,7 @@ "recast": "^0.17.6" }, "devDependencies": { - "docz-rollup": "^1.1.0", - "eslint-config-docz": "^1.1.0" + "docz-rollup": "^1.2.0", + "eslint-config-docz": "^1.2.0" } }