Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Oct 1, 2018
1 parent c029559 commit 39c0367
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.4"></a>
## [0.4.4](https://github.com/IBM/carbon-charts/compare/v0.4.3...v0.4.4) (2018-10-01)

**Note:** Version bump only for package @carbon/charts-monorepo





<a name="0.4.4"></a>
## [0.4.4](https://github.com/IBM/carbon-charts/compare/v0.4.3...v0.4.4) (2018-09-24)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
]
}
},
"version": "0.4.3"
"version": "0.4.4"
}
5 changes: 5 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.4"></a>
## [0.4.4](https://github.com/IBM/carbon-charts/compare/v0.4.3...v0.4.4) (2018-10-01)

**Note:** Version bump only for package @carbon/charts-angular




Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts-angular",
"version": "0.4.3",
"version": "0.4.4",
"description": "Carbon charting components for Angular",
"main": "index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"zone.js": "0.8.18"
},
"dependencies": {
"@carbon/charts": "^0.4.3"
"@carbon/charts": "^0.4.4"
},
"devDependencies": {
"@angular/animations": "6.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.4"></a>
## [0.4.4](https://github.com/IBM/carbon-charts/compare/v0.4.3...v0.4.4) (2018-10-01)

**Note:** Version bump only for package @carbon/charts




Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts",
"version": "0.4.3",
"version": "0.4.4",
"description": "Carbon charting components",
"files": [
"dist"
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.4"></a>
## [0.4.4](https://github.com/IBM/carbon-charts/compare/v0.4.3...v0.4.4) (2018-10-01)

**Note:** Version bump only for package @carbon/charts-react





<a name="0.4.4"></a>
## [0.4.4](https://github.com/IBM/carbon-charts/compare/v0.4.3...v0.4.4) (2018-09-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts-react",
"version": "0.4.3",
"version": "0.4.4",
"description": "Carbon charting components for React",
"private": true,
"main": "build/index.js",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/IBM/carbon-charts#readme",
"dependencies": {
"@carbon/charts": "^0.4.3",
"@carbon/charts": "^0.4.4",
"react": "16.0.0",
"react-dom": "16.4.2",
"react-icons": "2.2.7"
Expand Down

0 comments on commit 39c0367

Please sign in to comment.