Skip to content

Commit e2aa668

Browse files
committed
v2.143.0-next.13
1 parent e84f7c9 commit e2aa668

4 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [2.143.0-next.13](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.12...v2.143.0-next.13) (2021-01-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **table:** fix overflow icon size ([495f371](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/495f371038400b30b26a3f44011662ee47aedc23))
12+
* **table:** prettier on test helper file ([0d2da37](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/0d2da37592a307f99e9eb52d39e2cfcb9fe873fd))
13+
* **table:** story snapshot ([2f9fbae](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/2f9fbaeec1e8d988aeeb75adfec02c9d294392ea))
14+
* **table:** Update story description ([88887c1](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/88887c117643b5963f8d296df96f711a426bcf65))
15+
16+
17+
### Features
18+
19+
* **table:** add knob for pagination in aggregation story ([96fe2cb](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/96fe2cba3969ddf0b678e1fbb96ac075f437f627))
20+
* **table:** add overflow menu for aggregations ([451ddaf](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/451ddaf530eb4f72e244b94db02117a100b42f31))
21+
* **table:** column aggregation styles, testing, snapshot updates ([b058458](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/b058458534164b67ad4ca568e9e7761482f44934))
22+
* **table:** show column totals wip ([2f37d92](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/2f37d921e3855a8a2dc5926e53b16fb50dc9b6db))
23+
24+
25+
26+
27+
628
# [2.143.0-next.12](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.11...v2.143.0-next.12) (2021-01-22)
729

830
**Note:** Version bump only for package ibm-ai-applications

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.143.0-next.12",
5+
"version": "2.143.0-next.13",
66
"npmClient": "yarn"
77
}

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
# [2.143.0-next.13](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.12...v2.143.0-next.13) (2021-01-25)
7+
8+
**Note:** Version bump only for package carbon-addons-iot-react
9+
10+
11+
12+
13+
614
# [2.143.0-next.12](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.11...v2.143.0-next.12) (2021-01-22)
715

816
**Note:** Version bump only for package carbon-addons-iot-react

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,5 +275,5 @@
275275
"resolutions": {
276276
"chokidar": "3.3.1"
277277
},
278-
"version": "2.143.0-next.12"
278+
"version": "2.143.0-next.13"
279279
}

0 commit comments

Comments
 (0)