Skip to content

Commit

Permalink
v0.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 4, 2018
1 parent 8e788ac commit bdfbe43
Show file tree
Hide file tree
Showing 28 changed files with 169 additions and 29 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)


### Bug Fixes

* babel class plugin update ([236331a](https://github.com/pedronauck/docz/commit/236331a))
* **docz-core:** add setMaxListener in the top of script ([2eef307](https://github.com/pedronauck/docz/commit/2eef307))
* **docz-core:** update react-hot-loader to support hooks ([4394a5b](https://github.com/pedronauck/docz/commit/4394a5b))


### Features

* add native support for react-native ([f998874](https://github.com/pedronauck/docz/commit/f998874))





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)


Expand Down
8 changes: 8 additions & 0 deletions examples/basic/CHANGELOG.md
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.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)

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





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)

**Note:** Version bump only for package docz-example-basic
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
@@ -1,6 +1,6 @@
{
"name": "docz-example-basic",
"version": "0.12.14",
"version": "0.12.15",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -15,6 +15,6 @@
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.11",
"docz": "^0.12.14"
"docz": "^0.12.15"
}
}
11 changes: 11 additions & 0 deletions examples/flow/CHANGELOG.md
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.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)


### Features

* add native support for react-native ([f998874](https://github.com/pedronauck/docz/commit/f998874))





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)

**Note:** Version bump only for package docz-example-flow
Expand Down
4 changes: 2 additions & 2 deletions examples/flow/package.json
@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.12.14",
"version": "0.12.15",
"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.14",
"docz": "^0.12.15",
"flow-bin": "^0.87.0",
"flow-typed": "^2.5.1"
}
Expand Down
11 changes: 11 additions & 0 deletions examples/react-native/CHANGELOG.md
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)


### Features

* add native support for react-native ([f998874](https://github.com/pedronauck/docz/commit/f998874))
4 changes: 2 additions & 2 deletions examples/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "docz-example-react-native",
"version": "0.11.0",
"version": "0.12.15",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -16,6 +16,6 @@
},
"devDependencies": {
"@babel/core": "^7.2.0",
"docz": "^0.12.14"
"docz": "^0.12.15"
}
}
8 changes: 8 additions & 0 deletions examples/styled-components/CHANGELOG.md
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.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)

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





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)

**Note:** Version bump only for package docz-example-styled-components
Expand Down
4 changes: 2 additions & 2 deletions examples/styled-components/package.json
@@ -1,6 +1,6 @@
{
"name": "docz-example-styled-components",
"version": "0.12.14",
"version": "0.12.15",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,6 +13,6 @@
"styled-components": "^4.1.2"
},
"devDependencies": {
"docz": "^0.12.14"
"docz": "^0.12.15"
}
}
8 changes: 8 additions & 0 deletions examples/typescript/CHANGELOG.md
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.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)

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





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)

**Note:** Version bump only for package docz-example-typescript
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript/package.json
@@ -1,14 +1,14 @@
{
"name": "docz-example-typescript",
"version": "0.12.14",
"version": "0.12.15",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.12.14",
"docz-core": "^0.12.14",
"docz": "^0.12.15",
"docz-core": "^0.12.15",
"emotion": "^9.2.12",
"react": "^16.6.3",
"react-dom": "^16.6.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/**/*"
],
"version": "0.12.14",
"version": "0.12.15",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/babel-preset-docz/CHANGELOG.md
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.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)


### Bug Fixes

* babel class plugin update ([236331a](https://github.com/pedronauck/docz/commit/236331a))





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)

**Note:** Version bump only for package babel-preset-docz
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-docz/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-docz",
"version": "0.12.14",
"version": "0.12.15",
"description": "Babel preset used on docz",
"license": "MIT",
"main": "dist/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/docz-core/CHANGELOG.md
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.

## [0.12.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)


### Bug Fixes

* **docz-core:** add setMaxListener in the top of script ([2eef307](https://github.com/pedronauck/docz/commit/2eef307))
* **docz-core:** update react-hot-loader to support hooks ([4394a5b](https://github.com/pedronauck/docz/commit/4394a5b))


### Features

* add native support for react-native ([f998874](https://github.com/pedronauck/docz/commit/f998874))





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)


Expand Down
12 changes: 6 additions & 6 deletions packages/docz-core/package.json
@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "0.12.14",
"version": "0.12.15",
"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.1.0",
"art-template": "^4.13.2",
"babel-loader": "^8.0.2",
"babel-preset-docz": "^0.12.14",
"babel-preset-docz": "^0.12.15",
"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.3.0",
"docz-utils": "^0.12.14",
"docz-utils": "^0.12.15",
"dotenv": "^6.1.0",
"env-dot-prop": "^1.1.0",
"fast-deep-equal": "^2.0.1",
Expand All @@ -60,16 +60,16 @@
"koa-mount": "^4.0.0",
"koa-range": "^0.3.0",
"koa-static": "^5.0.0",
"load-cfg": "^0.12.14",
"load-cfg": "^0.12.15",
"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.5.1",
"rehype-docz": "^0.12.14",
"rehype-docz": "^0.12.15",
"rehype-slug": "^2.0.2",
"remark-docz": "^0.12.14",
"remark-docz": "^0.12.15",
"remark-frontmatter": "^1.3.1",
"remark-parse": "^6.0.2",
"resolve": "^1.8.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/docz-theme-default/CHANGELOG.md
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.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)

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





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/docz-theme-default/package.json
@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "0.12.14",
"version": "0.12.15",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"codemirror": "^5.42.0",
"copy-text-to-clipboard": "^1.0.4",
"docz": "^0.12.14",
"docz": "^0.12.15",
"emotion": "^9.2.12",
"emotion-theming": "^9.2.9",
"facepaint": "^1.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/docz-utils/CHANGELOG.md
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.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)

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





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)

**Note:** Version bump only for package docz-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/docz-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "docz-utils",
"version": "0.12.14",
"version": "0.12.15",
"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
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.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)

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





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/docz/package.json
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.12.14",
"version": "0.12.15",
"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.14",
"docz-theme-default": "^0.12.14",
"docz-core": "^0.12.15",
"docz-theme-default": "^0.12.15",
"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
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.15](https://github.com/pedronauck/docz/compare/v0.12.14...v0.12.15) (2018-12-04)

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





## [0.12.14](https://github.com/pedronauck/docz/compare/v0.12.13...v0.12.14) (2018-12-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/load-cfg/package.json
@@ -1,6 +1,6 @@
{
"name": "load-cfg",
"version": "0.12.14",
"version": "0.12.15",
"description": "Method that can load project configurations based",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit bdfbe43

Please sign in to comment.