Skip to content

Commit 4408891

Browse files
committed
v2.143.0-next.19
1 parent e838770 commit 4408891

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

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.19](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.18...v2.143.0-next.19) (2021-01-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **imagehotspots:** support testcases by watching mouseevent for ctrl ([1d35edc](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/1d35edcb0490d5c93779662919f23ab5542c3a5e))
12+
13+
14+
### Features
15+
16+
* **imagehotspots:** only add the hotspot if you hold CTRL button ([04a88b0](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/04a88b0fb5262fa2845ba0a4983821beeda24d8c))
17+
18+
19+
20+
21+
622
# [2.143.0-next.18](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.17...v2.143.0-next.18) (2021-01-26)
723

824

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.18",
5+
"version": "2.143.0-next.19",
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.19](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.18...v2.143.0-next.19) (2021-01-27)
7+
8+
**Note:** Version bump only for package carbon-addons-iot-react
9+
10+
11+
12+
13+
614
# [2.143.0-next.18](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.17...v2.143.0-next.18) (2021-01-26)
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
@@ -274,5 +274,5 @@
274274
"resolutions": {
275275
"chokidar": "3.3.1"
276276
},
277-
"version": "2.143.0-next.18"
277+
"version": "2.143.0-next.19"
278278
}

0 commit comments

Comments
 (0)