This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 27 files changed +197
-24
lines changed
babel-plugin-export-metadata
react-docgen-actual-name-handler
27 files changed +197
-24
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.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
+
6
30
## [ 2.3.2-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.1...v2.3.2-alpha.0 ) (2020-04-07)
7
31
8
32
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.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
+
6
23
## [ 2.3.2-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.1...v2.3.2-alpha.0 ) (2020-04-07)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-core" ,
3
- "version" : " 2.3.2 -alpha.0" ,
3
+ "version" : " 2.3.3 -alpha.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" ,
29
29
"chokidar" : " ^3.0.2" ,
30
30
"cross-spawn" : " ^7.0.2" ,
31
31
"detect-port" : " ^1.3.0" ,
32
- "docz-utils" : " ^ 2.3.0" ,
32
+ "docz-utils" : " 2.3.3-alpha .0" ,
33
33
"env-dot-prop" : " ^2.0.1" ,
34
34
"fast-deep-equal" : " ^2.0.1" ,
35
35
"fast-glob" : " ^3.0.4" ,
39
39
"gatsby-plugin-typescript" : " ^2.1.6" ,
40
40
"get-pkg-repo" : " 4.1.1" ,
41
41
"humanize-string" : " ^2.1.0" ,
42
- "load-cfg" : " ^2.1 .0" ,
42
+ "load-cfg" : " 2.3.3-alpha .0" ,
43
43
"lodash" : " ^4.17.14" ,
44
44
"minimatch" : " ^3.0.4" ,
45
45
"open" : " ^7.0.3" ,
46
46
"ora" : " ^3.4.0" ,
47
47
"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" ,
49
49
"react-docgen-external-proptypes-handler" : " ^1.0.3" ,
50
50
"react-docgen-typescript" : " ^2.1.0" ,
51
51
"recast" : " ^0.18.1" ,
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.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
+
6
18
# [ 2.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7
19
8
20
** Note:** Version bump only for package docz-rollup
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-rollup" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.3.3-alpha .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " src/index.js" ,
6
6
"files" : [
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.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
+
6
17
# [ 2.3.0] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.14...v2.3.0 ) (2020-04-02)
7
18
8
19
** Note:** Version bump only for package docz-utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-utils" ,
3
- "version" : " 2.3.0" ,
3
+ "version" : " 2.3.3-alpha. 0" ,
4
4
"description" : " Some methods used and utilities used on docz" ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
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.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
+
6
17
## [ 2.3.2-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.1...v2.3.2-alpha.0 ) (2020-04-07)
7
18
8
19
** Note:** Version bump only for package docz
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz" ,
3
- "version" : " 2.3.2 -alpha.0" ,
3
+ "version" : " 2.3.3 -alpha.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.3.2 -alpha.0" ,
30
+ "docz-core" : " 2.3.3 -alpha.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.3.1 -alpha.0" ,
35
+ "gatsby-theme-docz" : " 2.3.3 -alpha.0" ,
36
36
"lodash" : " ^4.17.14" ,
37
37
"marksy" : " ^8.0.0" ,
38
38
"match-sorter" : " ^3.1.1" ,
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.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
+
6
24
## [ 2.3.1] ( https://github.com/doczjs/docz/compare/v2.3.1-alpha.0...v2.3.1 ) (2020-04-05)
7
25
8
26
** Note:** Version bump only for package gatsby-theme-docz
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-docz" ,
3
- "version" : " 2.3.1 -alpha.0" ,
3
+ "version" : " 2.3.3 -alpha.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.3.0" ,
25
+ "babel-plugin-export-metadata" : " 2.3.3-alpha .0" ,
26
26
"copy-text-to-clipboard" : " ^2.1.0" ,
27
27
"fs-extra" : " ^8.1.0" ,
28
28
"gatsby" : " ^2.13.27" ,
44
44
"react-helmet-async" : " ^1.0.4" ,
45
45
"react-live" : " ^2.2.1" ,
46
46
"react-resize-detector" : " ^4.2.1" ,
47
- "rehype-docz" : " ^ 2.3.0" ,
47
+ "rehype-docz" : " 2.3.3-alpha .0" ,
48
48
"rehype-slug" : " ^2.0.3" ,
49
- "remark-docz" : " ^2.1 .0" ,
49
+ "remark-docz" : " 2.3.3-alpha .0" ,
50
50
"remark-frontmatter" : " ^1.3.2" ,
51
51
"theme-ui" : " ^0.2.38" ,
52
52
"to-style" : " ^1.3.3" ,
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.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
+
6
17
# [ 2.3.0] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.14...v2.3.0 ) (2020-04-02)
7
18
8
19
** Note:** Version bump only for package rehype-docz
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rehype-docz" ,
3
- "version" : " 2.3.0" ,
3
+ "version" : " 2.3.3-alpha. 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.3.0" ,
24
+ "docz-utils" : " 2.3.3-alpha .0" ,
25
25
"hast-util-to-string" : " ^1.0.2" ,
26
26
"jsx-ast-utils" : " ^2.2.1" ,
27
27
"lodash" : " ^4.17.14" ,
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.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
+
6
17
# [ 2.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7
18
8
19
** Note:** Version bump only for package remark-docz
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remark-docz" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.3.3-alpha .0" ,
4
4
"description" : " Remark plugin used by docz" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dev-env-basic" ,
3
3
"private" : true ,
4
- "version" : " 2.0.0-rc.41 " ,
4
+ "version" : " 2.3.3-alpha.0 " ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
14
14
"serve" : " docz serve"
15
15
},
16
16
"dependencies" : {
17
- "docz" : " ^ 2.3.2 -alpha.0" ,
17
+ "docz" : " 2.3.3 -alpha.0" ,
18
18
"prop-types" : " ^15.7.2" ,
19
19
"react" : " ^16.8.6" ,
20
20
"react-dom" : " ^16.8.6"
Original file line number Diff line number Diff line change 4
4
" core/**/*" ,
5
5
" other-packages/**/*"
6
6
],
7
- "version" : " 2.3.2 -alpha.0" ,
7
+ "version" : " 2.3.3 -alpha.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.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
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 2.3.0] ( https://github.com/doczjs/docz/compare/v2.3.0-alpha.14...v2.3.0 ) (2020-04-02)
7
19
8
20
** Note:** Version bump only for package babel-plugin-export-metadata
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-export-metadata" ,
3
- "version" : " 2.3.0" ,
3
+ "version" : " 2.3.3-alpha. 0" ,
4
4
"description" : " Add file metadata for function declarations" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
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.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
+ * add functions never to eslint rule ([ #1487 ] ( https://github.com/doczjs/docz/issues/1487 ) ) ([ becd589] ( https://github.com/doczjs/docz/commit/becd589 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 2.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7
19
8
20
** Note:** Version bump only for package eslint-config-docz-js
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-docz-js" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.3.3-alpha.0 " ,
4
4
"description" : " Eslint config of Docz for Javascript" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
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.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
+ * add functions never to eslint rule ([ #1487 ] ( https://github.com/doczjs/docz/issues/1487 ) ) ([ becd589] ( https://github.com/doczjs/docz/commit/becd589 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 2.1.0] ( https://github.com/doczjs/docz/compare/v2.0.0-rc.77...v2.1.0 ) (2019-11-27)
7
19
8
20
** Note:** Version bump only for package eslint-config-docz-ts
You can’t perform that action at this time.
0 commit comments