Skip to content

Commit

Permalink
Merge branch 'dev' into v1
Browse files Browse the repository at this point in the history
* dev:
  fix(docz-theme-default): fix duplicates in search (#532) (#639)
  fix(docz-theme-default): force codemirror to refresh (#637) (#638)
  added support for link to custom repository. (#595)
  v0.13.6
  fix(docz-core): happypack plugin name
  fix(docz-core): default value for arguments
  chore: update dependencies
  • Loading branch information
pedronauck committed Feb 22, 2019
2 parents d4406e0 + 042e54e commit 273e38e
Show file tree
Hide file tree
Showing 21 changed files with 932 additions and 11 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
12 changes: 12 additions & 0 deletions core/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: 8 additions & 0 deletions core/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
8 changes: 8 additions & 0 deletions core/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 core/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 core/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
2 changes: 1 addition & 1 deletion core/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
8 changes: 8 additions & 0 deletions core/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 core/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 @@ -21,7 +21,7 @@
"test": "jest"
},
"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
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
2 changes: 1 addition & 1 deletion 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 Down
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
2 changes: 1 addition & 1 deletion 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 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
2 changes: 1 addition & 1 deletion 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 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.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
2 changes: 1 addition & 1 deletion 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 Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.9.0",
"packages": ["core/**/*", "other-packages/**/*"],
"version": "0.13.5",
"version": "0.13.6",
"npmClient": "yarn",
"useWorkspaces": true
}
Loading

0 comments on commit 273e38e

Please sign in to comment.