This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @gitgraph/[email protected] - @gitgraph/[email protected] - @gitgraph/[email protected] - @gitgraph/[email protected] - @gitgraph/[email protected] - @gitgraph/[email protected]
- Loading branch information
1 parent
ba4f413
commit 50156ed
Showing
10 changed files
with
49 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
|
||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
#### [1.2.0](https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/[email protected]...@gitgraph/[email protected]) | ||
|
||
> 7 May 2019 | ||
- Generate browser bundle for @gitgraph/js [`#287`](https://github.com/nicoespeon/gitgraph.js/pull/287) | ||
- Implement custom render for tags [`#289`](https://github.com/nicoespeon/gitgraph.js/pull/289) | ||
- Customize how we render branches labels [`#286`](https://github.com/nicoespeon/gitgraph.js/pull/286) | ||
- Stream lerna outputs [`#281`](https://github.com/nicoespeon/gitgraph.js/issues/281) | ||
|
||
#### [1.1.0](https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/[email protected]...@gitgraph/[email protected]) | ||
|
||
> 16 April 2019 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gitgraph/core", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Core of gitgraph, a JavaScript library to draw pretty git graphs", | ||
"author": "Nicolas Carlo <[email protected]>", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
|
||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
#### [1.1.0](https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/[email protected]...@gitgraph/[email protected]) | ||
|
||
> 7 May 2019 | ||
- Generate browser bundle for @gitgraph/js [`#287`](https://github.com/nicoespeon/gitgraph.js/pull/287) | ||
- Implement custom render for tags [`#289`](https://github.com/nicoespeon/gitgraph.js/pull/289) | ||
- Customize how we render branches labels [`#286`](https://github.com/nicoespeon/gitgraph.js/pull/286) | ||
- Stream lerna outputs [`#281`](https://github.com/nicoespeon/gitgraph.js/issues/281) | ||
|
||
#### [1.0.0](https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/[email protected]...@gitgraph/[email protected]) | ||
|
||
> 16 April 2019 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gitgraph/js", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Draw pretty git graphs in the browser", | ||
"author": "Nicolas Carlo <[email protected]>", | ||
"contributors": [ | ||
|
@@ -48,7 +48,7 @@ | |
"version": "auto-changelog -p -l 0 --tag-prefix @gitgraph/js@ && git add CHANGELOG.md" | ||
}, | ||
"dependencies": { | ||
"@gitgraph/core": "1.1.0" | ||
"@gitgraph/core": "1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^9.4.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
|
||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
#### [0.1.10](https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/[email protected]...@gitgraph/[email protected]) | ||
|
||
> 7 May 2019 | ||
- Generate browser bundle for @gitgraph/js [`#287`](https://github.com/nicoespeon/gitgraph.js/pull/287) | ||
- Implement custom render for tags [`#289`](https://github.com/nicoespeon/gitgraph.js/pull/289) | ||
- Customize how we render branches labels [`#286`](https://github.com/nicoespeon/gitgraph.js/pull/286) | ||
- Stream lerna outputs [`#281`](https://github.com/nicoespeon/gitgraph.js/issues/281) | ||
|
||
#### [0.1.9](https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/[email protected]...@gitgraph/[email protected]) | ||
|
||
> 16 April 2019 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gitgraph/node", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Draw pretty git graphs in the terminal, with node.js", | ||
"author": "Nicolas Carlo <[email protected]>", | ||
"contributors": [ | ||
|
@@ -34,7 +34,7 @@ | |
"version": "auto-changelog -p -l 0 --tag-prefix @gitgraph/node@ && git add CHANGELOG.md" | ||
}, | ||
"dependencies": { | ||
"@gitgraph/core": "1.1.0", | ||
"@gitgraph/core": "1.2.0", | ||
"chalk": "^2.4.1", | ||
"lodash": "4.17.11" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
|
||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
#### [1.2.0](https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/[email protected]...@gitgraph/[email protected]) | ||
|
||
> 7 May 2019 | ||
- Generate browser bundle for @gitgraph/js [`#287`](https://github.com/nicoespeon/gitgraph.js/pull/287) | ||
- Implement custom render for tags [`#289`](https://github.com/nicoespeon/gitgraph.js/pull/289) | ||
- Customize how we render branches labels [`#286`](https://github.com/nicoespeon/gitgraph.js/pull/286) | ||
- Stream lerna outputs [`#281`](https://github.com/nicoespeon/gitgraph.js/issues/281) | ||
|
||
#### [1.1.0](https://github.com/nicoespeon/gitgraph.js/compare/@gitgraph/[email protected]...@gitgraph/[email protected]) | ||
|
||
> 16 April 2019 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gitgraph/react", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Draw pretty git graphs in the browser, with React", | ||
"author": "Nicolas Carlo <[email protected]>", | ||
"contributors": [ | ||
|
@@ -43,7 +43,7 @@ | |
"version": "auto-changelog -p -l 0 --tag-prefix @gitgraph/react@ && git add CHANGELOG.md" | ||
}, | ||
"dependencies": { | ||
"@gitgraph/core": "1.1.0" | ||
"@gitgraph/core": "1.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">= 16.8.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gitgraph/stories", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"private": true, | ||
"description": "Stories of @gitgraph rendering libraries for E2E tests", | ||
"author": "Nicolas Carlo <[email protected]>", | ||
|
@@ -17,8 +17,8 @@ | |
"build": "build-storybook" | ||
}, | ||
"dependencies": { | ||
"@gitgraph/js": "1.0.0", | ||
"@gitgraph/react": "1.1.0" | ||
"@gitgraph/js": "1.1.0", | ||
"@gitgraph/react": "1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.4.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gitgraph/website", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"private": true, | ||
"description": "Gitgraphjs.com website", | ||
"author": "Nicolas Carlo <[email protected]>", | ||
|
@@ -23,8 +23,8 @@ | |
"deploy": "npm run build && npm run github-files && gh-pages -d dist" | ||
}, | ||
"dependencies": { | ||
"@gitgraph/js": "1.0.0", | ||
"@gitgraph/react": "1.1.0" | ||
"@gitgraph/js": "1.1.0", | ||
"@gitgraph/react": "1.2.0" | ||
}, | ||
"devDependencies": { | ||
"gh-pages": "2.0.1", | ||
|