Skip to content

Commit

Permalink
v0.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Nov 15, 2018
1 parent 33dc6e5 commit bebc87d
Show file tree
Hide file tree
Showing 24 changed files with 161 additions and 25 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)


### Bug Fixes

* **docz-core:** add cache just for non-debug ([cede436](https://github.com/pedronauck/docz/commit/cede436))
* **docz-core:** add default favicon ([a0ed2ab](https://github.com/pedronauck/docz/commit/a0ed2ab))
* **docz-core:** add ignore md files by args ([d8c8045](https://github.com/pedronauck/docz/commit/d8c8045))
* **docz-core:** kill server on signals ([be0855f](https://github.com/pedronauck/docz/commit/be0855f))
* **docz-core:** use assets from public folder ([210c3a1](https://github.com/pedronauck/docz/commit/210c3a1))
* **docz-theme-default:** add styles or classname on playground ([01110d4](https://github.com/pedronauck/docz/commit/01110d4))
* **docz-utils:** resolve codesandbox code ([33dc6e5](https://github.com/pedronauck/docz/commit/33dc6e5))


### Features

* **docz-core:** add detect-one-changed in development ([#433](https://github.com/pedronauck/docz/issues/433)) ([0585b97](https://github.com/pedronauck/docz/commit/0585b97))
* **docz-core:** add two new plugin hooks ([#431](https://github.com/pedronauck/docz/issues/431)) ([f4a122f](https://github.com/pedronauck/docz/commit/f4a122f))
* **docz-theme-default:** show and hide playground ([b665f81](https://github.com/pedronauck/docz/commit/b665f81))





## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)


Expand Down
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.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)

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





## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)

**Note:** Version bump only for package docz-example-basic
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.12.9",
"version": "0.12.10",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -15,6 +15,6 @@
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.11",
"docz": "^0.12.9"
"docz": "^0.12.10"
}
}
8 changes: 8 additions & 0 deletions examples/flow/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.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)

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





## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)

**Note:** Version bump only for package docz-example-flow
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.12.9",
"version": "0.12.10",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-plugin-emotion": "^9.2.11",
"docz": "^0.12.9",
"docz": "^0.12.10",
"flow-bin": "^0.86.0",
"flow-typed": "^2.5.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/styled-components/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.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)

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





## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)

**Note:** Version bump only for package docz-example-styled-components
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.12.9",
"version": "0.12.10",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,6 +13,6 @@
"styled-components": "^4.1.1"
},
"devDependencies": {
"docz": "^0.12.9"
"docz": "^0.12.10"
}
}
8 changes: 8 additions & 0 deletions examples/typescript/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.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)

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





## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)

**Note:** Version bump only for package docz-example-typescript
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.12.9",
"version": "0.12.10",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.12.9",
"docz-core": "^0.12.9",
"docz": "^0.12.10",
"docz-core": "^0.12.10",
"emotion": "^9.2.12",
"react": "^16.6.3",
"react-dom": "^16.6.3",
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.12.9",
"version": "0.12.10",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/babel-preset-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.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)

**Note:** Version bump only for package babel-preset-docz





## [0.12.6](https://github.com/pedronauck/docz/compare/v0.12.5...v0.12.6) (2018-10-30)

**Note:** Version bump only for package babel-preset-docz
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-docz",
"version": "0.12.6",
"version": "0.12.10",
"description": "Babel preset used on docz",
"license": "MIT",
"main": "dist/index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/docz-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)


### Bug Fixes

* **docz-core:** add cache just for non-debug ([cede436](https://github.com/pedronauck/docz/commit/cede436))
* **docz-core:** add default favicon ([a0ed2ab](https://github.com/pedronauck/docz/commit/a0ed2ab))
* **docz-core:** add ignore md files by args ([d8c8045](https://github.com/pedronauck/docz/commit/d8c8045))
* **docz-core:** kill server on signals ([be0855f](https://github.com/pedronauck/docz/commit/be0855f))
* **docz-core:** use assets from public folder ([210c3a1](https://github.com/pedronauck/docz/commit/210c3a1))


### Features

* **docz-core:** add detect-one-changed in development ([#433](https://github.com/pedronauck/docz/issues/433)) ([0585b97](https://github.com/pedronauck/docz/commit/0585b97))
* **docz-core:** add two new plugin hooks ([#431](https://github.com/pedronauck/docz/issues/431)) ([f4a122f](https://github.com/pedronauck/docz/commit/f4a122f))





## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)

**Note:** Version bump only for package docz-core
Expand Down
10 changes: 5 additions & 5 deletions packages/docz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "0.12.9",
"version": "0.12.10",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@svgr/webpack": "^4.0.3",
"art-template": "^4.13.2",
"babel-loader": "^8.0.2",
"babel-preset-docz": "^0.12.6",
"babel-preset-docz": "^0.12.10",
"babylon": "^6.18.0",
"cache-loader": "^1.2.5",
"chalk": "^2.4.1",
Expand All @@ -42,7 +42,7 @@
"cpy": "^7.0.1",
"deepmerge": "^2.2.1",
"detect-port": "^1.2.3",
"docz-utils": "^0.12.9",
"docz-utils": "^0.12.10",
"dotenv": "^6.1.0",
"env-dot-prop": "^1.0.2",
"fast-deep-equal": "^2.0.1",
Expand All @@ -59,14 +59,14 @@
"koa-mount": "^4.0.0",
"koa-range": "^0.3.0",
"koa-static": "^5.0.0",
"load-cfg": "^0.12.6",
"load-cfg": "^0.12.10",
"lodash.get": "^4.4.2",
"mini-html-webpack-plugin": "^0.2.3",
"p-reduce": "^1.0.0",
"react-dev-utils": "^6.1.1",
"react-docgen-typescript-loader": "^3.0.0-rc.0",
"react-hot-loader": "4.3.12",
"rehype-docz": "^0.12.9",
"rehype-docz": "^0.12.10",
"rehype-slug": "^2.0.1",
"remark-docz": "^0.12.2",
"remark-frontmatter": "^1.2.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/docz-theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)


### Bug Fixes

* **docz-theme-default:** add styles or classname on playground ([01110d4](https://github.com/pedronauck/docz/commit/01110d4))


### Features

* **docz-theme-default:** show and hide playground ([b665f81](https://github.com/pedronauck/docz/commit/b665f81))





## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)


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.12.9",
"version": "0.12.10",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"codemirror": "^5.41.0",
"copy-text-to-clipboard": "^1.0.4",
"docz": "^0.12.9",
"docz": "^0.12.10",
"emotion": "^9.2.12",
"emotion-theming": "^9.2.9",
"facepaint": "^1.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/docz-utils/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.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)


### Bug Fixes

* **docz-utils:** resolve codesandbox code ([33dc6e5](https://github.com/pedronauck/docz/commit/33dc6e5))





## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/docz-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-utils",
"version": "0.12.9",
"version": "0.12.10",
"description": "Some methods used and utilities used on docz",
"license": "MIT",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)

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





## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)


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.12.9",
"version": "0.12.10",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"callbag-subject": "^1.0.2",
"capitalize": "^2.0.0",
"deepmerge": "^2.2.1",
"docz-core": "^0.12.9",
"docz-theme-default": "^0.12.9",
"docz-core": "^0.12.10",
"docz-theme-default": "^0.12.10",
"fast-deep-equal": "^2.0.1",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/load-cfg/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.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)

**Note:** Version bump only for package load-cfg





## [0.12.6](https://github.com/pedronauck/docz/compare/v0.12.5...v0.12.6) (2018-10-30)

**Note:** Version bump only for package load-cfg
Expand Down
2 changes: 1 addition & 1 deletion packages/load-cfg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "load-cfg",
"version": "0.12.6",
"version": "0.12.10",
"description": "Method that can load project configurations based",
"license": "MIT",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)

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





## [0.12.9](https://github.com/pedronauck/docz/compare/v0.12.8...v0.12.9) (2018-11-01)

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

0 comments on commit bebc87d

Please sign in to comment.