diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ec0f648..776e8d046 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.3.0-alpha.14](https://github.com/doczjs/docz/compare/v2.3.0-alpha.13...v2.3.0-alpha.14) (2020-03-31) + + +### Bug Fixes + +* **babel-plugin-export-metadata:** add case for export default… ([#1417](https://github.com/doczjs/docz/issues/1417)) ([31ebd08](https://github.com/doczjs/docz/commit/31ebd08)) +* **docz-core:** always use custom prop filter if it's provided… ([#1415](https://github.com/doczjs/docz/issues/1415)) ([53063ff](https://github.com/doczjs/docz/commit/53063ff)) +* **gatsby-theme-docz:** add pre-wrap to error ([#1406](https://github.com/doczjs/docz/issues/1406)) ([ca6b02d](https://github.com/doczjs/docz/commit/ca6b02d)) +* **gatsby-theme-docz:** content overflowing issue ([#1437](https://github.com/doczjs/docz/issues/1437)) ([56f4cb8](https://github.com/doczjs/docz/commit/56f4cb8)) + + +### Features + +* **docz:** bump babel-preset-react-app to 9.1.2 ([#1435](https://github.com/doczjs/docz/issues/1435)) ([8f071eb](https://github.com/doczjs/docz/commit/8f071eb)) +* **gatsby-theme-docz:** include MDX transclusion support ([#1436](https://github.com/doczjs/docz/issues/1436)) ([435001a](https://github.com/doczjs/docz/commit/435001a)) + + + + + # [2.3.0-alpha.13](https://github.com/doczjs/docz/compare/v2.3.0-alpha.12...v2.3.0-alpha.13) (2020-02-13) diff --git a/core/docz-core/CHANGELOG.md b/core/docz-core/CHANGELOG.md index 4db0b64a3..799414dea 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.3.0-alpha.14](https://github.com/doczjs/docz/compare/v2.3.0-alpha.13...v2.3.0-alpha.14) (2020-03-31) + + +### Bug Fixes + +* **docz-core:** always use custom prop filter if it's provided… ([#1415](https://github.com/doczjs/docz/issues/1415)) ([53063ff](https://github.com/doczjs/docz/commit/53063ff)) + + + + + # [2.3.0-alpha.12](https://github.com/doczjs/docz/compare/v2.3.0-alpha.11...v2.3.0-alpha.12) (2020-02-12) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index f6ed9bfbd..19d1b384b 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.12", + "version": "2.3.0-alpha.14", "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 75c9e9845..de2e942c9 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.14](https://github.com/doczjs/docz/compare/v2.3.0-alpha.13...v2.3.0-alpha.14) (2020-03-31) + +**Note:** Version bump only for package docz + + + + + # [2.3.0-alpha.13](https://github.com/doczjs/docz/compare/v2.3.0-alpha.12...v2.3.0-alpha.13) (2020-02-13) diff --git a/core/docz/package.json b/core/docz/package.json index 044ec29eb..fae13ab44 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.3.0-alpha.13", + "version": "2.3.0-alpha.14", "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.12", + "docz-core": "2.3.0-alpha.14", "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.3.0-alpha.13", + "gatsby-theme-docz": "2.3.0-alpha.14", "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 34e48e9a8..f1151ffae 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.3.0-alpha.14](https://github.com/doczjs/docz/compare/v2.3.0-alpha.13...v2.3.0-alpha.14) (2020-03-31) + + +### Bug Fixes + +* **gatsby-theme-docz:** add pre-wrap to error ([#1406](https://github.com/doczjs/docz/issues/1406)) ([ca6b02d](https://github.com/doczjs/docz/commit/ca6b02d)) +* **gatsby-theme-docz:** content overflowing issue ([#1437](https://github.com/doczjs/docz/issues/1437)) ([56f4cb8](https://github.com/doczjs/docz/commit/56f4cb8)) + + +### Features + +* **gatsby-theme-docz:** include MDX transclusion support ([#1436](https://github.com/doczjs/docz/issues/1436)) ([435001a](https://github.com/doczjs/docz/commit/435001a)) + + + + + # [2.3.0-alpha.13](https://github.com/doczjs/docz/compare/v2.3.0-alpha.12...v2.3.0-alpha.13) (2020-02-13) diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index 8b5e40165..fb91e8b0e 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.3.0-alpha.13", + "version": "2.3.0-alpha.14", "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.1.0", + "babel-plugin-export-metadata": "2.3.0-alpha.14", "copy-text-to-clipboard": "^2.1.0", "emotion-theming": "^10.0.14", "fs-extra": "^8.1.0", diff --git a/lerna.json b/lerna.json index e2dbed1a5..8ac04715e 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.3.0-alpha.13", + "version": "2.3.0-alpha.14", "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 aa4800244..39f0abfc8 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. +# [2.3.0-alpha.14](https://github.com/doczjs/docz/compare/v2.3.0-alpha.13...v2.3.0-alpha.14) (2020-03-31) + + +### Bug Fixes + +* **babel-plugin-export-metadata:** add case for export default… ([#1417](https://github.com/doczjs/docz/issues/1417)) ([31ebd08](https://github.com/doczjs/docz/commit/31ebd08)) + + + + + # [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 diff --git a/other-packages/babel-plugin-export-metadata/package.json b/other-packages/babel-plugin-export-metadata/package.json index 773a8aa28..fafa2afbc 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.1.0", + "version": "2.3.0-alpha.14", "description": "Add file metadata for function declarations", "license": "MIT", "author": {