This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 18 files changed +92
-20
lines changed Expand file tree Collapse file tree 18 files changed +92
-20
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
+ <a name =" 0.2.9 " ></a >
7
+ ## [ 0.2.9] ( https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9 ) (2018-06-21)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package undefined
13
+
6
14
<a name =" 0.2.8 " ></a >
7
15
## [ 0.2.8] ( https://github.com/pedronauck/docz/compare/v0.2.7...v0.2.8 ) (2018-06-21)
8
16
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
+ <a name =" 0.2.9 " ></a >
7
+ ## [ 0.2.9] ( https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9 ) (2018-06-21)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package docz-example-babel6
13
+
6
14
<a name =" 0.2.8 " ></a >
7
15
## [ 0.2.8] ( https://github.com/pedronauck/docz/compare/v0.2.7...v0.2.8 ) (2018-06-21)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-babel6" ,
3
- "version" : " 0.2.8 " ,
3
+ "version" : " 0.2.9 " ,
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.2.8 " ,
11
- "docz-core" : " ^0.2.8 " ,
10
+ "docz" : " ^0.2.9 " ,
11
+ "docz-core" : " ^0.2.9 " ,
12
12
"emotion" : " ^9.2.3" ,
13
13
"prop-types" : " ^15.6.2" ,
14
14
"react" : " ^16.4.1" ,
17
17
},
18
18
"devDependencies" : {
19
19
"babel-plugin-emotion" : " ^9.2.0" ,
20
- "docz-plugin-babel6" : " ^0.2.8 "
20
+ "docz-plugin-babel6" : " ^0.2.9 "
21
21
}
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
+ <a name =" 0.2.9 " ></a >
7
+ ## [ 0.2.9] ( https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9 ) (2018-06-21)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package docz-example-basic
13
+
6
14
<a name =" 0.2.8 " ></a >
7
15
## [ 0.2.8] ( https://github.com/pedronauck/docz/compare/v0.2.7...v0.2.8 ) (2018-06-21)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-basic" ,
3
- "version" : " 0.2.8 " ,
3
+ "version" : " 0.2.9 " ,
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.2.8 " ,
11
- "docz-core" : " ^0.2.8 " ,
10
+ "docz" : " ^0.2.9 " ,
11
+ "docz-core" : " ^0.2.9 " ,
12
12
"emotion" : " ^9.2.3" ,
13
13
"prop-types" : " ^15.6.2" ,
14
14
"react" : " ^16.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
+ <a name =" 0.2.9 " ></a >
7
+ ## [ 0.2.9] ( https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9 ) (2018-06-21)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package docz-example-flow
13
+
6
14
<a name =" 0.2.8 " ></a >
7
15
## [ 0.2.8] ( https://github.com/pedronauck/docz/compare/v0.2.7...v0.2.8 ) (2018-06-21)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-flow" ,
3
- "version" : " 0.2.8 " ,
3
+ "version" : " 0.2.9 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"dev" : " docz dev" ,
7
7
"build" : " docz build"
8
8
},
9
9
"dependencies" : {
10
10
"@babel/preset-flow" : " ^7.0.0-beta.51" ,
11
- "docz" : " ^0.2.8 " ,
11
+ "docz" : " ^0.2.9 " ,
12
12
"emotion" : " ^9.2.3" ,
13
13
"prop-types" : " ^15.6.2" ,
14
14
"react" : " ^16.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
+ <a name =" 0.2.9 " ></a >
7
+ ## [ 0.2.9] ( https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9 ) (2018-06-21)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package docz-example-typescript
13
+
6
14
<a name =" 0.2.8 " ></a >
7
15
## [ 0.2.8] ( https://github.com/pedronauck/docz/compare/v0.2.7...v0.2.8 ) (2018-06-21)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-example-typescript" ,
3
- "version" : " 0.2.8 " ,
3
+ "version" : " 0.2.9 " ,
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.2.8 " ,
10
+ "docz" : " ^0.2.9 " ,
11
11
"emotion" : " ^9.2.3" ,
12
12
"react" : " ^16.4.1" ,
13
13
"react-dom" : " ^16.4.1" ,
Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/**/*"
5
5
],
6
- "version" : " 0.2.8 " ,
6
+ "version" : " 0.2.9 " ,
7
7
"npmClient" : " yarn" ,
8
8
"useWorkspaces" : true
9
9
}
You can’t perform that action at this time.
0 commit comments