This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 26 files changed +177
-41
lines changed
babel-plugin-export-metadata
react-docgen-actual-name-handler Expand file tree Collapse file tree 26 files changed +177
-41
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.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** docz:** remove lowercasing of enum ts prop type ([ 8f7b949] ( https://github.com/doczjs/docz/commit/8f7b949 ) )
12+ * ** gatsby-theme-docz:** allow empty ts prop defaultValue ([ 2512aa1] ( https://github.com/doczjs/docz/commit/2512aa1 ) )
13+ * ** gatsby-theme-docz:** fix min-height ([ 34fc31f] ( https://github.com/doczjs/docz/commit/34fc31f ) )
14+
15+
16+ ### Features
17+
18+ * ** docz:** spread remaining props to Props component ([ #1276 ] ( https://github.com/doczjs/docz/issues/1276 ) ) ([ 531244f] ( https://github.com/doczjs/docz/commit/531244f ) )
19+ * ** docz-core:** add mdxExtensions to config ([ 77b84e8] ( https://github.com/doczjs/docz/commit/77b84e8 ) )
20+ * ** gatsby-theme-docz:** use mdxExtensions from config ([ 7d405c5] ( https://github.com/doczjs/docz/commit/7d405c5 ) )
21+
22+
23+
24+
25+
626
727
828### Bug Fixes
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.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7+
8+
9+ ### Features
10+
11+ * ** docz-core:** add mdxExtensions to config ([ 77b84e8] ( https://github.com/doczjs/docz/commit/77b84e8 ) )
12+
13+
14+
15+
16+
617# [ 2.0.0-rc.34] ( https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.34 ) (2019-09-04)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " docz-core" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .0" ,
44 "description" : " All docz core logic of bundle and parsing is included on this package" ,
55 "license" : " MIT" ,
66 "main" : " dist/index.js" ,
2525 "chalk" : " ^2.4.2" ,
2626 "chokidar" : " ^3.0.2" ,
2727 "detect-port" : " ^1.3.0" ,
28- "docz-utils" : " 2.0 .0" ,
28+ "docz-utils" : " ^2.1 .0" ,
2929 "env-dot-prop" : " ^2.0.1" ,
3030 "fast-deep-equal" : " ^2.0.1" ,
3131 "fast-glob" : " ^3.0.4" ,
3434 "get-pkg-repo" : " ^4.1.0" ,
3535 "humanize-string" : " ^2.1.0" ,
3636 "latest-version" : " ^5.1.0" ,
37- "load-cfg" : " 2.0 .0" ,
37+ "load-cfg" : " ^2.1 .0" ,
3838 "lodash" : " ^4.17.14" ,
3939 "minimatch" : " ^3.0.4" ,
4040 "ora" : " ^3.4.0" ,
4141 "react-docgen" : " ^4.1.1" ,
42- "react-docgen-actual-name-handler" : " 2.0 .0" ,
42+ "react-docgen-actual-name-handler" : " ^2.1 .0" ,
4343 "react-docgen-external-proptypes-handler" : " ^1.0.3" ,
4444 "react-docgen-typescript" : " ^1.12.5" ,
4545 "recast" : " ^0.18.1" ,
6060 "@types/wait-on" : " ^3.2.0" ,
6161 "cpy" : " ^7.3.0" ,
6262 "cross-env" : " ^5.2.1" ,
63- "docz-rollup" : " 2.0 .0" ,
63+ "docz-rollup" : " ^2.1 .0" ,
6464 "eslint" : " ^6.5.1" ,
65- "eslint-config-docz-ts" : " 2.0 .0" ,
65+ "eslint-config-docz-ts" : " ^2.1 .0" ,
6666 "jest" : " ^24.9.0"
6767 }
6868}
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.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7+
8+ ** Note:** Version bump only for package docz-rollup
9+
10+
11+
12+
13+
614# [ 2.0.0-rc.1] ( https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1 ) (2019-07-18)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " docz-rollup" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .0" ,
44 "license" : " MIT" ,
55 "main" : " src/index.js" ,
66 "files" : [
3232 "rollup-plugin-typescript2" : " ^0.22.0"
3333 },
3434 "devDependencies" : {
35- "eslint-config-docz-js" : " 2.0 .0"
35+ "eslint-config-docz-js" : " ^2.1 .0"
3636 }
3737}
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.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7+
8+ ** Note:** Version bump only for package docz-utils
9+
10+
11+
12+
13+
614# [ 2.0.0-rc.1] ( https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1 ) (2019-07-18)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " docz-utils" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .0" ,
44 "description" : " Some methods used and utilities used on docz" ,
55 "license" : " MIT" ,
66 "main" : " lib/index.js" ,
4343 "unist-util-visit" : " ^1.4.1"
4444 },
4545 "devDependencies" : {
46- "docz-rollup" : " 2.0 .0" ,
47- "eslint-config-docz-ts" : " 2.0 .0" ,
46+ "docz-rollup" : " ^2.1 .0" ,
47+ "eslint-config-docz-ts" : " ^2.1 .0" ,
4848 "trash" : " ^6.0.0"
4949 }
5050}
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.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** docz:** remove lowercasing of enum ts prop type ([ 8f7b949] ( https://github.com/doczjs/docz/commit/8f7b949 ) )
12+
13+
14+ ### Features
15+
16+ * ** docz:** spread remaining props to Props component ([ #1276 ] ( https://github.com/doczjs/docz/issues/1276 ) ) ([ 531244f] ( https://github.com/doczjs/docz/commit/531244f ) )
17+
18+
19+
20+
21+
622
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " docz" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .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.0 .0" ,
30+ "docz-core" : " ^2.1 .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.0 .0" ,
35+ "gatsby-theme-docz" : " ^2.1 .0" ,
3636 "lodash" : " ^4.17.14" ,
3737 "marksy" : " ^8.0.0" ,
3838 "match-sorter" : " ^3.1.1" ,
5252 "@types/reach__router" : " ^1.2.4" ,
5353 "@types/react" : " ^16.8.23" ,
5454 "@types/react-dom" : " ^16.8.4" ,
55- "docz-rollup" : " 2.0 .0" ,
55+ "docz-rollup" : " ^2.1 .0" ,
5656 "eslint" : " ^6.5.1" ,
57- "eslint-config-docz-ts" : " 2.0 .0"
57+ "eslint-config-docz-ts" : " ^2.1 .0"
5858 }
5959}
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.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** gatsby-theme-docz:** allow empty ts prop defaultValue ([ 2512aa1] ( https://github.com/doczjs/docz/commit/2512aa1 ) )
12+ * ** gatsby-theme-docz:** fix min-height ([ 34fc31f] ( https://github.com/doczjs/docz/commit/34fc31f ) )
13+
14+
15+ ### Features
16+
17+ * ** gatsby-theme-docz:** use mdxExtensions from config ([ 7d405c5] ( https://github.com/doczjs/docz/commit/7d405c5 ) )
18+
19+
20+
21+
22+
623
724
825### Bug Fixes
You can’t perform that action at this time.
0 commit comments