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

Commit 0b5ace2

Browse files
committed
v0.13.1
1 parent 01f568e commit 0b5ace2

18 files changed

+95
-17
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/pedronauck/docz/compare/v0.13.0...v0.13.1) (2018-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **docz-core:** typescript loader config ([01f568e](https://github.com/pedronauck/docz/commit/01f568e))
12+
13+
14+
15+
16+
617
# [0.13.0](https://github.com/pedronauck/docz/compare/v0.12.17...v0.13.0) (2018-12-17)
718

819

examples/basic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/pedronauck/docz/compare/v0.13.0...v0.13.1) (2018-12-17)
7+
8+
**Note:** Version bump only for package docz-example-basic
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/pedronauck/docz/compare/v0.12.17...v0.13.0) (2018-12-17)
715

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

examples/basic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-example-basic",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"babel-plugin-emotion": "^10.0.5",
18-
"docz": "^0.13.0"
18+
"docz": "^0.13.1"
1919
}
2020
}

examples/flow/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/pedronauck/docz/compare/v0.13.0...v0.13.1) (2018-12-17)
7+
8+
**Note:** Version bump only for package docz-example-flow
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/pedronauck/docz/compare/v0.12.17...v0.13.0) (2018-12-17)
715

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

examples/flow/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-example-flow",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@babel/preset-flow": "^7.0.0",
1818
"babel-plugin-emotion": "^10.0.5",
19-
"docz": "^0.13.0",
19+
"docz": "^0.13.1",
2020
"flow-bin": "^0.89.0",
2121
"flow-typed": "^2.5.1"
2222
}

examples/react-native/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/pedronauck/docz/compare/v0.13.0...v0.13.1) (2018-12-17)
7+
8+
**Note:** Version bump only for package docz-example-react-native
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/pedronauck/docz/compare/v0.12.17...v0.13.0) (2018-12-17)
715

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

examples/react-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-example-react-native",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.2.0",
19-
"docz": "^0.13.0"
19+
"docz": "^0.13.1"
2020
}
2121
}

examples/styled-components/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/pedronauck/docz/compare/v0.13.0...v0.13.1) (2018-12-17)
7+
8+
**Note:** Version bump only for package docz-example-styled-components
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/pedronauck/docz/compare/v0.12.17...v0.13.0) (2018-12-17)
715

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

examples/styled-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-example-styled-components",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
@@ -13,6 +13,6 @@
1313
"styled-components": "^4.1.3"
1414
},
1515
"devDependencies": {
16-
"docz": "^0.13.0"
16+
"docz": "^0.13.1"
1717
}
1818
}

examples/typescript/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/pedronauck/docz/compare/v0.13.0...v0.13.1) (2018-12-17)
7+
8+
**Note:** Version bump only for package docz-example-typescript
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/pedronauck/docz/compare/v0.12.17...v0.13.0) (2018-12-17)
715

816

examples/typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-example-typescript",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
@@ -9,8 +9,8 @@
99
"dependencies": {
1010
"@emotion/core": "^10.0.5",
1111
"@emotion/styled": "^10.0.5",
12-
"docz": "^0.13.0",
13-
"docz-core": "^0.13.0",
12+
"docz": "^0.13.1",
13+
"docz-core": "^0.13.1",
1414
"react": "^16.6.3",
1515
"react-dom": "^16.6.3"
1616
},

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/**/*"
55
],
6-
"version": "0.13.0",
6+
"version": "0.13.1",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/docz-core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/pedronauck/docz/compare/v0.13.0...v0.13.1) (2018-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **docz-core:** typescript loader config ([01f568e](https://github.com/pedronauck/docz/commit/01f568e))
12+
13+
14+
15+
16+
617
# [0.13.0](https://github.com/pedronauck/docz/compare/v0.12.17...v0.13.0) (2018-12-17)
718

819

packages/docz-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-core",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "All docz core logic of bundle and parsing is included on this package",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/docz-theme-default/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/pedronauck/docz/compare/v0.13.0...v0.13.1) (2018-12-17)
7+
8+
**Note:** Version bump only for package docz-theme-default
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/pedronauck/docz/compare/v0.12.17...v0.13.0) (2018-12-17)
715

816

packages/docz-theme-default/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-theme-default",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "The default theme of docz",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -25,7 +25,7 @@
2525
"@emotion/styled": "^10.0.5",
2626
"codemirror": "^5.42.0",
2727
"copy-text-to-clipboard": "^1.0.4",
28-
"docz": "^0.13.0",
28+
"docz": "^0.13.1",
2929
"emotion-theming": "^10.0.5",
3030
"facepaint": "^1.2.1",
3131
"hotkeys-js": "^3.4.1",

packages/docz/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/pedronauck/docz/compare/v0.13.0...v0.13.1) (2018-12-17)
7+
8+
**Note:** Version bump only for package docz
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/pedronauck/docz/compare/v0.12.17...v0.13.0) (2018-12-17)
715

816

packages/docz/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "It's has never been so easy to documents your things!",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -33,7 +33,7 @@
3333
"callbag-subject": "^1.0.2",
3434
"capitalize": "^2.0.0",
3535
"deepmerge": "^3.0.0",
36-
"docz-core": "^0.13.0",
36+
"docz-core": "^0.13.1",
3737
"fast-deep-equal": "^2.0.1",
3838
"lodash": "^4.17.11",
3939
"prop-types": "^15.6.2",

0 commit comments

Comments
 (0)