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

Commit

Permalink
v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Aug 16, 2018
1 parent 035ec02 commit 8c39815
Show file tree
Hide file tree
Showing 34 changed files with 269 additions and 45 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)


### Bug Fixes

* **docz-example-flow:** scale and outline props ([#211](https://github.com/pedronauck/docz/issues/211)) ([3709f88](https://github.com/pedronauck/docz/commit/3709f88))
* bug template typo ([#197](https://github.com/pedronauck/docz/issues/197)) ([fce98c4](https://github.com/pedronauck/docz/commit/fce98c4))
* bug template typo ([#197](https://github.com/pedronauck/docz/issues/197)) ([497fcfb](https://github.com/pedronauck/docz/commit/497fcfb))
* **docz:** add initial loading as true ([3f05536](https://github.com/pedronauck/docz/commit/3f05536))
* **docz-core:** correct data server websocket port ([47fe714](https://github.com/pedronauck/docz/commit/47fe714))
* **docz-core:** prevent crash on delete entry ([28e1728](https://github.com/pedronauck/docz/commit/28e1728))
* **docz-core:** prevent crash when not have cache ([bf59403](https://github.com/pedronauck/docz/commit/bf59403))
* **docz-core:** prevent delete entire app folder on build ([e345896](https://github.com/pedronauck/docz/commit/e345896))
* prevent codemirror bug on build ([4b2f2fe](https://github.com/pedronauck/docz/commit/4b2f2fe))
* **docz-core:** remove data server cache :confused: ([794d048](https://github.com/pedronauck/docz/commit/794d048))
* **docz-core:** try catch on get repo info ([2016736](https://github.com/pedronauck/docz/commit/2016736))
* **docz-example-typescript:** fix dependencies ([#222](https://github.com/pedronauck/docz/issues/222)) ([67e68aa](https://github.com/pedronauck/docz/commit/67e68aa))
* **docz-theme-default:** add playground min-height just on fullscreen ([a82903a](https://github.com/pedronauck/docz/commit/a82903a))
* **docz-theme-default:** playground overflow on mobile ([0da6556](https://github.com/pedronauck/docz/commit/0da6556))
* **docz-theme-default:** use padding on link instead of margin ([b15457c](https://github.com/pedronauck/docz/commit/b15457c))
* **rehype-docz:** add props on playground scope ([ee4b6c0](https://github.com/pedronauck/docz/commit/ee4b6c0))
* **rehype-docz:** allow ticks and backticks inside playground ([#203](https://github.com/pedronauck/docz/issues/203)) ([fa4ff40](https://github.com/pedronauck/docz/commit/fa4ff40))


### Features

* **docz:** fetch data on documents ([04ff0d6](https://github.com/pedronauck/docz/commit/04ff0d6))
* **docz-core:** add cache system for entries ([b90e598](https://github.com/pedronauck/docz/commit/b90e598))
* add github repository link ([1a5de2b](https://github.com/pedronauck/docz/commit/1a5de2b))
* allow edit code inside playground ([#205](https://github.com/pedronauck/docz/issues/205)) ([4f948f7](https://github.com/pedronauck/docz/commit/4f948f7))
* **docz-core:** add editBranch option to mount repo link ([c619d9c](https://github.com/pedronauck/docz/commit/c619d9c))
* **docz-core:** add htmlContext and mini-html-webpack-plugin ([4b6ec0f](https://github.com/pedronauck/docz/commit/4b6ec0f))
* **docz-core:** resolve markdown files by default ([#210](https://github.com/pedronauck/docz/issues/210)) ([e0a95b3](https://github.com/pedronauck/docz/commit/e0a95b3))




<a name="0.10.2"></a>
## [0.10.2](https://github.com/pedronauck/docz/compare/v0.10.1...v0.10.2) (2018-08-13)

Expand Down
8 changes: 8 additions & 0 deletions examples/babel6/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.

<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)




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

<a name="0.10.2"></a>
## [0.10.2](https://github.com/pedronauck/docz/compare/v0.10.1...v0.10.2) (2018-08-13)

Expand Down
8 changes: 4 additions & 4 deletions examples/babel6/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docz-example-babel6",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.10.2",
"docz-core": "^0.10.2",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"emotion": "^9.2.6",
"prop-types": "^15.6.2",
"react": "^16.4.2",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.6",
"docz-plugin-babel6": "^0.10.2",
"docz-plugin-babel6": "^0.10.3",
"typescript": "^3.0.1"
}
}
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.

<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)




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

<a name="0.10.2"></a>
## [0.10.2](https://github.com/pedronauck/docz/compare/v0.10.1...v0.10.2) (2018-08-13)

Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docz-example-basic",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.10.2",
"docz-core": "^0.10.2",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"emotion": "^9.2.6",
"prop-types": "^15.6.2",
"react": "^16.4.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/css-less/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.

<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)




**Note:** Version bump only for package docz-example-css-less

<a name="0.10.2"></a>
## [0.10.2](https://github.com/pedronauck/docz/compare/v0.10.1...v0.10.2) (2018-08-13)

Expand Down
8 changes: 4 additions & 4 deletions examples/css-less/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "docz-example-css-less",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.10.2",
"docz-core": "^0.10.2",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz-plugin-css": "^0.10.2"
"docz-plugin-css": "^0.10.3"
}
}
8 changes: 8 additions & 0 deletions examples/css-postcss/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.

<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)




**Note:** Version bump only for package docz-example-css-postcss

<a name="0.10.2"></a>
## [0.10.2](https://github.com/pedronauck/docz/compare/v0.10.1...v0.10.2) (2018-08-13)

Expand Down
8 changes: 4 additions & 4 deletions examples/css-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "docz-example-css-postcss",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.10.2",
"docz-core": "^0.10.2",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz-plugin-css": "^0.10.2"
"docz-plugin-css": "^0.10.3"
}
}
8 changes: 8 additions & 0 deletions examples/css-sass/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.

<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)




**Note:** Version bump only for package docz-example-css-sass

<a name="0.10.2"></a>
## [0.10.2](https://github.com/pedronauck/docz/compare/v0.10.1...v0.10.2) (2018-08-13)

Expand Down
8 changes: 4 additions & 4 deletions examples/css-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "docz-example-css-sass",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.10.2",
"docz-core": "^0.10.2",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz-plugin-css": "^0.10.2"
"docz-plugin-css": "^0.10.3"
}
}
8 changes: 8 additions & 0 deletions examples/css-stylus/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.

<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)




**Note:** Version bump only for package docz-example-css-stylus

<a name="0.10.2"></a>
## [0.10.2](https://github.com/pedronauck/docz/compare/v0.10.1...v0.10.2) (2018-08-13)

Expand Down
8 changes: 4 additions & 4 deletions examples/css-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "docz-example-css-stylus",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.10.2",
"docz-core": "^0.10.2",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz-plugin-css": "^0.10.2"
"docz-plugin-css": "^0.10.3"
}
}
11 changes: 11 additions & 0 deletions examples/flow/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.

<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)


### Bug Fixes

* **docz-example-flow:** scale and outline props ([#211](https://github.com/pedronauck/docz/issues/211)) ([3709f88](https://github.com/pedronauck/docz/commit/3709f88))




<a name="0.10.2"></a>
## [0.10.2](https://github.com/pedronauck/docz/compare/v0.10.1...v0.10.2) (2018-08-13)

Expand Down
4 changes: 2 additions & 2 deletions examples/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docz-example-flow",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-beta.55",
"docz": "^0.10.2",
"docz": "^0.10.3",
"emotion": "^9.2.6",
"prop-types": "^15.6.2",
"react": "^16.4.2",
Expand Down
11 changes: 11 additions & 0 deletions examples/typescript/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.

<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)


### Bug Fixes

* **docz-example-typescript:** fix dependencies ([#222](https://github.com/pedronauck/docz/issues/222)) ([67e68aa](https://github.com/pedronauck/docz/commit/67e68aa))




<a name="0.10.2"></a>
## [0.10.2](https://github.com/pedronauck/docz/compare/v0.10.1...v0.10.2) (2018-08-13)

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.10.2",
"version": "0.10.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.10.2",
"docz-core": "^0.10.2",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"emotion": "^9.2.6",
"react": "^16.4.2",
"react-dom": "^16.4.2",
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.10.2",
"version": "0.10.3",
"npmClient": "yarn",
"useWorkspaces": true
}
26 changes: 26 additions & 0 deletions packages/docz-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.10.3"></a>
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)


### Bug Fixes

* prevent codemirror bug on build ([4b2f2fe](https://github.com/pedronauck/docz/commit/4b2f2fe))
* **docz-core:** correct data server websocket port ([47fe714](https://github.com/pedronauck/docz/commit/47fe714))
* **docz-core:** prevent crash on delete entry ([28e1728](https://github.com/pedronauck/docz/commit/28e1728))
* **docz-core:** prevent crash when not have cache ([bf59403](https://github.com/pedronauck/docz/commit/bf59403))
* **docz-core:** prevent delete entire app folder on build ([e345896](https://github.com/pedronauck/docz/commit/e345896))
* **docz-core:** remove data server cache :confused: ([794d048](https://github.com/pedronauck/docz/commit/794d048))
* **docz-core:** try catch on get repo info ([2016736](https://github.com/pedronauck/docz/commit/2016736))


### Features

* **docz-core:** add cache system for entries ([b90e598](https://github.com/pedronauck/docz/commit/b90e598))
* add github repository link ([1a5de2b](https://github.com/pedronauck/docz/commit/1a5de2b))
* **docz-core:** add editBranch option to mount repo link ([c619d9c](https://github.com/pedronauck/docz/commit/c619d9c))
* **docz-core:** add htmlContext and mini-html-webpack-plugin ([4b6ec0f](https://github.com/pedronauck/docz/commit/4b6ec0f))
* **docz-core:** resolve markdown files by default ([#210](https://github.com/pedronauck/docz/issues/210)) ([e0a95b3](https://github.com/pedronauck/docz/commit/e0a95b3))




<a name="0.10.2"></a>
## [0.10.2](https://github.com/pedronauck/docz/compare/v0.10.1...v0.10.2) (2018-08-13)

Expand Down
Loading

0 comments on commit 8c39815

Please sign in to comment.