This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 18 files changed +104
-18
lines changed 18 files changed +104
-18
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
20
## [ 0.12.10] ( https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10 ) (2018-11-15)
7
21
8
22
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.12.10] ( https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10 ) (2018-11-15)
7
15
8
16
** Note:** Version bump only for package docz-example-basic
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-basic" ,
3
- "version" : " 0.12.10 " ,
3
+ "version" : " 0.12.11 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"dev" : " docz dev" ,
15
15
},
16
16
"devDependencies" : {
17
17
"babel-plugin-emotion" : " ^9.2.11" ,
18
- "docz" : " ^0.12.10 "
18
+ "docz" : " ^0.12.11 "
19
19
}
20
20
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.12.10] ( https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10 ) (2018-11-15)
7
15
8
16
** Note:** Version bump only for package docz-example-flow
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-flow" ,
3
- "version" : " 0.12.10 " ,
3
+ "version" : " 0.12.11 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"dev" : " docz dev" ,
16
16
"devDependencies" : {
17
17
"@babel/preset-flow" : " ^7.0.0" ,
18
18
"babel-plugin-emotion" : " ^9.2.11" ,
19
- "docz" : " ^0.12.10 " ,
19
+ "docz" : " ^0.12.11 " ,
20
20
"flow-bin" : " ^0.86.0" ,
21
21
"flow-typed" : " ^2.5.1"
22
22
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.12.10] ( https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10 ) (2018-11-15)
7
15
8
16
** Note:** Version bump only for package docz-example-styled-components
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-styled-components" ,
3
- "version" : " 0.12.10 " ,
3
+ "version" : " 0.12.11 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"dev" : " docz dev" ,
13
13
"styled-components" : " ^4.1.1"
14
14
},
15
15
"devDependencies" : {
16
- "docz" : " ^0.12.10 "
16
+ "docz" : " ^0.12.11 "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.12.10] ( https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10 ) (2018-11-15)
7
15
8
16
** Note:** Version bump only for package docz-example-typescript
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-typescript" ,
3
- "version" : " 0.12.10 " ,
3
+ "version" : " 0.12.11 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"dev" : " docz dev" ,
7
7
"build" : " docz build"
8
8
},
9
9
"dependencies" : {
10
- "docz" : " ^0.12.10 " ,
11
- "docz-core" : " ^0.12.10 " ,
10
+ "docz" : " ^0.12.11 " ,
11
+ "docz-core" : " ^0.12.11 " ,
12
12
"emotion" : " ^9.2.12" ,
13
13
"react" : " ^16.6.3" ,
14
14
"react-dom" : " ^16.6.3" ,
Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/**/*"
5
5
],
6
- "version" : " 0.12.10 " ,
6
+ "version" : " 0.12.11 " ,
7
7
"npmClient" : " yarn" ,
8
8
"useWorkspaces" : true
9
9
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.12.10] ( https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10 ) (2018-11-15)
7
15
8
16
** Note:** Version bump only for package babel-preset-docz
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-preset-docz" ,
3
- "version" : " 0.12.10 " ,
3
+ "version" : " 0.12.11 " ,
4
4
"description" : " Babel preset used on docz" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
18
## [ 0.12.10] ( https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10 ) (2018-11-15)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-core" ,
3
- "version" : " 0.12.10 " ,
3
+ "version" : " 0.12.11 " ,
4
4
"description" : " All docz core logic of bundle and parsing is included on this package" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
32
32
"@svgr/webpack" : " ^4.0.3" ,
33
33
"art-template" : " ^4.13.2" ,
34
34
"babel-loader" : " ^8.0.2" ,
35
- "babel-preset-docz" : " ^0.12.10 " ,
35
+ "babel-preset-docz" : " ^0.12.11 " ,
36
36
"babylon" : " ^6.18.0" ,
37
37
"cache-loader" : " ^1.2.5" ,
38
38
"chalk" : " ^2.4.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
18
## [ 0.12.10] ( https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10 ) (2018-11-15)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-theme-default" ,
3
- "version" : " 0.12.10 " ,
3
+ "version" : " 0.12.11 " ,
4
4
"description" : " The default theme of docz" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
23
23
"dependencies" : {
24
24
"codemirror" : " ^5.41.0" ,
25
25
"copy-text-to-clipboard" : " ^1.0.4" ,
26
- "docz" : " ^0.12.10 " ,
26
+ "docz" : " ^0.12.11 " ,
27
27
"emotion" : " ^9.2.12" ,
28
28
"emotion-theming" : " ^9.2.9" ,
29
29
"facepaint" : " ^1.2.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.12.10] ( https://github.com/pedronauck/docz/compare/v0.12.9...v0.12.10 ) (2018-11-15)
7
15
8
16
** Note:** Version bump only for package docz
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz" ,
3
- "version" : " 0.12.10 " ,
3
+ "version" : " 0.12.11 " ,
4
4
"description" : " It's has never been so easy to documents your things!" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
33
33
"callbag-subject" : " ^1.0.2" ,
34
34
"capitalize" : " ^2.0.0" ,
35
35
"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 " ,
38
38
"fast-deep-equal" : " ^2.0.1" ,
39
39
"lodash" : " ^4.17.11" ,
40
40
"prop-types" : " ^15.6.2" ,
You can’t perform that action at this time.
0 commit comments