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

Commit

Permalink
v0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 26, 2018
1 parent cbf7692 commit 3016ee2
Show file tree
Hide file tree
Showing 24 changed files with 128 additions and 24 deletions.
12 changes: 12 additions & 0 deletions 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.

## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)


### Bug Fixes

* **docz-core:** default value for arguments ([5644343](https://github.com/pedronauck/docz/commit/5644343))
* **docz-core:** happypack plugin name ([cbf7692](https://github.com/pedronauck/docz/commit/cbf7692))





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)


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.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**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.13.5",
"version": "0.13.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -15,6 +15,6 @@
},
"devDependencies": {
"babel-plugin-emotion": "^10.0.5",
"docz": "^0.13.5"
"docz": "^0.13.6"
}
}
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.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**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.13.5",
"version": "0.13.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-plugin-emotion": "^10.0.5",
"docz": "^0.13.5",
"docz": "^0.13.6",
"flow-bin": "^0.89.0",
"flow-typed": "^2.5.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/react-native/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.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

**Note:** Version bump only for package docz-example-react-native





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**Note:** Version bump only for package docz-example-react-native
Expand Down
4 changes: 2 additions & 2 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-react-native",
"version": "0.13.5",
"version": "0.13.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -16,6 +16,6 @@
},
"devDependencies": {
"@babel/core": "^7.2.0",
"docz": "^0.13.5"
"docz": "^0.13.6"
}
}
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.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**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.13.5",
"version": "0.13.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,6 +13,6 @@
"styled-components": "^4.1.3"
},
"devDependencies": {
"docz": "^0.13.5"
"docz": "^0.13.6"
}
}
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.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**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,6 +1,6 @@
{
"name": "docz-example-typescript",
"version": "0.13.5",
"version": "0.13.6",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -9,8 +9,8 @@
"dependencies": {
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"docz": "^0.13.5",
"docz-core": "^0.13.5",
"docz": "^0.13.6",
"docz-core": "^0.13.6",
"react": "^16.7.0",
"react-dom": "^16.7.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.13.5",
"version": "0.13.6",
"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.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**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.13.5",
"version": "0.13.6",
"description": "Babel preset used on docz",
"license": "MIT",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/docz-core/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.

## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)


### Bug Fixes

* **docz-core:** default value for arguments ([5644343](https://github.com/pedronauck/docz/commit/5644343))
* **docz-core:** happypack plugin name ([cbf7692](https://github.com/pedronauck/docz/commit/cbf7692))





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)


Expand Down
8 changes: 4 additions & 4 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.13.5",
"version": "0.13.6",
"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.13.5",
"babel-preset-docz": "^0.13.6",
"babylon": "^6.18.0",
"cache-loader": "^2.0.0",
"chalk": "^2.4.1",
Expand All @@ -41,7 +41,7 @@
"cpy": "^7.0.1",
"deepmerge": "^3.0.0",
"detect-port": "^1.3.0",
"docz-utils": "^0.13.5",
"docz-utils": "^0.13.6",
"dotenv": "^6.2.0",
"env-dot-prop": "^2.0.1",
"express": "^4.16.4",
Expand All @@ -64,7 +64,7 @@
"react-dev-utils": "^7.0.0",
"react-docgen-typescript-loader": "^3.0.0-rc.0",
"react-hot-loader": "^4.6.3",
"rehype-docz": "^0.13.5",
"rehype-docz": "^0.13.6",
"rehype-slug": "^2.0.2",
"remark-docz": "^0.13.3",
"remark-frontmatter": "^1.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/docz-theme-default/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.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)


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.13.5",
"version": "0.13.6",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
"@emotion/styled": "^10.0.5",
"codemirror": "^5.42.2",
"copy-text-to-clipboard": "^1.0.4",
"docz": "^0.13.5",
"docz": "^0.13.6",
"emotion-theming": "^10.0.5",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)


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.13.5",
"version": "0.13.6",
"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.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**Note:** Version bump only for package docz
Expand Down
4 changes: 2 additions & 2 deletions packages/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "0.13.5",
"version": "0.13.6",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"callbag-subject": "^1.0.2",
"capitalize": "^2.0.0",
"deepmerge": "^3.0.0",
"docz-core": "^0.13.5",
"docz-core": "^0.13.6",
"fast-deep-equal": "^2.0.1",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
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.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-docz",
"version": "0.13.5",
"version": "0.13.6",
"description": "Rehype plugin used by docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
"tslint": "tslint --project ."
},
"dependencies": {
"docz-utils": "^0.13.5",
"docz-utils": "^0.13.6",
"hast-util-to-string": "^1.0.1",
"jsx-ast-utils": "^2.0.1",
"lodash.flatten": "^4.4.0",
Expand Down

0 comments on commit 3016ee2

Please sign in to comment.