Skip to content

Commit 09d0063

Browse files
author
hubstairs bot
committed
v1.8.0
1 parent 2faa831 commit 09d0063

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## [1.8.0](https://github.com/hubstairs/display-controller/compare/v1.7.2...v1.8.0) (2024-03-14)
7+
8+
9+
### Features
10+
11+
* dont register productClick event if no onProductClick received ([2faa831](https://github.com/hubstairs/display-controller/commit/2faa831d3f2dcd6bd0a310d9f8447fadd4da7531))
12+
13+
14+
615
### [1.7.2](https://github.com/hubstairs/display-controller/compare/v1.7.1...v1.7.2) (2024-02-22)
716

817

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/*"
66
],
77
"changelogPreset": "conventionalcommits",
8-
"version": "1.7.2"
8+
"version": "1.8.0"
99
}

packages/display-react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## [1.8.0](https://github.com/hubstairs/display-controller/compare/v1.7.2...v1.8.0) (2024-03-14)
7+
8+
9+
### Features
10+
11+
* dont register productClick event if no onProductClick received ([2faa831](https://github.com/hubstairs/display-controller/commit/2faa831d3f2dcd6bd0a310d9f8447fadd4da7531))
12+
13+
14+
615
### [1.7.2](https://github.com/hubstairs/display-controller/compare/v1.7.1...v1.7.2) (2024-02-22)
716

817
**Note:** Version bump only for package @hubstairs/display-react

packages/display-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubstairs/display-react",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"homepage": "https:/www.hubstairs.com",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)