Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @gitgraph/[email protected]
 - @gitgraph/[email protected]
 - @gitgraph/[email protected]
 - @gitgraph/[email protected]
 - @gitgraph/[email protected]
 - @gitgraph/[email protected]
  • Loading branch information
nicoespeon committed May 7, 2019
1 parent ba4f413 commit 50156ed
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 13 deletions.
9 changes: 9 additions & 0 deletions packages/gitgraph-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gitgraph-core/package.json
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": [
Expand Down
9 changes: 9 additions & 0 deletions packages/gitgraph-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/gitgraph-js/package.json
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": [
Expand Down Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/gitgraph-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/gitgraph-node/package.json
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": [
Expand Down Expand Up @@ -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"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/gitgraph-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/gitgraph-react/package.json
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": [
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/stories/package.json
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]>",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
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]>",
Expand All @@ -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",
Expand Down

0 comments on commit 50156ed

Please sign in to comment.