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

Commit 6847b02

Browse files
committed
v2.1.0
1 parent 7d405c5 commit 6847b02

File tree

26 files changed

+177
-41
lines changed

26 files changed

+177
-41
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.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

core/docz-core/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.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

core/docz-core/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -25,7 +25,7 @@
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",
@@ -34,12 +34,12 @@
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",
@@ -60,9 +60,9 @@
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
}

core/docz-rollup/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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

core/docz-rollup/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -32,6 +32,6 @@
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
}

core/docz-utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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

core/docz-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -43,8 +43,8 @@
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
}

core/docz/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.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

core/docz/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -27,12 +27,12 @@
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",
@@ -52,8 +52,8 @@
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
}

core/gatsby-theme-docz/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.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

core/gatsby-theme-docz/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-docz",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Gatsby theme created to use Docz",
55
"license": "MIT",
66
"author": "Pedro Nauck ([email protected])",
@@ -22,7 +22,7 @@
2222
"@mdx-js/mdx": "^1.1.0",
2323
"@mdx-js/react": "^1.0.27",
2424
"@theme-ui/typography": "^0.2.5",
25-
"babel-plugin-export-metadata": "2.0.0",
25+
"babel-plugin-export-metadata": "^2.1.0",
2626
"copy-text-to-clipboard": "^2.1.0",
2727
"emotion-theming": "^10.0.14",
2828
"fs-extra": "^8.1.0",
@@ -42,9 +42,9 @@
4242
"react-feather": "^2.0.3",
4343
"react-helmet-async": "^1.0.4",
4444
"react-live": "^2.1.2",
45-
"rehype-docz": "2.0.0",
45+
"rehype-docz": "^2.1.0",
4646
"rehype-slug": "^2.0.3",
47-
"remark-docz": "2.0.0",
47+
"remark-docz": "^2.1.0",
4848
"remark-frontmatter": "^1.3.2",
4949
"theme-ui": "^0.2.38",
5050
"typescript": "3.5.3",
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"babel-eslint": "10.0.2",
5656
"eslint": "^6.5.1",
57-
"eslint-config-docz-js": "2.0.0"
57+
"eslint-config-docz-js": "^2.1.0"
5858
},
5959
"peerDependencies": {
6060
"docz": ">=2.0.0",

core/rehype-docz/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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+
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

core/rehype-docz/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-docz",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Rehype plugin used by docz",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"brace": "^0.11.1",
24-
"docz-utils": "2.0.0",
24+
"docz-utils": "^2.1.0",
2525
"hast-util-to-string": "^1.0.2",
2626
"jsx-ast-utils": "^2.2.1",
2727
"lodash": "^4.17.14",
@@ -30,8 +30,8 @@
3030
},
3131
"devDependencies": {
3232
"@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"
3636
}
3737
}

core/remark-docz/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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+
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

core/remark-docz/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-docz",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Remark plugin used by docz",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@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"
3232
}
3333
}

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.0.0-rc.77",
7+
"version": "2.1.0",
88
"npmClient": "yarn",
99
"useWorkspaces": true
1010
}

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

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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+
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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-export-metadata",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Add file metadata for function declarations",
55
"license": "MIT",
66
"author": {
@@ -34,8 +34,8 @@
3434
},
3535
"devDependencies": {
3636
"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",
3939
"jest": "^24.8.0"
4040
}
4141
}

0 commit comments

Comments
 (0)