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

Commit c457ecc

Browse files
committed
v0.12.11
1 parent 43bc3fd commit c457ecc

File tree

18 files changed

+104
-18
lines changed

18 files changed

+104
-18
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.12.11](https://github.com/pedronauck/docz/compare/v0.12.10...v0.12.11) (2018-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **docz-core:** add happypack again :cry: ([f0e219e](https://github.com/pedronauck/docz/commit/f0e219e))
12+
* **docz-core:** create app files before start server ([43bc3fd](https://github.com/pedronauck/docz/commit/43bc3fd))
13+
* **docz-theme-default:** adjust z-index of menu ([ea9a864](https://github.com/pedronauck/docz/commit/ea9a864))
14+
* **docz-theme-default:** font size of heading ([5cf6144](https://github.com/pedronauck/docz/commit/5cf6144))
15+
16+
17+
18+
19+
620
## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)
721

822

examples/basic/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.12.11](https://github.com/pedronauck/docz/compare/v0.12.10...v0.12.11) (2018-11-15)
7+
8+
**Note:** Version bump only for package docz-example-basic
9+
10+
11+
12+
13+
614
## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)
715

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

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-example-basic",
3-
"version": "0.12.10",
3+
"version": "0.12.11",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"babel-plugin-emotion": "^9.2.11",
18-
"docz": "^0.12.10"
18+
"docz": "^0.12.11"
1919
}
2020
}

examples/flow/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.12.11](https://github.com/pedronauck/docz/compare/v0.12.10...v0.12.11) (2018-11-15)
7+
8+
**Note:** Version bump only for package docz-example-flow
9+
10+
11+
12+
13+
614
## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)
715

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

examples/flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-example-flow",
3-
"version": "0.12.10",
3+
"version": "0.12.11",
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": "^9.2.11",
19-
"docz": "^0.12.10",
19+
"docz": "^0.12.11",
2020
"flow-bin": "^0.86.0",
2121
"flow-typed": "^2.5.1"
2222
}

examples/styled-components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.12.11](https://github.com/pedronauck/docz/compare/v0.12.10...v0.12.11) (2018-11-15)
7+
8+
**Note:** Version bump only for package docz-example-styled-components
9+
10+
11+
12+
13+
614
## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)
715

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

examples/styled-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-example-styled-components",
3-
"version": "0.12.10",
3+
"version": "0.12.11",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
@@ -13,6 +13,6 @@
1313
"styled-components": "^4.1.1"
1414
},
1515
"devDependencies": {
16-
"docz": "^0.12.10"
16+
"docz": "^0.12.11"
1717
}
1818
}

examples/typescript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.12.11](https://github.com/pedronauck/docz/compare/v0.12.10...v0.12.11) (2018-11-15)
7+
8+
**Note:** Version bump only for package docz-example-typescript
9+
10+
11+
12+
13+
614
## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)
715

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

examples/typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "docz-example-typescript",
3-
"version": "0.12.10",
3+
"version": "0.12.11",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
77
"build": "docz build"
88
},
99
"dependencies": {
10-
"docz": "^0.12.10",
11-
"docz-core": "^0.12.10",
10+
"docz": "^0.12.11",
11+
"docz-core": "^0.12.11",
1212
"emotion": "^9.2.12",
1313
"react": "^16.6.3",
1414
"react-dom": "^16.6.3",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/**/*"
55
],
6-
"version": "0.12.10",
6+
"version": "0.12.11",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/babel-preset-docz/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.12.11](https://github.com/pedronauck/docz/compare/v0.12.10...v0.12.11) (2018-11-15)
7+
8+
**Note:** Version bump only for package babel-preset-docz
9+
10+
11+
12+
13+
614
## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)
715

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

packages/babel-preset-docz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-docz",
3-
"version": "0.12.10",
3+
"version": "0.12.11",
44
"description": "Babel preset used on docz",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/docz-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.12.11](https://github.com/pedronauck/docz/compare/v0.12.10...v0.12.11) (2018-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **docz-core:** add happypack again :cry: ([f0e219e](https://github.com/pedronauck/docz/commit/f0e219e))
12+
* **docz-core:** create app files before start server ([43bc3fd](https://github.com/pedronauck/docz/commit/43bc3fd))
13+
14+
15+
16+
17+
618
## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)
719

820

packages/docz-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-core",
3-
"version": "0.12.10",
3+
"version": "0.12.11",
44
"description": "All docz core logic of bundle and parsing is included on this package",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -32,7 +32,7 @@
3232
"@svgr/webpack": "^4.0.3",
3333
"art-template": "^4.13.2",
3434
"babel-loader": "^8.0.2",
35-
"babel-preset-docz": "^0.12.10",
35+
"babel-preset-docz": "^0.12.11",
3636
"babylon": "^6.18.0",
3737
"cache-loader": "^1.2.5",
3838
"chalk": "^2.4.1",

packages/docz-theme-default/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.12.11](https://github.com/pedronauck/docz/compare/v0.12.10...v0.12.11) (2018-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **docz-theme-default:** adjust z-index of menu ([ea9a864](https://github.com/pedronauck/docz/commit/ea9a864))
12+
* **docz-theme-default:** font size of heading ([5cf6144](https://github.com/pedronauck/docz/commit/5cf6144))
13+
14+
15+
16+
17+
618
## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)
719

820

packages/docz-theme-default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-theme-default",
3-
"version": "0.12.10",
3+
"version": "0.12.11",
44
"description": "The default theme of docz",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"codemirror": "^5.41.0",
2525
"copy-text-to-clipboard": "^1.0.4",
26-
"docz": "^0.12.10",
26+
"docz": "^0.12.11",
2727
"emotion": "^9.2.12",
2828
"emotion-theming": "^9.2.9",
2929
"facepaint": "^1.2.1",

packages/docz/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.12.11](https://github.com/pedronauck/docz/compare/v0.12.10...v0.12.11) (2018-11-15)
7+
8+
**Note:** Version bump only for package docz
9+
10+
11+
12+
13+
614
## [0.12.10](https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10) (2018-11-15)
715

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

packages/docz/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz",
3-
"version": "0.12.10",
3+
"version": "0.12.11",
44
"description": "It's has never been so easy to documents your things!",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -33,8 +33,8 @@
3333
"callbag-subject": "^1.0.2",
3434
"capitalize": "^2.0.0",
3535
"deepmerge": "^2.2.1",
36-
"docz-core": "^0.12.10",
37-
"docz-theme-default": "^0.12.10",
36+
"docz-core": "^0.12.11",
37+
"docz-theme-default": "^0.12.11",
3838
"fast-deep-equal": "^2.0.1",
3939
"lodash": "^4.17.11",
4040
"prop-types": "^15.6.2",

0 commit comments

Comments
 (0)