Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 9ec9a3c

Browse files
committed
v2.4.0
1 parent b275615 commit 9ec9a3c

File tree

28 files changed

+210
-23
lines changed

28 files changed

+210
-23
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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+
* **docz-utils:** fix closing tag detection in `removeTags` ([#1696](https://github.com/doczjs/docz/issues/1696)) ([bfcd923](https://github.com/doczjs/docz/commit/bfcd923))
15+
* **examples:** import alert component by correct lib name. ([#1605](https://github.com/doczjs/docz/issues/1605)) ([fadb6dd](https://github.com/doczjs/docz/commit/fadb6dd))
16+
* **gatsby-theme-docz:** wrong imports ([ed169cf](https://github.com/doczjs/docz/commit/ed169cf))
17+
* add functions never to eslint rule ([#1487](https://github.com/doczjs/docz/issues/1487)) ([becd589](https://github.com/doczjs/docz/commit/becd589))
18+
19+
20+
### Features
21+
22+
* 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))
23+
* **docz-core:** add modifyEntry plugin supported ([#1621](https://github.com/doczjs/docz/issues/1621)) ([317987e](https://github.com/doczjs/docz/commit/317987e))
24+
* **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))
25+
* **gatsby-theme-docz:** no reload on relative links ([#1482](https://github.com/doczjs/docz/issues/1482)) ([ff7211c](https://github.com/doczjs/docz/commit/ff7211c))
26+
27+
28+
29+
30+
631
# [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10)
732

833

core/docz-core/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10)
724

825

core/docz-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-core",
3-
"version": "2.3.3-alpha.0",
3+
"version": "2.4.0",
44
"description": "All docz core logic of bundle and parsing is included on this package",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -34,7 +34,7 @@
3434
"chokidar": "^3.0.2",
3535
"cross-spawn": "^7.0.2",
3636
"detect-port": "^1.3.0",
37-
"docz-utils": "2.3.3-alpha.0",
37+
"docz-utils": "^2.4.0",
3838
"env-dot-prop": "^2.0.1",
3939
"fast-deep-equal": "^2.0.1",
4040
"fast-glob": "^3.0.4",
@@ -44,13 +44,13 @@
4444
"gatsby-plugin-typescript": "^2.1.6",
4545
"get-pkg-repo": "4.1.1",
4646
"humanize-string": "^2.1.0",
47-
"load-cfg": "2.3.3-alpha.0",
47+
"load-cfg": "^2.4.0",
4848
"lodash": "^4.17.14",
4949
"minimatch": "^3.0.4",
5050
"open": "^7.0.3",
5151
"ora": "^3.4.0",
5252
"react-docgen": "^4.1.1",
53-
"react-docgen-actual-name-handler": "2.3.3-alpha.0",
53+
"react-docgen-actual-name-handler": "^2.4.0",
5454
"react-docgen-external-proptypes-handler": "^1.0.3",
5555
"react-docgen-typescript": "^2.1.0",
5656
"recast": "^0.18.1",

core/docz-rollup/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10)
719

820

core/docz-rollup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-rollup",
3-
"version": "2.3.3-alpha.0",
3+
"version": "2.4.0",
44
"license": "MIT",
55
"main": "src/index.js",
66
"files": [

core/docz-utils/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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+
* **docz-utils:** fix closing tag detection in `removeTags` ([#1696](https://github.com/doczjs/docz/issues/1696)) ([bfcd923](https://github.com/doczjs/docz/commit/bfcd923))
13+
14+
15+
16+
17+
618
# [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10)
719

820

core/docz-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-utils",
3-
"version": "2.3.3-alpha.0",
3+
"version": "2.4.0",
44
"description": "Some methods used and utilities used on docz",
55
"license": "MIT",
66
"main": "lib/index.js",

core/docz/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10)
718

819

core/docz/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz",
3-
"version": "2.3.3-alpha.1",
3+
"version": "2.4.0",
44
"description": "It's has never been so easy to documents your things!",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -32,12 +32,12 @@
3232
"@mdx-js/react": "^1.0.27",
3333
"array-sort": "^1.0.0",
3434
"capitalize": "^2.0.0",
35-
"docz-core": "2.3.3-alpha.0",
35+
"docz-core": "^2.4.0",
3636
"fast-deep-equal": "^2.0.1",
3737
"gatsby": "^2.13.27",
3838
"gatsby-plugin-eslint": "^2.0.5",
3939
"gatsby-plugin-typescript": "^2.1.6",
40-
"gatsby-theme-docz": "2.3.3-alpha.1",
40+
"gatsby-theme-docz": "^2.4.0",
4141
"lodash": "^4.17.14",
4242
"marksy": "^8.0.0",
4343
"match-sorter": "^3.1.1",

core/gatsby-theme-docz/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10)
725

826

core/gatsby-theme-docz/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-docz",
3-
"version": "2.3.3-alpha.1",
3+
"version": "2.4.0",
44
"description": "Gatsby theme created to use Docz",
55
"license": "MIT",
66
"author": "Pedro Nauck ([email protected])",
@@ -27,7 +27,7 @@
2727
"@mdx-js/mdx": "^1.1.0",
2828
"@mdx-js/react": "^1.0.27",
2929
"@theme-ui/typography": "^0.2.5",
30-
"babel-plugin-export-metadata": "2.3.3-alpha.0",
30+
"babel-plugin-export-metadata": "^2.4.0",
3131
"copy-text-to-clipboard": "^2.1.0",
3232
"fs-extra": "^8.1.0",
3333
"gatsby": "^2.13.27",
@@ -49,9 +49,9 @@
4949
"react-helmet-async": "^1.0.4",
5050
"react-live": "^2.2.1",
5151
"react-resize-detector": "^4.2.1",
52-
"rehype-docz": "2.3.3-alpha.0",
52+
"rehype-docz": "^2.4.0",
5353
"rehype-slug": "^2.0.3",
54-
"remark-docz": "2.3.3-alpha.0",
54+
"remark-docz": "^2.4.0",
5555
"remark-frontmatter": "^1.3.2",
5656
"theme-ui": "^0.2.38",
5757
"to-style": "^1.3.3",

core/rehype-docz/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10)
718

819

core/rehype-docz/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-docz",
3-
"version": "2.3.3-alpha.0",
3+
"version": "2.4.0",
44
"description": "Rehype plugin used by docz",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"brace": "^0.11.1",
29-
"docz-utils": "2.3.3-alpha.0",
29+
"docz-utils": "^2.4.0",
3030
"hast-util-to-string": "^1.0.2",
3131
"jsx-ast-utils": "^2.2.1",
3232
"lodash": "^4.17.14",

core/remark-docz/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10)
718

819

core/remark-docz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-docz",
3-
"version": "2.3.3-alpha.0",
3+
"version": "2.4.0",
44
"description": "Remark plugin used by docz",
55
"license": "MIT",
66
"main": "dist/index.js",

dev-env/basic/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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))

dev-env/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dev-env-basic",
33
"private": true,
4-
"version": "2.3.3-alpha.0",
4+
"version": "2.4.0",
55
"license": "MIT",
66
"files": [
77
"src/",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"core/**/*",
55
"other-packages/**/*"
66
],
7-
"version": "2.3.3-alpha.0",
7+
"version": "2.4.0",
88
"npmClient": "yarn",
99
"useWorkspaces": true
1010
}

other-packages/babel-plugin-export-metadata/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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+
618
# [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10)
719

820

other-packages/babel-plugin-export-metadata/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-export-metadata",
3-
"version": "2.3.3-alpha.0",
3+
"version": "2.4.0",
44
"description": "Add file metadata for function declarations",
55
"license": "MIT",
66
"author": {

other-packages/eslint-config-docz-js/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0) (2022-02-11)
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+
618
# [2.3.3-alpha.0](https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0) (2021-09-10)
719

820

other-packages/eslint-config-docz-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-docz-js",
3-
"version": "2.3.3-alpha.0",
3+
"version": "2.4.0",
44
"description": "Eslint config of Docz for Javascript",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)