From 9ec9a3c647d9991658c9fea3d36fd6b959f41de5 Mon Sep 17 00:00:00 2001 From: Renato Benkendorf Date: Fri, 11 Feb 2022 11:08:31 -0300 Subject: [PATCH] v2.4.0 --- CHANGELOG.md | 25 +++++++++++++++++++ core/docz-core/CHANGELOG.md | 17 +++++++++++++ core/docz-core/package.json | 8 +++--- core/docz-rollup/CHANGELOG.md | 12 +++++++++ core/docz-rollup/package.json | 2 +- core/docz-utils/CHANGELOG.md | 12 +++++++++ core/docz-utils/package.json | 2 +- core/docz/CHANGELOG.md | 11 ++++++++ core/docz/package.json | 6 ++--- core/gatsby-theme-docz/CHANGELOG.md | 18 +++++++++++++ core/gatsby-theme-docz/package.json | 8 +++--- core/rehype-docz/CHANGELOG.md | 11 ++++++++ core/rehype-docz/package.json | 4 +-- core/remark-docz/CHANGELOG.md | 11 ++++++++ core/remark-docz/package.json | 2 +- dev-env/basic/CHANGELOG.md | 12 +++++++++ dev-env/basic/package.json | 2 +- lerna.json | 2 +- .../babel-plugin-export-metadata/CHANGELOG.md | 12 +++++++++ .../babel-plugin-export-metadata/package.json | 2 +- .../eslint-config-docz-js/CHANGELOG.md | 12 +++++++++ .../eslint-config-docz-js/package.json | 2 +- .../eslint-config-docz-ts/CHANGELOG.md | 12 +++++++++ .../eslint-config-docz-ts/package.json | 2 +- other-packages/load-cfg/CHANGELOG.md | 11 ++++++++ other-packages/load-cfg/package.json | 2 +- .../CHANGELOG.md | 11 ++++++++ .../package.json | 2 +- 28 files changed, 210 insertions(+), 23 deletions(-) create mode 100644 dev-env/basic/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 964c7313..3db1d541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **babel-plugin-export-metadata:** fix `hasOwnProperty` method call ([#1581](https://github.com/doczjs/docz/issues/1581)) ([9067ffb](https://github.com/doczjs/docz/commit/9067ffb)) +* **dev-env/basic:** building and running development ([#1646](https://github.com/doczjs/docz/issues/1646)) ([7baaaf2](https://github.com/doczjs/docz/commit/7baaaf2)) +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) +* **docz-utils:** fix closing tag detection in `removeTags` ([#1696](https://github.com/doczjs/docz/issues/1696)) ([bfcd923](https://github.com/doczjs/docz/commit/bfcd923)) +* **examples:** import alert component by correct lib name. ([#1605](https://github.com/doczjs/docz/issues/1605)) ([fadb6dd](https://github.com/doczjs/docz/commit/fadb6dd)) +* **gatsby-theme-docz:** wrong imports ([ed169cf](https://github.com/doczjs/docz/commit/ed169cf)) +* add functions never to eslint rule ([#1487](https://github.com/doczjs/docz/issues/1487)) ([becd589](https://github.com/doczjs/docz/commit/becd589)) + + +### Features + +* add gatsby https flag to use in dev mode ([#1569](https://github.com/doczjs/docz/issues/1569)) ([9d91503](https://github.com/doczjs/docz/commit/9d91503)) +* **docz-core:** add modifyEntry plugin supported ([#1621](https://github.com/doczjs/docz/issues/1621)) ([317987e](https://github.com/doczjs/docz/commit/317987e)) +* **gatsby-theme-docz:** configure SEO information from md/mdx files ([#1477](https://github.com/doczjs/docz/issues/1477)) ([24bb600](https://github.com/doczjs/docz/commit/24bb600)) +* **gatsby-theme-docz:** no reload on relative links ([#1482](https://github.com/doczjs/docz/issues/1482)) ([ff7211c](https://github.com/doczjs/docz/commit/ff7211c)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/core/docz-core/CHANGELOG.md b/core/docz-core/CHANGELOG.md index 6d817338..d6197dec 100644 --- a/core/docz-core/CHANGELOG.md +++ b/core/docz-core/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.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) + + +### Features + +* add gatsby https flag to use in dev mode ([#1569](https://github.com/doczjs/docz/issues/1569)) ([9d91503](https://github.com/doczjs/docz/commit/9d91503)) +* **docz-core:** add modifyEntry plugin supported ([#1621](https://github.com/doczjs/docz/issues/1621)) ([317987e](https://github.com/doczjs/docz/commit/317987e)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index 6e2ec96a..9ac55fb1 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -1,6 +1,6 @@ { "name": "docz-core", - "version": "2.3.3-alpha.0", + "version": "2.4.0", "description": "All docz core logic of bundle and parsing is included on this package", "license": "MIT", "main": "dist/index.js", @@ -34,7 +34,7 @@ "chokidar": "^3.0.2", "cross-spawn": "^7.0.2", "detect-port": "^1.3.0", - "docz-utils": "2.3.3-alpha.0", + "docz-utils": "^2.4.0", "env-dot-prop": "^2.0.1", "fast-deep-equal": "^2.0.1", "fast-glob": "^3.0.4", @@ -44,13 +44,13 @@ "gatsby-plugin-typescript": "^2.1.6", "get-pkg-repo": "4.1.1", "humanize-string": "^2.1.0", - "load-cfg": "2.3.3-alpha.0", + "load-cfg": "^2.4.0", "lodash": "^4.17.14", "minimatch": "^3.0.4", "open": "^7.0.3", "ora": "^3.4.0", "react-docgen": "^4.1.1", - "react-docgen-actual-name-handler": "2.3.3-alpha.0", + "react-docgen-actual-name-handler": "^2.4.0", "react-docgen-external-proptypes-handler": "^1.0.3", "react-docgen-typescript": "^2.1.0", "recast": "^0.18.1", diff --git a/core/docz-rollup/CHANGELOG.md b/core/docz-rollup/CHANGELOG.md index 1f8230b3..59964bd4 100644 --- a/core/docz-rollup/CHANGELOG.md +++ b/core/docz-rollup/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.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **dev-env/basic:** building and running development ([#1646](https://github.com/doczjs/docz/issues/1646)) ([7baaaf2](https://github.com/doczjs/docz/commit/7baaaf2)) +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/core/docz-rollup/package.json b/core/docz-rollup/package.json index 3ce9f12f..0e6ea9f0 100644 --- a/core/docz-rollup/package.json +++ b/core/docz-rollup/package.json @@ -1,6 +1,6 @@ { "name": "docz-rollup", - "version": "2.3.3-alpha.0", + "version": "2.4.0", "license": "MIT", "main": "src/index.js", "files": [ diff --git a/core/docz-utils/CHANGELOG.md b/core/docz-utils/CHANGELOG.md index e27b6e5d..72cd5d40 100644 --- a/core/docz-utils/CHANGELOG.md +++ b/core/docz-utils/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.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) +* **docz-utils:** fix closing tag detection in `removeTags` ([#1696](https://github.com/doczjs/docz/issues/1696)) ([bfcd923](https://github.com/doczjs/docz/commit/bfcd923)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/core/docz-utils/package.json b/core/docz-utils/package.json index 7a237d0e..17756c6e 100644 --- a/core/docz-utils/package.json +++ b/core/docz-utils/package.json @@ -1,6 +1,6 @@ { "name": "docz-utils", - "version": "2.3.3-alpha.0", + "version": "2.4.0", "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 6fb9f879..baa08587 100644 --- a/core/docz/CHANGELOG.md +++ b/core/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. +# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/core/docz/package.json b/core/docz/package.json index e81e77ed..6ef6c9c9 100644 --- a/core/docz/package.json +++ b/core/docz/package.json @@ -1,6 +1,6 @@ { "name": "docz", - "version": "2.3.3-alpha.1", + "version": "2.4.0", "description": "It's has never been so easy to documents your things!", "license": "MIT", "main": "dist/index.js", @@ -32,12 +32,12 @@ "@mdx-js/react": "^1.0.27", "array-sort": "^1.0.0", "capitalize": "^2.0.0", - "docz-core": "2.3.3-alpha.0", + "docz-core": "^2.4.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.3.3-alpha.1", + "gatsby-theme-docz": "^2.4.0", "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 a82f6ec9..af2d14a8 100644 --- a/core/gatsby-theme-docz/CHANGELOG.md +++ b/core/gatsby-theme-docz/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) +* **gatsby-theme-docz:** wrong imports ([ed169cf](https://github.com/doczjs/docz/commit/ed169cf)) + + +### Features + +* **gatsby-theme-docz:** configure SEO information from md/mdx files ([#1477](https://github.com/doczjs/docz/issues/1477)) ([24bb600](https://github.com/doczjs/docz/commit/24bb600)) +* **gatsby-theme-docz:** no reload on relative links ([#1482](https://github.com/doczjs/docz/issues/1482)) ([ff7211c](https://github.com/doczjs/docz/commit/ff7211c)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index 3bf00646..1e04993f 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.3-alpha.1", + "version": "2.4.0", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -27,7 +27,7 @@ "@mdx-js/mdx": "^1.1.0", "@mdx-js/react": "^1.0.27", "@theme-ui/typography": "^0.2.5", - "babel-plugin-export-metadata": "2.3.3-alpha.0", + "babel-plugin-export-metadata": "^2.4.0", "copy-text-to-clipboard": "^2.1.0", "fs-extra": "^8.1.0", "gatsby": "^2.13.27", @@ -49,9 +49,9 @@ "react-helmet-async": "^1.0.4", "react-live": "^2.2.1", "react-resize-detector": "^4.2.1", - "rehype-docz": "2.3.3-alpha.0", + "rehype-docz": "^2.4.0", "rehype-slug": "^2.0.3", - "remark-docz": "2.3.3-alpha.0", + "remark-docz": "^2.4.0", "remark-frontmatter": "^1.3.2", "theme-ui": "^0.2.38", "to-style": "^1.3.3", diff --git a/core/rehype-docz/CHANGELOG.md b/core/rehype-docz/CHANGELOG.md index 90f8448a..dc33da0f 100644 --- a/core/rehype-docz/CHANGELOG.md +++ b/core/rehype-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. +# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/core/rehype-docz/package.json b/core/rehype-docz/package.json index 933c2b0b..bc7912c8 100644 --- a/core/rehype-docz/package.json +++ b/core/rehype-docz/package.json @@ -1,6 +1,6 @@ { "name": "rehype-docz", - "version": "2.3.3-alpha.0", + "version": "2.4.0", "description": "Rehype plugin used by docz", "license": "MIT", "main": "dist/index.js", @@ -26,7 +26,7 @@ }, "dependencies": { "brace": "^0.11.1", - "docz-utils": "2.3.3-alpha.0", + "docz-utils": "^2.4.0", "hast-util-to-string": "^1.0.2", "jsx-ast-utils": "^2.2.1", "lodash": "^4.17.14", diff --git a/core/remark-docz/CHANGELOG.md b/core/remark-docz/CHANGELOG.md index f4907342..ea47ce8a 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. +# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/core/remark-docz/package.json b/core/remark-docz/package.json index e21c4ee8..a43ae032 100644 --- a/core/remark-docz/package.json +++ b/core/remark-docz/package.json @@ -1,6 +1,6 @@ { "name": "remark-docz", - "version": "2.3.3-alpha.0", + "version": "2.4.0", "description": "Remark plugin used by docz", "license": "MIT", "main": "dist/index.js", diff --git a/dev-env/basic/CHANGELOG.md b/dev-env/basic/CHANGELOG.md new file mode 100644 index 00000000..e0cab382 --- /dev/null +++ b/dev-env/basic/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **dev-env/basic:** building and running development ([#1646](https://github.com/doczjs/docz/issues/1646)) ([7baaaf2](https://github.com/doczjs/docz/commit/7baaaf2)) +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) diff --git a/dev-env/basic/package.json b/dev-env/basic/package.json index 6f8a0fe2..b8949ffa 100644 --- a/dev-env/basic/package.json +++ b/dev-env/basic/package.json @@ -1,7 +1,7 @@ { "name": "dev-env-basic", "private": true, - "version": "2.3.3-alpha.0", + "version": "2.4.0", "license": "MIT", "files": [ "src/", diff --git a/lerna.json b/lerna.json index a637cd41..9685ed57 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "core/**/*", "other-packages/**/*" ], - "version": "2.3.3-alpha.0", + "version": "2.4.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 44988d0a..8d257a8d 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. +# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **babel-plugin-export-metadata:** fix `hasOwnProperty` method call ([#1581](https://github.com/doczjs/docz/issues/1581)) ([9067ffb](https://github.com/doczjs/docz/commit/9067ffb)) +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/other-packages/babel-plugin-export-metadata/package.json b/other-packages/babel-plugin-export-metadata/package.json index 2f25cfb8..0acae04c 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.3.3-alpha.0", + "version": "2.4.0", "description": "Add file metadata for function declarations", "license": "MIT", "author": { diff --git a/other-packages/eslint-config-docz-js/CHANGELOG.md b/other-packages/eslint-config-docz-js/CHANGELOG.md index 6d3f7b24..ee52f7e7 100644 --- a/other-packages/eslint-config-docz-js/CHANGELOG.md +++ b/other-packages/eslint-config-docz-js/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.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) +* add functions never to eslint rule ([#1487](https://github.com/doczjs/docz/issues/1487)) ([becd589](https://github.com/doczjs/docz/commit/becd589)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/other-packages/eslint-config-docz-js/package.json b/other-packages/eslint-config-docz-js/package.json index 30bdd30a..06e1d931 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.3.3-alpha.0", + "version": "2.4.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 cb32ba44..7b92da89 100644 --- a/other-packages/eslint-config-docz-ts/CHANGELOG.md +++ b/other-packages/eslint-config-docz-ts/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.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) +* add functions never to eslint rule ([#1487](https://github.com/doczjs/docz/issues/1487)) ([becd589](https://github.com/doczjs/docz/commit/becd589)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/other-packages/eslint-config-docz-ts/package.json b/other-packages/eslint-config-docz-ts/package.json index 8f292e2d..9a887794 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.3.3-alpha.0", + "version": "2.4.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 882a06fe..6ffe4052 100644 --- a/other-packages/load-cfg/CHANGELOG.md +++ b/other-packages/load-cfg/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.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/other-packages/load-cfg/package.json b/other-packages/load-cfg/package.json index 6509f1fa..def1b739 100644 --- a/other-packages/load-cfg/package.json +++ b/other-packages/load-cfg/package.json @@ -1,6 +1,6 @@ { "name": "load-cfg", - "version": "2.3.3-alpha.0", + "version": "2.4.0", "description": "Method that can load project configurations based", "license": "MIT", "main": "dist/index.js", diff --git a/other-packages/react-docgen-actual-name-handler/CHANGELOG.md b/other-packages/react-docgen-actual-name-handler/CHANGELOG.md index c4a30b3d..2d3f1666 100644 --- a/other-packages/react-docgen-actual-name-handler/CHANGELOG.md +++ b/other-packages/react-docgen-actual-name-handler/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.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11) + + +### Bug Fixes + +* **docz:** dependency issues ([#1647](https://github.com/doczjs/docz/issues/1647)) ([5bdca48](https://github.com/doczjs/docz/commit/5bdca48)) + + + + + # [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10) diff --git a/other-packages/react-docgen-actual-name-handler/package.json b/other-packages/react-docgen-actual-name-handler/package.json index cc3a2254..f561d7b3 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.3.3-alpha.0", + "version": "2.4.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js",