Skip to content

Commit 5865774

Browse files
committed
v0.10.4
1 parent bca636b commit 5865774

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.10.4](https://github.com/IBM/carbon-charts/compare/v0.10.3...v0.10.4) (2019-03-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove updateSVG() ([38f7e83](https://github.com/IBM/carbon-charts/commit/38f7e83)), closes [#185](https://github.com/IBM/carbon-charts/issues/185)
12+
13+
14+
15+
16+
617
## [0.10.3](https://github.com/IBM/carbon-charts/compare/v0.10.2...v0.10.3) (2019-03-07)
718

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

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
]
1717
}
1818
},
19-
"version": "0.10.3"
19+
"version": "0.10.4"
2020
}

Diff for: packages/core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.10.4](https://github.com/IBM/carbon-charts/compare/v0.10.3...v0.10.4) (2019-03-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove updateSVG() ([38f7e83](https://github.com/IBM/carbon-charts/commit/38f7e83)), closes [#185](https://github.com/IBM/carbon-charts/issues/185)
12+
13+
14+
15+
16+
617
## [0.10.2](https://github.com/IBM/carbon-charts/compare/v0.10.1...v0.10.2) (2019-03-06)
718

819

Diff for: 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.10.2",
3+
"version": "0.10.4",
44
"description": "Carbon charting components",
55
"files": [
66
"dist",

Diff for: 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.10.4](https://github.com/IBM/carbon-charts/compare/v0.10.3...v0.10.4) (2019-03-08)
7+
8+
**Note:** Version bump only for package @carbon/charts-react
9+
10+
11+
12+
13+
614
## [0.10.2](https://github.com/IBM/carbon-charts/compare/v0.10.1...v0.10.2) (2019-03-06)
715

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

Diff for: 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.10.2",
3+
"version": "0.10.4",
44
"description": "Carbon charting components for React",
55
"main": "index.js",
66
"files": [
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/IBM/carbon-charts#readme",
2929
"dependencies": {
30-
"@carbon/charts": "^0.10.2",
30+
"@carbon/charts": "^0.10.4",
3131
"react": "16.6.3",
3232
"react-dom": "16.6.3"
3333
},

Diff for: 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.10.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.10.3...v0.10.4) (2019-03-08)
7+
8+
**Note:** Version bump only for package @carbon/charts-vue
9+
10+
11+
12+
13+
614
## [0.10.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.10.2...v0.10.3) (2019-03-07)
715

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

Diff for: 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.10.3",
3+
"version": "0.10.4",
44
"description": "Carbon charting components for Vue",
55
"main": "index.js",
66
"files": [
@@ -19,7 +19,7 @@
1919
"format:diff": "prettier --list-different \"**/*.{scss,css,js,md,vue}\""
2020
},
2121
"dependencies": {
22-
"@carbon/charts": "^0.10.2",
22+
"@carbon/charts": "^0.10.4",
2323
"vue": "^2.6.6"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)