Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed May 8, 2019
1 parent d0a6e40 commit b2091fb
Show file tree
Hide file tree
Showing 40 changed files with 252 additions and 62 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08)


### Bug Fixes

* **docz-theme-default:** allow use of link component in ssr ([#854](https://github.com/pedronauck/docz/issues/854)) ([90c27e0](https://github.com/pedronauck/docz/commit/90c27e0)), closes [#832](https://github.com/pedronauck/docz/issues/832)
* **docz-theme-default:** useMemo with conditional ([3b653e5](https://github.com/pedronauck/docz/commit/3b653e5))


### Features

* **docz-core:** add config docgen ts resolver ([#848](https://github.com/pedronauck/docz/issues/848)) ([256b600](https://github.com/pedronauck/docz/commit/256b600))
* **docz-core:** add serve command ([#855](https://github.com/pedronauck/docz/issues/855)) ([73311bd](https://github.com/pedronauck/docz/commit/73311bd))
* resolve markdown images ([#851](https://github.com/pedronauck/docz/issues/851)) ([0fb41c8](https://github.com/pedronauck/docz/commit/0fb41c8))
* **docz-core:** add config not use specifiers ([#849](https://github.com/pedronauck/docz/issues/849)) ([d8595a9](https://github.com/pedronauck/docz/commit/d8595a9))





# [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01)


Expand Down
13 changes: 13 additions & 0 deletions core/docz-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08)


### Features

* **docz-core:** add config docgen ts resolver ([#848](https://github.com/pedronauck/docz/issues/848)) ([256b600](https://github.com/pedronauck/docz/commit/256b600))
* **docz-core:** add config not use specifiers ([#849](https://github.com/pedronauck/docz/issues/849)) ([d8595a9](https://github.com/pedronauck/docz/commit/d8595a9))
* **docz-core:** add serve command ([#855](https://github.com/pedronauck/docz/issues/855)) ([73311bd](https://github.com/pedronauck/docz/commit/73311bd))





# [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01)


Expand Down
16 changes: 8 additions & 8 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "1.1.0",
"version": "1.2.0",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -27,15 +27,15 @@
"@svgr/webpack": "^4.2.0",
"acorn": "6.0.5",
"babel-loader": "^8.0.5",
"babel-plugin-export-metadata": "^1.1.0",
"babel-plugin-export-metadata": "^1.2.0",
"babel-plugin-named-asset-import": "^0.3.2",
"babel-preset-react-app": "^9.0.0",
"cache-loader": "^3.0.0",
"chalk": "^2.4.2",
"chokidar": "^3.0.0",
"common-tags": "^1.8.0",
"detect-port": "^1.3.0",
"docz-utils": "^1.1.0",
"docz-utils": "^1.2.0",
"dotenv": "^8.0.0",
"env-dot-prop": "^2.0.1",
"express": "^4.16.4",
Expand All @@ -47,20 +47,20 @@
"get-pkg-repo": "^4.1.0",
"html-minifier": "^4.0.0",
"humanize-string": "^2.1.0",
"load-cfg": "^1.1.0",
"load-cfg": "^1.2.0",
"lodash": "^4.17.11",
"mini-html-webpack-plugin": "^0.2.3",
"p-reduce": "^2.1.0",
"react-dev-utils": "^9.0.1",
"react-docgen": "^4.1.1",
"react-docgen-actual-name-handler": "^1.1.0",
"react-docgen-actual-name-handler": "^1.2.0",
"react-docgen-external-proptypes-handler": "^1.0.2",
"react-docgen-typescript": "^1.12.4",
"react-hot-loader": "^4.8.4",
"recast": "^0.17.6",
"rehype-docz": "^1.1.0",
"rehype-docz": "^1.2.0",
"rehype-slug": "^2.0.2",
"remark-docz": "^1.1.0",
"remark-docz": "^1.2.0",
"remark-frontmatter": "^1.3.1",
"remark-parse": "^6.0.2",
"resolve": "^1.10.1",
Expand Down Expand Up @@ -95,6 +95,6 @@
"@types/webpack-dev-server": "^3.1.5",
"@types/ws": "^6.0.1",
"cpy": "^7.2.0",
"docz-rollup": "^1.1.0"
"docz-rollup": "^1.2.0"
}
}
8 changes: 8 additions & 0 deletions core/docz-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08)

**Note:** Version bump only for package docz-rollup





# [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01)

**Note:** Version bump only for package docz-rollup
Expand Down
2 changes: 1 addition & 1 deletion core/docz-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-rollup",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"main": "src/index.js",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions core/docz-theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08)


### Bug Fixes

* **docz-theme-default:** allow use of link component in ssr ([#854](https://github.com/pedronauck/docz/issues/854)) ([90c27e0](https://github.com/pedronauck/docz/commit/90c27e0)), closes [#832](https://github.com/pedronauck/docz/issues/832)
* **docz-theme-default:** useMemo with conditional ([3b653e5](https://github.com/pedronauck/docz/commit/3b653e5))





# [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01)


Expand Down
6 changes: 3 additions & 3 deletions core/docz-theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "1.1.0",
"version": "1.2.0",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
"@tippy.js/react": "^2.2.0",
"codemirror": "^5.46.0",
"copy-text-to-clipboard": "^2.1.0",
"docz": "^1.1.0",
"docz": "^1.2.0",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.6.6",
"lodash": "^4.17.11",
Expand All @@ -50,6 +50,6 @@
"@types/styled-components": "^4.1.14",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.0",
"docz-rollup": "^1.1.0"
"docz-rollup": "^1.2.0"
}
}
8 changes: 8 additions & 0 deletions core/docz-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08)

**Note:** Version bump only for package docz-utils





# [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01)

**Note:** Version bump only for package docz-utils
Expand Down
4 changes: 2 additions & 2 deletions core/docz-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-utils",
"version": "1.1.0",
"version": "1.2.0",
"description": "Some methods used and utilities used on docz",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -44,6 +44,6 @@
"unist-util-visit": "^1.4.0"
},
"devDependencies": {
"docz-rollup": "^1.1.0"
"docz-rollup": "^1.2.0"
}
}
8 changes: 8 additions & 0 deletions core/docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08)

**Note:** Version bump only for package docz





# [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01)


Expand Down
6 changes: 3 additions & 3 deletions core/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "1.1.0",
"version": "1.2.0",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@reach/router": "^1.2.1",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"docz-core": "^1.1.0",
"docz-core": "^1.2.0",
"fast-deep-equal": "^2.0.1",
"lodash": "^4.17.11",
"match-sorter": "^3.0.0",
Expand All @@ -49,7 +49,7 @@
"@types/node": "^12.0.0",
"@types/reach__router": "^1.2.4",
"@types/react": "^16.8.17",
"docz-rollup": "^1.1.0"
"docz-rollup": "^1.2.0"
},
"resolutions": {
"react": "^16.8.6"
Expand Down
8 changes: 8 additions & 0 deletions core/gatsby-theme-docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08)

**Note:** Version bump only for package gatsby-theme-docz





# [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01)


Expand Down
16 changes: 8 additions & 8 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-docz",
"version": "1.1.0",
"version": "1.2.0",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck ([email protected])",
Expand All @@ -18,13 +18,13 @@
"dependencies": {
"@mdx-js/mdx": "^1.0.18",
"@mdx-js/react": "^1.0.16",
"babel-plugin-export-metadata": "^1.1.0",
"babel-plugin-export-metadata": "^1.2.0",
"change-case": "^3.1.0",
"chokidar": "^3.0.0",
"docz": "^1.1.0",
"docz-core": "^1.1.0",
"docz-theme-default": "^1.1.0",
"docz-utils": "^1.1.0",
"docz": "^1.2.0",
"docz-core": "^1.2.0",
"docz-theme-default": "^1.2.0",
"docz-utils": "^1.2.0",
"fs-extra": "^7.0.1",
"gatsby": "^2.4.2",
"gatsby-mdx": "^0.6.3",
Expand All @@ -38,9 +38,9 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"rehype-docz": "^1.1.0",
"rehype-docz": "^1.2.0",
"rehype-slug": "^2.0.2",
"remark-docz": "^1.1.0",
"remark-docz": "^1.2.0",
"remark-frontmatter": "^1.3.1",
"styled-components": "^4.2.0",
"yargs": "^13.2.2"
Expand Down
8 changes: 8 additions & 0 deletions core/rehype-docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08)

**Note:** Version bump only for package rehype-docz





# [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01)

**Note:** Version bump only for package rehype-docz
Expand Down
8 changes: 4 additions & 4 deletions core/rehype-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-docz",
"version": "1.1.0",
"version": "1.2.0",
"description": "Rehype plugin used by docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -20,15 +20,15 @@
"test": "jest"
},
"dependencies": {
"docz-utils": "^1.1.0",
"docz-utils": "^1.2.0",
"hast-util-to-string": "^1.0.1",
"jsx-ast-utils": "^2.1.0",
"lodash": "^4.17.11",
"unist-util-is": "^2.1.2"
},
"devDependencies": {
"@mdx-js/mdx": "^1.0.18",
"docz-rollup": "^1.1.0",
"remark-docz": "^1.1.0"
"docz-rollup": "^1.2.0",
"remark-docz": "^1.2.0"
}
}
11 changes: 11 additions & 0 deletions core/remark-docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08)


### Features

* resolve markdown images ([#851](https://github.com/pedronauck/docz/issues/851)) ([0fb41c8](https://github.com/pedronauck/docz/commit/0fb41c8))





# [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01)

**Note:** Version bump only for package remark-docz
Expand Down
4 changes: 2 additions & 2 deletions core/remark-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-docz",
"version": "1.1.0",
"version": "1.2.0",
"description": "Remark plugin used by docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -27,6 +27,6 @@
},
"devDependencies": {
"@mdx-js/mdx": "^1.0.18",
"docz-rollup": "^1.1.0"
"docz-rollup": "^1.2.0"
}
}
8 changes: 8 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/pedronauck/docz/compare/v1.1.0...v1.2.0) (2019-05-08)

**Note:** Version bump only for package docz-example-basic





# [1.1.0](https://github.com/pedronauck/docz/compare/v1.0.4...v1.1.0) (2019-05-01)

**Note:** Version bump only for package docz-example-basic
Expand Down
Loading

0 comments on commit b2091fb

Please sign in to comment.