Skip to content

Commit

Permalink
v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Sep 11, 2018
1 parent 2580712 commit fa4a649
Show file tree
Hide file tree
Showing 16 changed files with 124 additions and 16 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)


### Bug Fixes

* **docz:** prevent crash when use imported props ([ef6de9d](https://github.com/pedronauck/docz/commit/ef6de9d))
* **docz-core:** add watcher outside of update method scope ([18c744d](https://github.com/pedronauck/docz/commit/18c744d))
* **docz-core:** prevent entries block when parse mdx crash ([07ae769](https://github.com/pedronauck/docz/commit/07ae769))
* **docz-core:** remove https option and fix message ([#321](https://github.com/pedronauck/docz/issues/321)) ([ea88841](https://github.com/pedronauck/docz/commit/ea88841))
* **docz-theme-default:** scrolling and overflows performance ([a28ab79](https://github.com/pedronauck/docz/commit/a28ab79))
* heading hash link with hash router config ([7d7f557](https://github.com/pedronauck/docz/commit/7d7f557))


### Features

* add native config for doczrc ([2580712](https://github.com/pedronauck/docz/commit/2580712))





<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

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

<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)

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





<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-basic",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -15,6 +15,6 @@
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.8",
"docz": "^0.11.1"
"docz": "^0.11.2"
}
}
9 changes: 9 additions & 0 deletions examples/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)

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





<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

Expand Down
4 changes: 2 additions & 2 deletions examples/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-plugin-emotion": "^9.2.8",
"docz": "^0.11.1",
"docz": "^0.11.2",
"flow-bin": "^0.80.0",
"flow-typed": "^2.5.1"
}
Expand Down
9 changes: 9 additions & 0 deletions examples/styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)

**Note:** Version bump only for package docz-example-styled-components





<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

Expand Down
4 changes: 2 additions & 2 deletions examples/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-styled-components",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,6 +13,6 @@
"styled-components": "^3.4.5"
},
"devDependencies": {
"docz": "^0.11.1"
"docz": "^0.11.2"
}
}
9 changes: 9 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)

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





<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

Expand Down
6 changes: 3 additions & 3 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docz-example-typescript",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.11.1",
"docz-core": "^0.11.1",
"docz": "^0.11.2",
"docz-core": "^0.11.2",
"emotion": "^9.2.8",
"react": "^16.5.0",
"react-dom": "^16.5.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/**/*"
],
"version": "0.11.1",
"version": "0.11.2",
"npmClient": "yarn",
"useWorkspaces": true
}
20 changes: 20 additions & 0 deletions packages/docz-core/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.

<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)


### Bug Fixes

* **docz-core:** add watcher outside of update method scope ([18c744d](https://github.com/pedronauck/docz/commit/18c744d))
* **docz-core:** prevent entries block when parse mdx crash ([07ae769](https://github.com/pedronauck/docz/commit/07ae769))
* **docz-core:** remove https option and fix message ([#321](https://github.com/pedronauck/docz/issues/321)) ([ea88841](https://github.com/pedronauck/docz/commit/ea88841))
* heading hash link with hash router config ([7d7f557](https://github.com/pedronauck/docz/commit/7d7f557))


### Features

* add native config for doczrc ([2580712](https://github.com/pedronauck/docz/commit/2580712))





<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/docz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "0.11.1",
"version": "0.11.2",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/docz-theme-default/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.

<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)


### Bug Fixes

* **docz-theme-default:** scrolling and overflows performance ([a28ab79](https://github.com/pedronauck/docz/commit/a28ab79))
* heading hash link with hash router config ([7d7f557](https://github.com/pedronauck/docz/commit/7d7f557))





<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

Expand Down
4 changes: 2 additions & 2 deletions packages/docz-theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "0.11.1",
"version": "0.11.2",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"codemirror": "^5.40.0",
"copy-text-to-clipboard": "^1.0.4",
"docz": "^0.11.1",
"docz": "^0.11.2",
"emotion": "^9.2.8",
"emotion-theming": "^9.2.6",
"facepaint": "^1.2.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)


### Bug Fixes

* **docz:** prevent crash when use imported props ([ef6de9d](https://github.com/pedronauck/docz/commit/ef6de9d))


### Features

* add native config for doczrc ([2580712](https://github.com/pedronauck/docz/commit/2580712))





<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

Expand Down
6 changes: 3 additions & 3 deletions packages/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.11.1",
"version": "0.11.2",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"capitalize": "^1.0.0",
"create-react-context": "^0.2.3",
"deepmerge": "^2.1.1",
"docz-core": "^0.11.1",
"docz-theme-default": "^0.11.1",
"docz-core": "^0.11.2",
"docz-theme-default": "^0.11.2",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-copy-write": "^0.8.0",
Expand Down

0 comments on commit fa4a649

Please sign in to comment.