Skip to content

Commit a159a16

Browse files
committed
v0.30.18
1 parent f3036c4 commit a159a16

File tree

10 files changed

+48
-8
lines changed

10 files changed

+48
-8
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.18](https://github.com/IBM/carbon-charts/compare/v0.30.17...v0.30.18) (2020-04-24)
7+
8+
**Note:** Version bump only for package @carbon/charts-monorepo
9+
10+
11+
12+
13+
614
## [0.30.17](https://github.com/IBM/carbon-charts/compare/v0.30.16...v0.30.17) (2020-04-23)
715

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
]
1313
}
1414
},
15-
"version": "0.30.17"
15+
"version": "0.30.18"
1616
}

packages/angular/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.18](https://github.com/IBM/carbon-charts/compare/v0.30.17...v0.30.18) (2020-04-24)
7+
8+
**Note:** Version bump only for package @carbon/charts-angular
9+
10+
11+
12+
13+
614
## [0.30.17](https://github.com/IBM/carbon-charts/compare/v0.30.16...v0.30.17) (2020-04-23)
715

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

packages/angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/charts-angular",
3-
"version": "0.30.17",
3+
"version": "0.30.18",
44
"description": "Carbon charting components for Angular",
55
"main": "index.js",
66
"scripts": {
@@ -39,7 +39,7 @@
3939
"scss"
4040
],
4141
"dependencies": {
42-
"@carbon/charts": "^0.30.17"
42+
"@carbon/charts": "^0.30.18"
4343
},
4444
"peerDependencies": {
4545
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0",

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.18](https://github.com/IBM/carbon-charts/compare/v0.30.17...v0.30.18) (2020-04-24)
7+
8+
**Note:** Version bump only for package @carbon/charts
9+
10+
11+
12+
13+
614
## [0.30.17](https://github.com/IBM/carbon-charts/compare/v0.30.16...v0.30.17) (2020-04-23)
715

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

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/charts",
3-
"version": "0.30.17",
3+
"version": "0.30.18",
44
"description": "Carbon charting components",
55
"main": "./bundle.js",
66
"module": "./index.js",

packages/react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.18](https://github.com/IBM/carbon-charts/compare/v0.30.17...v0.30.18) (2020-04-24)
7+
8+
**Note:** Version bump only for package @carbon/charts-react
9+
10+
11+
12+
13+
614
## [0.30.17](https://github.com/IBM/carbon-charts/compare/v0.30.16...v0.30.17) (2020-04-23)
715

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

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/charts-react",
3-
"version": "0.30.17",
3+
"version": "0.30.18",
44
"description": "Carbon charting components for React",
55
"main": "./bundle.js",
66
"module": "./index.js",
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://github.com/IBM/carbon-charts#readme",
4747
"dependencies": {
48-
"@carbon/charts": "^0.30.17"
48+
"@carbon/charts": "^0.30.18"
4949
},
5050
"peerDependencies": {
5151
"react": "^16.6.3",

packages/vue/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.18](https://github.com/IBM/carbon-charts/compare/v0.30.17...v0.30.18) (2020-04-24)
7+
8+
**Note:** Version bump only for package @carbon/charts-vue
9+
10+
11+
12+
13+
614
## [0.30.17](https://github.com/IBM/carbon-charts/compare/v0.30.16...v0.30.17) (2020-04-23)
715

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

packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/charts-vue",
3-
"version": "0.30.17",
3+
"version": "0.30.18",
44
"description": "Carbon charting components for Vue",
55
"main": "charts-vue.umd.min.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"clean": "rm -rf dist demo/bundle"
1515
},
1616
"dependencies": {
17-
"@carbon/charts": "^0.30.17",
17+
"@carbon/charts": "^0.30.18",
1818
"vue": "2.5.21"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)