This repository was archived by the owner on Jul 13, 2024. It is now read-only.
File tree 10 files changed +49
-13
lines changed
10 files changed +49
-13
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 1.2.0] ( https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/core@1.1.0...@gitgraph/core@1.2.0 )
8
+
9
+ > 7 May 2019
10
+
11
+ - Generate browser bundle for @gitgraph/js [ ` #287 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/287 )
12
+ - Implement custom render for tags [ ` #289 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/289 )
13
+ - Customize how we render branches labels [ ` #286 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/286 )
14
+ - Stream lerna outputs [ ` #281 ` ] ( https://github.com/nicoespeon/gitgraph.js/issues/281 )
15
+
7
16
#### [ 1.1.0] ( https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/core@1.1.0-6...@gitgraph/core@1.1.0 )
8
17
9
18
> 16 April 2019
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitgraph/core" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Core of gitgraph, a JavaScript library to draw pretty git graphs" ,
5
5
"author" : " Nicolas Carlo <nicolascarlo.espeon@gmail.com>" ,
6
6
"contributors" : [
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 1.1.0] ( https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/js@1.0.0...@gitgraph/js@1.1.0 )
8
+
9
+ > 7 May 2019
10
+
11
+ - Generate browser bundle for @gitgraph/js [ ` #287 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/287 )
12
+ - Implement custom render for tags [ ` #289 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/289 )
13
+ - Customize how we render branches labels [ ` #286 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/286 )
14
+ - Stream lerna outputs [ ` #281 ` ] ( https://github.com/nicoespeon/gitgraph.js/issues/281 )
15
+
7
16
#### [ 1.0.0] ( https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/js@1.0.0-4...@gitgraph/js@1.0.0 )
8
17
9
18
> 16 April 2019
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitgraph/js" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Draw pretty git graphs in the browser" ,
5
5
"author" : " Nicolas Carlo <nicolascarlo.espeon@gmail.com>" ,
6
6
"contributors" : [
48
48
"version" : " auto-changelog -p -l 0 --tag-prefix @gitgraph/js@ && git add CHANGELOG.md"
49
49
},
50
50
"dependencies" : {
51
- "@gitgraph/core" : " 1.1 .0"
51
+ "@gitgraph/core" : " 1.2 .0"
52
52
},
53
53
"devDependencies" : {
54
54
"@types/node" : " ^9.4.6" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 0.1.10] ( https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/node@0.1.9...@gitgraph/node@0.1.10 )
8
+
9
+ > 7 May 2019
10
+
11
+ - Generate browser bundle for @gitgraph/js [ ` #287 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/287 )
12
+ - Implement custom render for tags [ ` #289 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/289 )
13
+ - Customize how we render branches labels [ ` #286 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/286 )
14
+ - Stream lerna outputs [ ` #281 ` ] ( https://github.com/nicoespeon/gitgraph.js/issues/281 )
15
+
7
16
#### [ 0.1.9] ( https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/node@0.1.8...@gitgraph/node@0.1.9 )
8
17
9
18
> 16 April 2019
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitgraph/node" ,
3
- "version" : " 0.1.9 " ,
3
+ "version" : " 0.1.10 " ,
4
4
"description" : " Draw pretty git graphs in the terminal, with node.js" ,
5
5
"author" : " Nicolas Carlo <nicolascarlo.espeon@gmail.com>" ,
6
6
"contributors" : [
34
34
"version" : " auto-changelog -p -l 0 --tag-prefix @gitgraph/node@ && git add CHANGELOG.md"
35
35
},
36
36
"dependencies" : {
37
- "@gitgraph/core" : " 1.1 .0" ,
37
+ "@gitgraph/core" : " 1.2 .0" ,
38
38
"chalk" : " ^2.4.1" ,
39
39
"lodash" : " 4.17.11"
40
40
},
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 1.2.0] ( https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/react@1.1.0...@gitgraph/react@1.2.0 )
8
+
9
+ > 7 May 2019
10
+
11
+ - Generate browser bundle for @gitgraph/js [ ` #287 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/287 )
12
+ - Implement custom render for tags [ ` #289 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/289 )
13
+ - Customize how we render branches labels [ ` #286 ` ] ( https://github.com/nicoespeon/gitgraph.js/pull/286 )
14
+ - Stream lerna outputs [ ` #281 ` ] ( https://github.com/nicoespeon/gitgraph.js/issues/281 )
15
+
7
16
#### [ 1.1.0] ( https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/react@1.1.0-8...@gitgraph/react@1.1.0 )
8
17
9
18
> 16 April 2019
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitgraph/react" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Draw pretty git graphs in the browser, with React" ,
5
5
"author" : " Nicolas Carlo <nicolascarlo.espeon@gmail.com>" ,
6
6
"contributors" : [
43
43
"version" : " auto-changelog -p -l 0 --tag-prefix @gitgraph/react@ && git add CHANGELOG.md"
44
44
},
45
45
"dependencies" : {
46
- "@gitgraph/core" : " 1.1 .0"
46
+ "@gitgraph/core" : " 1.2 .0"
47
47
},
48
48
"peerDependencies" : {
49
49
"react" : " >= 16.8.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitgraph/stories" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"private" : true ,
5
5
"description" : " Stories of @gitgraph rendering libraries for E2E tests" ,
6
6
"author" : " Nicolas Carlo <nicolascarlo.espeon@gmail.com>" ,
17
17
"build" : " build-storybook"
18
18
},
19
19
"dependencies" : {
20
- "@gitgraph/js" : " 1.0 .0" ,
21
- "@gitgraph/react" : " 1.1 .0"
20
+ "@gitgraph/js" : " 1.1 .0" ,
21
+ "@gitgraph/react" : " 1.2 .0"
22
22
},
23
23
"devDependencies" : {
24
24
"@babel/core" : " 7.4.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitgraph/website" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"private" : true ,
5
5
"description" : " Gitgraphjs.com website" ,
6
6
"author" : " Nicolas Carlo <nicolascarlo.espeon@gmail.com>" ,
23
23
"deploy" : " npm run build && npm run github-files && gh-pages -d dist"
24
24
},
25
25
"dependencies" : {
26
- "@gitgraph/js" : " 1.0 .0" ,
27
- "@gitgraph/react" : " 1.1 .0"
26
+ "@gitgraph/js" : " 1.1 .0" ,
27
+ "@gitgraph/react" : " 1.2 .0"
28
28
},
29
29
"devDependencies" : {
30
30
"gh-pages" : " 2.0.1" ,
You can’t perform that action at this time.
0 commit comments