Skip to content

Commit 40b4ba3

Browse files
committed
v2.143.0-next.14
1 parent 06fb15d commit 40b4ba3

4 files changed

Lines changed: 36 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.14](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.13...v2.143.0-next.14) (2021-01-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **prettier:** should ignore changelog generated by lerna ([fa09e03](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/fa09e03012c766e034134950ddb3434a24f41d6f))
12+
* vscode integrated terminal config to use node v14 ([16a3634](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/16a3634279ff8d33ae3b4ee883c88adeff98b3c1))
13+
14+
15+
### Features
16+
17+
* configure react workspace to use node 14 ([cae4acf](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/cae4acfe68788500f2f1e9015f164daff7f1b032))
18+
* **repo:** update to use node v14 ([0661fcd](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/0661fcd5390ef698add6c4a23dcb479277143b4a))
19+
20+
21+
22+
23+
624
# [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)
725

826

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.13",
5+
"version": "2.143.0-next.14",
66
"npmClient": "yarn"
77
}

packages/react/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.14](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.13...v2.143.0-next.14) (2021-01-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **prettier:** should ignore changelog generated by lerna ([fa09e03](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/fa09e03012c766e034134950ddb3434a24f41d6f))
12+
13+
14+
### Features
15+
16+
* configure react workspace to use node 14 ([cae4acf](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/cae4acfe68788500f2f1e9015f164daff7f1b032))
17+
18+
19+
20+
21+
622
# [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)
723

824
**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
@@ -274,5 +274,5 @@
274274
"resolutions": {
275275
"chokidar": "3.3.1"
276276
},
277-
"version": "2.143.0-next.13"
277+
"version": "2.143.0-next.14"
278278
}

0 commit comments

Comments
 (0)