This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 26 files changed +177
-41
lines changed
babel-plugin-export-metadata
react-docgen-actual-name-handler
26 files changed +177
-41
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
26
7
27
8
28
### Bug Fixes
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 2.0.0-rc.34] ( https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.34 ) (2019-09-04)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-core" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " All docz core logic of bundle and parsing is included on this package" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
25
25
"chalk" : " ^2.4.2" ,
26
26
"chokidar" : " ^3.0.2" ,
27
27
"detect-port" : " ^1.3.0" ,
28
- "docz-utils" : " 2.0 .0" ,
28
+ "docz-utils" : " ^2.1 .0" ,
29
29
"env-dot-prop" : " ^2.0.1" ,
30
30
"fast-deep-equal" : " ^2.0.1" ,
31
31
"fast-glob" : " ^3.0.4" ,
34
34
"get-pkg-repo" : " ^4.1.0" ,
35
35
"humanize-string" : " ^2.1.0" ,
36
36
"latest-version" : " ^5.1.0" ,
37
- "load-cfg" : " 2.0 .0" ,
37
+ "load-cfg" : " ^2.1 .0" ,
38
38
"lodash" : " ^4.17.14" ,
39
39
"minimatch" : " ^3.0.4" ,
40
40
"ora" : " ^3.4.0" ,
41
41
"react-docgen" : " ^4.1.1" ,
42
- "react-docgen-actual-name-handler" : " 2.0 .0" ,
42
+ "react-docgen-actual-name-handler" : " ^2.1 .0" ,
43
43
"react-docgen-external-proptypes-handler" : " ^1.0.3" ,
44
44
"react-docgen-typescript" : " ^1.12.5" ,
45
45
"recast" : " ^0.18.1" ,
60
60
"@types/wait-on" : " ^3.2.0" ,
61
61
"cpy" : " ^7.3.0" ,
62
62
"cross-env" : " ^5.2.1" ,
63
- "docz-rollup" : " 2.0 .0" ,
63
+ "docz-rollup" : " ^2.1 .0" ,
64
64
"eslint" : " ^6.5.1" ,
65
- "eslint-config-docz-ts" : " 2.0 .0" ,
65
+ "eslint-config-docz-ts" : " ^2.1 .0" ,
66
66
"jest" : " ^24.9.0"
67
67
}
68
68
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 2.0.0-rc.1] ( https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1 ) (2019-07-18)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-rollup" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " src/index.js" ,
6
6
"files" : [
32
32
"rollup-plugin-typescript2" : " ^0.22.0"
33
33
},
34
34
"devDependencies" : {
35
- "eslint-config-docz-js" : " 2.0 .0"
35
+ "eslint-config-docz-js" : " ^2.1 .0"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 2.0.0-rc.1] ( https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1 ) (2019-07-18)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-utils" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Some methods used and utilities used on docz" ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
43
43
"unist-util-visit" : " ^1.4.1"
44
44
},
45
45
"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" ,
48
48
"trash" : " ^6.0.0"
49
49
}
50
50
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
22
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " It's has never been so easy to documents your things!" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
27
27
"@mdx-js/react" : " ^1.0.27" ,
28
28
"array-sort" : " ^1.0.0" ,
29
29
"capitalize" : " ^2.0.0" ,
30
- "docz-core" : " 2.0 .0" ,
30
+ "docz-core" : " ^2.1 .0" ,
31
31
"fast-deep-equal" : " ^2.0.1" ,
32
32
"gatsby" : " ^2.13.27" ,
33
33
"gatsby-plugin-eslint" : " ^2.0.5" ,
34
34
"gatsby-plugin-typescript" : " ^2.1.6" ,
35
- "gatsby-theme-docz" : " 2.0 .0" ,
35
+ "gatsby-theme-docz" : " ^2.1 .0" ,
36
36
"lodash" : " ^4.17.14" ,
37
37
"marksy" : " ^8.0.0" ,
38
38
"match-sorter" : " ^3.1.1" ,
52
52
"@types/reach__router" : " ^1.2.4" ,
53
53
"@types/react" : " ^16.8.23" ,
54
54
"@types/react-dom" : " ^16.8.4" ,
55
- "docz-rollup" : " 2.0 .0" ,
55
+ "docz-rollup" : " ^2.1 .0" ,
56
56
"eslint" : " ^6.5.1" ,
57
- "eslint-config-docz-ts" : " 2.0 .0"
57
+ "eslint-config-docz-ts" : " ^2.1 .0"
58
58
}
59
59
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
23
7
24
8
25
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-docz" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Gatsby theme created to use Docz" ,
5
5
"license" : " MIT" ,
6
6
"author" :
" Pedro Nauck ([email protected] )" ,
22
22
"@mdx-js/mdx" : " ^1.1.0" ,
23
23
"@mdx-js/react" : " ^1.0.27" ,
24
24
"@theme-ui/typography" : " ^0.2.5" ,
25
- "babel-plugin-export-metadata" : " 2.0 .0" ,
25
+ "babel-plugin-export-metadata" : " ^2.1 .0" ,
26
26
"copy-text-to-clipboard" : " ^2.1.0" ,
27
27
"emotion-theming" : " ^10.0.14" ,
28
28
"fs-extra" : " ^8.1.0" ,
42
42
"react-feather" : " ^2.0.3" ,
43
43
"react-helmet-async" : " ^1.0.4" ,
44
44
"react-live" : " ^2.1.2" ,
45
- "rehype-docz" : " 2.0 .0" ,
45
+ "rehype-docz" : " ^2.1 .0" ,
46
46
"rehype-slug" : " ^2.0.3" ,
47
- "remark-docz" : " 2.0 .0" ,
47
+ "remark-docz" : " ^2.1 .0" ,
48
48
"remark-frontmatter" : " ^1.3.2" ,
49
49
"theme-ui" : " ^0.2.38" ,
50
50
"typescript" : " 3.5.3" ,
54
54
"devDependencies" : {
55
55
"babel-eslint" : " 10.0.2" ,
56
56
"eslint" : " ^6.5.1" ,
57
- "eslint-config-docz-js" : " 2.0 .0"
57
+ "eslint-config-docz-js" : " ^2.1 .0"
58
58
},
59
59
"peerDependencies" : {
60
60
"docz" : " >=2.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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 rehype-docz
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-rc.1] ( https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1 ) (2019-07-18)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rehype-docz" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Rehype plugin used by docz" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
21
21
},
22
22
"dependencies" : {
23
23
"brace" : " ^0.11.1" ,
24
- "docz-utils" : " 2.0 .0" ,
24
+ "docz-utils" : " ^2.1 .0" ,
25
25
"hast-util-to-string" : " ^1.0.2" ,
26
26
"jsx-ast-utils" : " ^2.2.1" ,
27
27
"lodash" : " ^4.17.14" ,
30
30
},
31
31
"devDependencies" : {
32
32
"@mdx-js/mdx" : " ^1.1.0" ,
33
- "docz-rollup" : " 2.0 .0" ,
34
- "eslint-config-docz-ts" : " 2.0 .0" ,
35
- "remark-docz" : " 2.0 .0"
33
+ "docz-rollup" : " ^2.1 .0" ,
34
+ "eslint-config-docz-ts" : " ^2.1 .0" ,
35
+ "remark-docz" : " ^2.1 .0"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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 remark-docz
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-rc.1] ( https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1 ) (2019-07-18)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remark-docz" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Remark plugin used by docz" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
27
27
},
28
28
"devDependencies" : {
29
29
"@mdx-js/mdx" : " ^1.1.0" ,
30
- "docz-rollup" : " 2.0 .0" ,
31
- "eslint-config-docz-ts" : " 2.0 .0"
30
+ "docz-rollup" : " ^2.1 .0" ,
31
+ "eslint-config-docz-ts" : " ^2.1 .0"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 4
4
" core/**/*" ,
5
5
" other-packages/**/*"
6
6
],
7
- "version" : " 2.0.0-rc.77 " ,
7
+ "version" : " 2.1.0 " ,
8
8
"npmClient" : " yarn" ,
9
9
"useWorkspaces" : true
10
10
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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 babel-plugin-export-metadata
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-rc.1] ( https://github.com/pedronauck/docz/compare/v1.2.0...v2.0.0-rc.1 ) (2019-07-18)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-export-metadata" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Add file metadata for function declarations" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
34
34
},
35
35
"devDependencies" : {
36
36
"babel-jest" : " ^24.8.0" ,
37
- "docz-rollup" : " 2.0 .0" ,
38
- "eslint-config-docz-js" : " 2.0 .0" ,
37
+ "docz-rollup" : " ^2.1 .0" ,
38
+ "eslint-config-docz-js" : " ^2.1 .0" ,
39
39
"jest" : " ^24.8.0"
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments