diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b610e08c..49347a419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + + +### Bug Fixes + +* **babel-plugin-export-metadata:** avoid adding __filemeta to non-extensible objects ([#798](https://github.com/pedronauck/docz/issues/798)) ([794ebc4](https://github.com/pedronauck/docz/commit/794ebc4)) +* **babel-plugin-export-metadata:** re-export causes meta error ([#805](https://github.com/pedronauck/docz/issues/805)) ([9401676](https://github.com/pedronauck/docz/commit/9401676)) +* **docz-rollup:** fixed rollup configs to be Windows tolerant ([#812](https://github.com/pedronauck/docz/issues/812)) ([10f6bfd](https://github.com/pedronauck/docz/commit/10f6bfd)) +* **docz-theme-default:** logo link point to dynamic base ([#815](https://github.com/pedronauck/docz/issues/815)) ([f7cc750](https://github.com/pedronauck/docz/commit/f7cc750)) + + + + + ## [1.0.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15) diff --git a/core/docz-core/CHANGELOG.md b/core/docz-core/CHANGELOG.md index a8184d6dc..67ba5a1d0 100644 --- a/core/docz-core/CHANGELOG.md +++ b/core/docz-core/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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package docz-core + + + + + ## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index a37bc9a7f..063af8016 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "1.0.2", + "version": "1.0.4", "description": "All docz core logic of bundle and parsing is included on this package", "license": "MIT", "main": "dist/index.js", @@ -28,7 +28,7 @@ "@svgr/webpack": "^4.2.0", "acorn": "6.0.5", "babel-loader": "^8.0.5", - "babel-plugin-export-metadata": "^1.0.2", + "babel-plugin-export-metadata": "^1.0.4", "babel-plugin-named-asset-import": "^0.3.1", "babel-preset-react-app": "^7.0.2", "cache-loader": "^2.0.1", @@ -36,7 +36,7 @@ "chokidar": "^2.1.5", "common-tags": "^1.8.0", "detect-port": "^1.3.0", - "docz-utils": "^1.0.2", + "docz-utils": "^1.0.4", "dotenv": "^7.0.0", "env-dot-prop": "^2.0.1", "express": "^4.16.4", @@ -49,20 +49,20 @@ "get-pkg-repo": "^4.1.0", "html-minifier": "^4.0.0", "humanize-string": "^2.1.0", - "load-cfg": "^1.0.2", + "load-cfg": "^1.0.4", "lodash": "^4.17.11", "mini-html-webpack-plugin": "^0.2.3", "p-reduce": "^2.1.0", "react-dev-utils": "^8.0.0", "react-docgen": "^4.1.0", - "react-docgen-actual-name-handler": "^1.0.2", + "react-docgen-actual-name-handler": "^1.0.4", "react-docgen-external-proptypes-handler": "^1.0.2", "react-docgen-typescript": "^1.12.3", "react-hot-loader": "^4.8.4", "recast": "^0.17.5", - "rehype-docz": "^1.0.2", + "rehype-docz": "^1.0.4", "rehype-slug": "^2.0.2", - "remark-docz": "^1.0.2", + "remark-docz": "^1.0.4", "remark-frontmatter": "^1.3.1", "remark-parse": "^6.0.2", "resolve": "^1.10.0", @@ -95,6 +95,6 @@ "@types/webpack-dev-server": "^3.1.5", "@types/ws": "^6.0.1", "cpy": "^7.2.0", - "docz-rollup": "^1.0.2" + "docz-rollup": "^1.0.4" } } diff --git a/core/docz-rollup/CHANGELOG.md b/core/docz-rollup/CHANGELOG.md index 0ae7c5993..6580a22b4 100644 --- a/core/docz-rollup/CHANGELOG.md +++ b/core/docz-rollup/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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + + +### Bug Fixes + +* **docz-rollup:** fixed rollup configs to be Windows tolerant ([#812](https://github.com/pedronauck/docz/issues/812)) ([10f6bfd](https://github.com/pedronauck/docz/commit/10f6bfd)) + + + + + ## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15) **Note:** Version bump only for package docz-rollup diff --git a/core/docz-rollup/package.json b/core/docz-rollup/package.json index cf6670063..8d3b89b7e 100644 --- a/core/docz-rollup/package.json +++ b/core/docz-rollup/package.json @@ -1,6 +1,6 @@ { "name": "docz-rollup", - "version": "1.0.2", + "version": "1.0.4", "license": "MIT", "main": "src/index.js", "files": [ diff --git a/core/docz-theme-default/CHANGELOG.md b/core/docz-theme-default/CHANGELOG.md index 1c26531d6..bc1fd4039 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + + +### Bug Fixes + +* **docz-rollup:** fixed rollup configs to be Windows tolerant ([#812](https://github.com/pedronauck/docz/issues/812)) ([10f6bfd](https://github.com/pedronauck/docz/commit/10f6bfd)) +* **docz-theme-default:** logo link point to dynamic base ([#815](https://github.com/pedronauck/docz/issues/815)) ([f7cc750](https://github.com/pedronauck/docz/commit/f7cc750)) + + + + + ## [1.0.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15) **Note:** Version bump only for package docz-theme-default diff --git a/core/docz-theme-default/package.json b/core/docz-theme-default/package.json index c5402e8e2..4ce8ad900 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.0.3", + "version": "1.0.4", "description": "The default theme of docz", "license": "MIT", "main": "dist/index.js", @@ -25,7 +25,7 @@ "@tippy.js/react": "^2.1.2", "codemirror": "^5.45.0", "copy-text-to-clipboard": "^2.1.0", - "docz": "^1.0.3", + "docz": "^1.0.4", "facepaint": "^1.2.1", "hotkeys-js": "^3.6.2", "lodash": "^4.17.11", @@ -49,6 +49,6 @@ "@types/styled-components": "^4.1.14", "babel-plugin-module-resolver": "^3.2.0", "babel-plugin-styled-components": "^1.10.0", - "docz-rollup": "^1.0.2" + "docz-rollup": "^1.0.4" } } diff --git a/core/docz-utils/CHANGELOG.md b/core/docz-utils/CHANGELOG.md index d6b92fc12..f17886121 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package docz-utils + + + + + ## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15) **Note:** Version bump only for package docz-utils diff --git a/core/docz-utils/package.json b/core/docz-utils/package.json index b33ada923..a0e8c948f 100644 --- a/core/docz-utils/package.json +++ b/core/docz-utils/package.json @@ -1,6 +1,6 @@ { "name": "docz-utils", - "version": "1.0.2", + "version": "1.0.4", "description": "Some methods used and utilities used on docz", "license": "MIT", "main": "lib/index.js", @@ -45,6 +45,6 @@ "unist-util-visit": "^1.4.0" }, "devDependencies": { - "docz-rollup": "^1.0.2" + "docz-rollup": "^1.0.4" } } diff --git a/core/docz/CHANGELOG.md b/core/docz/CHANGELOG.md index d2c356111..c9dcfd4ae 100644 --- a/core/docz/CHANGELOG.md +++ b/core/docz/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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + + +### Bug Fixes + +* **docz-rollup:** fixed rollup configs to be Windows tolerant ([#812](https://github.com/pedronauck/docz/issues/812)) ([10f6bfd](https://github.com/pedronauck/docz/commit/10f6bfd)) +* **docz-theme-default:** logo link point to dynamic base ([#815](https://github.com/pedronauck/docz/issues/815)) ([f7cc750](https://github.com/pedronauck/docz/commit/f7cc750)) + + + + + ## [1.0.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15) diff --git a/core/docz/package.json b/core/docz/package.json index b5dab7234..24a81c8a5 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "1.0.3", + "version": "1.0.4", "description": "It's has never been so easy to documents your things!", "license": "MIT", "main": "dist/index.js", @@ -29,7 +29,7 @@ "@reach/router": "^1.2.1", "array-sort": "^1.0.0", "capitalize": "^2.0.0", - "docz-core": "^1.0.2", + "docz-core": "^1.0.4", "fast-deep-equal": "^2.0.1", "lodash": "^4.17.11", "match-sorter": "^2.3.0", @@ -49,6 +49,6 @@ "@types/node": "^11.13.4", "@types/reach__router": "^1.2.4", "@types/react": "^16.8.13", - "docz-rollup": "^1.0.2" + "docz-rollup": "^1.0.4" } } diff --git a/core/gatsby-theme-docz/CHANGELOG.md b/core/gatsby-theme-docz/CHANGELOG.md index 4eda0b834..d128c43f3 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package gatsby-theme-docz + + + + + ## [1.0.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15) **Note:** Version bump only for package gatsby-theme-docz diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index 7dc775bc8..9ca5e756d 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.0.3", + "version": "1.0.4", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -17,13 +17,13 @@ "dependencies": { "@mdx-js/mdx": "^1.0.10", "@mdx-js/react": "^1.0.6", - "babel-plugin-export-metadata": "^1.0.2", + "babel-plugin-export-metadata": "^1.0.4", "change-case": "^3.1.0", "chokidar": "^2.1.5", - "docz": "^1.0.3", - "docz-core": "^1.0.2", - "docz-theme-default": "^1.0.3", - "docz-utils": "^1.0.2", + "docz": "^1.0.4", + "docz-core": "^1.0.4", + "docz-theme-default": "^1.0.4", + "docz-utils": "^1.0.4", "fs-extra": "^7.0.1", "gatsby": "^2.3.23", "gatsby-mdx": "^0.6.2", @@ -37,9 +37,9 @@ "react": "^16.8.6", "react-dom": "^16.8.6", "react-helmet": "^5.2.0", - "rehype-docz": "^1.0.2", + "rehype-docz": "^1.0.4", "rehype-slug": "^2.0.2", - "remark-docz": "^1.0.2", + "remark-docz": "^1.0.4", "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 5b7e9410c..894dcebc3 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package rehype-docz + + + + + ## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15) **Note:** Version bump only for package rehype-docz diff --git a/core/rehype-docz/package.json b/core/rehype-docz/package.json index 8b6240de5..3d80a1272 100644 --- a/core/rehype-docz/package.json +++ b/core/rehype-docz/package.json @@ -1,6 +1,6 @@ { "name": "rehype-docz", - "version": "1.0.2", + "version": "1.0.4", "description": "Rehype plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -21,7 +21,7 @@ "test": "jest" }, "dependencies": { - "docz-utils": "^1.0.2", + "docz-utils": "^1.0.4", "hast-util-to-string": "^1.0.1", "jsx-ast-utils": "^2.0.1", "lodash": "^4.17.11", @@ -29,7 +29,7 @@ }, "devDependencies": { "@mdx-js/mdx": "^1.0.10", - "docz-rollup": "^1.0.2", - "remark-docz": "^1.0.2" + "docz-rollup": "^1.0.4", + "remark-docz": "^1.0.4" } } diff --git a/core/remark-docz/CHANGELOG.md b/core/remark-docz/CHANGELOG.md index 20118d140..50381cad4 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. +## [1.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package remark-docz + + + + + ## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15) **Note:** Version bump only for package remark-docz diff --git a/core/remark-docz/package.json b/core/remark-docz/package.json index baa5cd2a9..828d99bd1 100644 --- a/core/remark-docz/package.json +++ b/core/remark-docz/package.json @@ -1,6 +1,6 @@ { "name": "remark-docz", - "version": "1.0.2", + "version": "1.0.4", "description": "Remark plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -26,6 +26,6 @@ }, "devDependencies": { "@mdx-js/mdx": "^1.0.10", - "docz-rollup": "^1.0.2" + "docz-rollup": "^1.0.4" } } diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index 3bfb45338..4df1a051f 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package docz-example-basic + + + + + ## [1.0.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15) **Note:** Version bump only for package docz-example-basic diff --git a/examples/basic/package.json b/examples/basic/package.json index bab9e6290..96dea7430 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-basic", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "scripts": { "dev": "docz dev", @@ -13,7 +13,7 @@ "styled-components": "^4.2.0" }, "devDependencies": { - "docz": "^1.0.3", - "docz-theme-default": "^1.0.3" + "docz": "^1.0.4", + "docz-theme-default": "^1.0.4" } } diff --git a/examples/flow/CHANGELOG.md b/examples/flow/CHANGELOG.md index fe203d05e..8ca607157 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package docz-example-flow + + + + + ## [1.0.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15) **Note:** Version bump only for package docz-example-flow diff --git a/examples/flow/package.json b/examples/flow/package.json index cf5a28683..3e13bc520 100644 --- a/examples/flow/package.json +++ b/examples/flow/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-flow", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "scripts": { "dev": "docz dev", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-flow": "^7.0.0", - "docz": "^1.0.3", - "docz-theme-default": "^1.0.3", + "docz": "^1.0.4", + "docz-theme-default": "^1.0.4", "flow-bin": "^0.97.0", "flow-typed": "^2.5.1" } diff --git a/examples/gatsby/CHANGELOG.md b/examples/gatsby/CHANGELOG.md index 30aad4c2e..96e5e16c4 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package docz-example-gatsby + + + + + ## [1.0.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15) **Note:** Version bump only for package docz-example-gatsby diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 73d9b4b1a..51c6c8b00 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.0.3", + "version": "1.0.4", "keywords": [ "gatsby", "docz" @@ -16,8 +16,8 @@ "devDependencies": { "@babel/preset-react": "^7.0.0", "babel-eslint": "10.0.1", - "docz": "^1.0.3", - "docz-theme-default": "^1.0.3", + "docz": "^1.0.4", + "docz-theme-default": "^1.0.4", "eslint": "^5.16.0", "eslint-config-react-app": "^3.0.8", "eslint-loader": "^2.1.2", @@ -28,6 +28,6 @@ "gatsby": "^2.3.23", "gatsby-mdx": "^0.6.2", "gatsby-plugin-eslint": "^2.0.4", - "gatsby-theme-docz": "^1.0.3" + "gatsby-theme-docz": "^1.0.4" } } diff --git a/examples/react-native/CHANGELOG.md b/examples/react-native/CHANGELOG.md index 30eb836da..7c9b73f15 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package docz-example-react-native + + + + + ## [1.0.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15) **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 2a47934b2..c2b8dce40 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-react-native", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "scripts": { "dev": "docz dev", @@ -16,7 +16,7 @@ }, "devDependencies": { "@babel/core": "^7.4.3", - "docz": "^1.0.3", - "docz-theme-default": "^1.0.3" + "docz": "^1.0.4", + "docz-theme-default": "^1.0.4" } } diff --git a/examples/styled-components/CHANGELOG.md b/examples/styled-components/CHANGELOG.md index 2364e2183..03c2fd529 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package docz-example-styled-components + + + + + ## [1.0.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15) **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 1833bbea7..8bdbaf65e 100644 --- a/examples/styled-components/package.json +++ b/examples/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-styled-components", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "scripts": { "dev": "docz dev", @@ -13,7 +13,7 @@ "styled-components": "^4.2.0" }, "devDependencies": { - "docz": "^1.0.3", - "docz-theme-default": "^1.0.3" + "docz": "^1.0.4", + "docz-theme-default": "^1.0.4" } } diff --git a/examples/typescript/CHANGELOG.md b/examples/typescript/CHANGELOG.md index 683e01da9..76edbe199 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package docz-example-typescript + + + + + ## [1.0.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15) **Note:** Version bump only for package docz-example-typescript diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 73a64b718..67459954c 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -1,6 +1,6 @@ { "name": "docz-example-typescript", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "scripts": { "dev": "docz dev", @@ -14,7 +14,7 @@ "devDependencies": { "@types/react": "^16.8.13", "@types/react-dom": "^16.8.4", - "docz": "^1.0.3", - "docz-theme-default": "^1.0.3" + "docz": "^1.0.4", + "docz-theme-default": "^1.0.4" } } diff --git a/lerna.json b/lerna.json index 4a9b82ba8..2781df38a 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "1.0.3", + "version": "1.0.4", "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 aa68af65a..0252adf20 100644 --- a/other-packages/babel-plugin-export-metadata/CHANGELOG.md +++ b/other-packages/babel-plugin-export-metadata/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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + + +### Bug Fixes + +* **babel-plugin-export-metadata:** avoid adding __filemeta to non-extensible objects ([#798](https://github.com/pedronauck/docz/issues/798)) ([794ebc4](https://github.com/pedronauck/docz/commit/794ebc4)) +* **babel-plugin-export-metadata:** re-export causes meta error ([#805](https://github.com/pedronauck/docz/issues/805)) ([9401676](https://github.com/pedronauck/docz/commit/9401676)) + + + + + ## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15) **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 57a5a8d01..68bf6a57e 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.0.2", + "version": "1.0.4", "description": "Add file metadata for function declarations", "license": "MIT", "author": { @@ -33,7 +33,7 @@ }, "devDependencies": { "babel-jest": "^24.7.1", - "docz-rollup": "^1.0.2", + "docz-rollup": "^1.0.4", "jest": "^24.7.1" } } diff --git a/other-packages/load-cfg/CHANGELOG.md b/other-packages/load-cfg/CHANGELOG.md index e76b21a87..a356c8ab0 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package load-cfg + + + + + ## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15) **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 1802a8549..6a301043d 100644 --- a/other-packages/load-cfg/package.json +++ b/other-packages/load-cfg/package.json @@ -1,6 +1,6 @@ { "name": "load-cfg", - "version": "1.0.2", + "version": "1.0.4", "description": "Method that can load project configurations based", "license": "MIT", "main": "dist/index.js", @@ -29,6 +29,6 @@ "devDependencies": { "@types/find-up": "^2.1.1", "@types/node": "^11.13.4", - "docz-rollup": "^1.0.2" + "docz-rollup": "^1.0.4" } } diff --git a/other-packages/react-docgen-actual-name-handler/CHANGELOG.md b/other-packages/react-docgen-actual-name-handler/CHANGELOG.md index e4f64da55..c85647c6e 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.0.4](https://github.com/pedronauck/docz/compare/v1.0.3...v1.0.4) (2019-04-18) + +**Note:** Version bump only for package react-docgen-actual-name-handler + + + + + ## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15) **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 e92749446..005924e26 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.0.2", + "version": "1.0.4", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -23,6 +23,6 @@ "recast": "^0.17.5" }, "devDependencies": { - "docz-rollup": "^1.0.2" + "docz-rollup": "^1.0.4" } }