This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 27 files changed +197
-24
lines changed
babel-plugin-export-metadata
react-docgen-actual-name-handler Expand file tree Collapse file tree 27 files changed +197
-24
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** babel-plugin-export-metadata:** fix ` hasOwnProperty ` method call ([ #1581 ] ( https://github.com/doczjs/docz/issues/1581 ) ) ([ 9067ffb] ( https://github.com/doczjs/docz/commit/9067ffb ) )
12+ * ** dev-env/basic:** building and running development ([ #1646 ] ( https://github.com/doczjs/docz/issues/1646 ) ) ([ 7baaaf2] ( https://github.com/doczjs/docz/commit/7baaaf2 ) )
13+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
14+ * ** examples:** import alert component by correct lib name. ([ #1605 ] ( https://github.com/doczjs/docz/issues/1605 ) ) ([ fadb6dd] ( https://github.com/doczjs/docz/commit/fadb6dd ) )
15+ * ** gatsby-theme-docz:** wrong imports ([ ed169cf] ( https://github.com/doczjs/docz/commit/ed169cf ) )
16+ * add functions never to eslint rule ([ #1487 ] ( https://github.com/doczjs/docz/issues/1487 ) ) ([ becd589] ( https://github.com/doczjs/docz/commit/becd589 ) )
17+
18+
19+ ### Features
20+
21+ * 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 ) )
22+ * ** docz-core:** add modifyEntry plugin supported ([ #1621 ] ( https://github.com/doczjs/docz/issues/1621 ) ) ([ 317987e] ( https://github.com/doczjs/docz/commit/317987e ) )
23+ * ** 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 ) )
24+ * ** gatsby-theme-docz:** no reload on relative links ([ #1482 ] ( https://github.com/doczjs/docz/issues/1482 ) ) ([ ff7211c] ( https://github.com/doczjs/docz/commit/ff7211c ) )
25+
26+
27+
28+
29+
630## [ 2.3.2-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.1...v2.3.2-alpha.0 ) (2020-04-07)
731
832
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12+
13+
14+ ### Features
15+
16+ * 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 ) )
17+ * ** docz-core:** add modifyEntry plugin supported ([ #1621 ] ( https://github.com/doczjs/docz/issues/1621 ) ) ([ 317987e] ( https://github.com/doczjs/docz/commit/317987e ) )
18+
19+
20+
21+
22+
623## [ 2.3.2-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.1...v2.3.2-alpha.0 ) (2020-04-07)
724
825
Original file line number Diff line number Diff line change 11{
22 "name" : " docz-core" ,
3- "version" : " 2.3.2 -alpha.0" ,
3+ "version" : " 2.3.3 -alpha.0" ,
44 "description" : " All docz core logic of bundle and parsing is included on this package" ,
55 "license" : " MIT" ,
66 "main" : " dist/index.js" ,
2929 "chokidar" : " ^3.0.2" ,
3030 "cross-spawn" : " ^7.0.2" ,
3131 "detect-port" : " ^1.3.0" ,
32- "docz-utils" : " ^ 2.3.0" ,
32+ "docz-utils" : " 2.3.3-alpha .0" ,
3333 "env-dot-prop" : " ^2.0.1" ,
3434 "fast-deep-equal" : " ^2.0.1" ,
3535 "fast-glob" : " ^3.0.4" ,
3939 "gatsby-plugin-typescript" : " ^2.1.6" ,
4040 "get-pkg-repo" : " 4.1.1" ,
4141 "humanize-string" : " ^2.1.0" ,
42- "load-cfg" : " ^2.1 .0" ,
42+ "load-cfg" : " 2.3.3-alpha .0" ,
4343 "lodash" : " ^4.17.14" ,
4444 "minimatch" : " ^3.0.4" ,
4545 "open" : " ^7.0.3" ,
4646 "ora" : " ^3.4.0" ,
4747 "react-docgen" : " ^4.1.1" ,
48- "react-docgen-actual-name-handler" : " ^2.1 .0" ,
48+ "react-docgen-actual-name-handler" : " 2.3.3-alpha .0" ,
4949 "react-docgen-external-proptypes-handler" : " ^1.0.3" ,
5050 "react-docgen-typescript" : " ^2.1.0" ,
5151 "recast" : " ^0.18.1" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** dev-env/basic:** building and running development ([ #1646 ] ( https://github.com/doczjs/docz/issues/1646 ) ) ([ 7baaaf2] ( https://github.com/doczjs/docz/commit/7baaaf2 ) )
12+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
13+
14+
15+
16+
17+
618# [ 2.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
719
820** Note:** Version bump only for package docz-rollup
Original file line number Diff line number Diff line change 11{
22 "name" : " docz-rollup" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.3.3-alpha .0" ,
44 "license" : " MIT" ,
55 "main" : " src/index.js" ,
66 "files" : [
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12+
13+
14+
15+
16+
617# [ 2.3.0] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.14...v2.3.0 ) (2020-04-02)
718
819** Note:** Version bump only for package docz-utils
Original file line number Diff line number Diff line change 11{
22 "name" : " docz-utils" ,
3- "version" : " 2.3.0" ,
3+ "version" : " 2.3.3-alpha. 0" ,
44 "description" : " Some methods used and utilities used on docz" ,
55 "license" : " MIT" ,
66 "main" : " lib/index.js" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12+
13+
14+
15+
16+
617## [ 2.3.2-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.1...v2.3.2-alpha.0 ) (2020-04-07)
718
819** Note:** Version bump only for package docz
Original file line number Diff line number Diff line change 11{
22 "name" : " docz" ,
3- "version" : " 2.3.2 -alpha.0" ,
3+ "version" : " 2.3.3 -alpha.0" ,
44 "description" : " It's has never been so easy to documents your things!" ,
55 "license" : " MIT" ,
66 "main" : " dist/index.js" ,
2727 "@mdx-js/react" : " ^1.0.27" ,
2828 "array-sort" : " ^1.0.0" ,
2929 "capitalize" : " ^2.0.0" ,
30- "docz-core" : " ^ 2.3.2 -alpha.0" ,
30+ "docz-core" : " 2.3.3 -alpha.0" ,
3131 "fast-deep-equal" : " ^2.0.1" ,
3232 "gatsby" : " ^2.13.27" ,
3333 "gatsby-plugin-eslint" : " ^2.0.5" ,
3434 "gatsby-plugin-typescript" : " ^2.1.6" ,
35- "gatsby-theme-docz" : " ^ 2.3.1 -alpha.0" ,
35+ "gatsby-theme-docz" : " 2.3.3 -alpha.0" ,
3636 "lodash" : " ^4.17.14" ,
3737 "marksy" : " ^8.0.0" ,
3838 "match-sorter" : " ^3.1.1" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12+ * ** gatsby-theme-docz:** wrong imports ([ ed169cf] ( https://github.com/doczjs/docz/commit/ed169cf ) )
13+
14+
15+ ### Features
16+
17+ * ** 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 ) )
18+ * ** gatsby-theme-docz:** no reload on relative links ([ #1482 ] ( https://github.com/doczjs/docz/issues/1482 ) ) ([ ff7211c] ( https://github.com/doczjs/docz/commit/ff7211c ) )
19+
20+
21+
22+
23+
624## [ 2.3.1] ( https://github.com/doczjs/docz/compare/v2.3.1-alpha.0...v2.3.1 ) (2020-04-05)
725
826** Note:** Version bump only for package gatsby-theme-docz
You can’t perform that action at this time.
0 commit comments