From 50156ed2991f03c7c488a10ecf2064ddbf0460e9 Mon Sep 17 00:00:00 2001 From: Nicolas Carlo Date: Mon, 6 May 2019 22:27:19 -0400 Subject: [PATCH] Publish - @gitgraph/core@1.2.0 - @gitgraph/js@1.1.0 - @gitgraph/node@0.1.10 - @gitgraph/react@1.2.0 - @gitgraph/stories@0.0.5 - @gitgraph/website@0.0.2 --- packages/gitgraph-core/CHANGELOG.md | 9 +++++++++ packages/gitgraph-core/package.json | 2 +- packages/gitgraph-js/CHANGELOG.md | 9 +++++++++ packages/gitgraph-js/package.json | 4 ++-- packages/gitgraph-node/CHANGELOG.md | 9 +++++++++ packages/gitgraph-node/package.json | 4 ++-- packages/gitgraph-react/CHANGELOG.md | 9 +++++++++ packages/gitgraph-react/package.json | 4 ++-- packages/stories/package.json | 6 +++--- packages/website/package.json | 6 +++--- 10 files changed, 49 insertions(+), 13 deletions(-) diff --git a/packages/gitgraph-core/CHANGELOG.md b/packages/gitgraph-core/CHANGELOG.md index 51ebbcd5..bf02d699 100644 --- a/packages/gitgraph-core/CHANGELOG.md +++ b/packages/gitgraph-core/CHANGELOG.md @@ -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/core@1.1.0...@gitgraph/core@1.2.0) + +> 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/core@1.1.0-6...@gitgraph/core@1.1.0) > 16 April 2019 diff --git a/packages/gitgraph-core/package.json b/packages/gitgraph-core/package.json index 5a2a179d..92defd5b 100644 --- a/packages/gitgraph-core/package.json +++ b/packages/gitgraph-core/package.json @@ -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 ", "contributors": [ diff --git a/packages/gitgraph-js/CHANGELOG.md b/packages/gitgraph-js/CHANGELOG.md index a79f27a2..08195603 100644 --- a/packages/gitgraph-js/CHANGELOG.md +++ b/packages/gitgraph-js/CHANGELOG.md @@ -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/js@1.0.0...@gitgraph/js@1.1.0) + +> 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/js@1.0.0-4...@gitgraph/js@1.0.0) > 16 April 2019 diff --git a/packages/gitgraph-js/package.json b/packages/gitgraph-js/package.json index 726679a4..e19289cf 100644 --- a/packages/gitgraph-js/package.json +++ b/packages/gitgraph-js/package.json @@ -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 ", "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", diff --git a/packages/gitgraph-node/CHANGELOG.md b/packages/gitgraph-node/CHANGELOG.md index c8a480fd..7e9d74df 100644 --- a/packages/gitgraph-node/CHANGELOG.md +++ b/packages/gitgraph-node/CHANGELOG.md @@ -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/node@0.1.9...@gitgraph/node@0.1.10) + +> 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/node@0.1.8...@gitgraph/node@0.1.9) > 16 April 2019 diff --git a/packages/gitgraph-node/package.json b/packages/gitgraph-node/package.json index 151b8451..8b516500 100644 --- a/packages/gitgraph-node/package.json +++ b/packages/gitgraph-node/package.json @@ -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 ", "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" }, diff --git a/packages/gitgraph-react/CHANGELOG.md b/packages/gitgraph-react/CHANGELOG.md index 8dd590ca..ec8b785b 100644 --- a/packages/gitgraph-react/CHANGELOG.md +++ b/packages/gitgraph-react/CHANGELOG.md @@ -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/react@1.1.0...@gitgraph/react@1.2.0) + +> 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/react@1.1.0-8...@gitgraph/react@1.1.0) > 16 April 2019 diff --git a/packages/gitgraph-react/package.json b/packages/gitgraph-react/package.json index c117874c..e28eb800 100644 --- a/packages/gitgraph-react/package.json +++ b/packages/gitgraph-react/package.json @@ -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 ", "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" diff --git a/packages/stories/package.json b/packages/stories/package.json index 1d52ceab..36700ed5 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -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 ", @@ -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", diff --git a/packages/website/package.json b/packages/website/package.json index fabe136f..1b07d905 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@gitgraph/website", - "version": "0.0.1", + "version": "0.0.2", "private": true, "description": "Gitgraphjs.com website", "author": "Nicolas Carlo ", @@ -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",