Skip to content

Commit 7370bf9

Browse files
author
hubstairs bot
committed
v1.5.0
1 parent 2ba9595 commit 7370bf9

File tree

6 files changed

+42
-4
lines changed

6 files changed

+42
-4
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.5.0](https://github.com/hubstairs/display-controller/compare/v1.4.0...v1.5.0) (2022-05-17)
7+
8+
9+
### Features
10+
11+
* **display-js:** prepare resize function for the future ([1fe50bf](https://github.com/hubstairs/display-controller/commit/1fe50bf06915685fee0db8740e1b96629e871806))
12+
* **display-react:** add onChangeProduct callback ([946cba5](https://github.com/hubstairs/display-controller/commit/946cba5071e3393cceb42e7d55c1249c410296a0))
13+
14+
15+
### Bug Fixes
16+
17+
* **display-js:** error when a comment is inside the display container div ([3f5ae72](https://github.com/hubstairs/display-controller/commit/3f5ae72dbbf402f1dd2d8989228ae825afc2c344))
18+
19+
20+
621
## [1.4.0](https://github.com/hubstairs/display-controller/compare/v1.3.1...v1.4.0) (2022-02-01)
722

823

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.4.0"
8+
"version": "1.5.0"
99
}

packages/display-js/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.5.0](https://github.com/hubstairs/display-controller/compare/v1.4.0...v1.5.0) (2022-05-17)
7+
8+
9+
### Features
10+
11+
* **display-js:** prepare resize function for the future ([1fe50bf](https://github.com/hubstairs/display-controller/commit/1fe50bf06915685fee0db8740e1b96629e871806))
12+
13+
14+
### Bug Fixes
15+
16+
* **display-js:** error when a comment is inside the display container div ([3f5ae72](https://github.com/hubstairs/display-controller/commit/3f5ae72dbbf402f1dd2d8989228ae825afc2c344))
17+
18+
19+
620
## [1.4.0](https://github.com/hubstairs/display-controller/compare/v1.3.1...v1.4.0) (2022-02-01)
721

822

packages/display-js/package.json

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

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.5.0](https://github.com/hubstairs/display-controller/compare/v1.4.0...v1.5.0) (2022-05-17)
7+
8+
9+
### Features
10+
11+
* **display-react:** add onChangeProduct callback ([946cba5](https://github.com/hubstairs/display-controller/commit/946cba5071e3393cceb42e7d55c1249c410296a0))
12+
13+
14+
615
## [1.4.0](https://github.com/hubstairs/display-controller/compare/v1.3.1...v1.4.0) (2022-02-01)
716

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

packages/display-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubstairs/display-react",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"homepage": "https:/www.hubstairs.com",
55
"repository": {
66
"type": "git",
@@ -61,6 +61,6 @@
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.17.2",
64-
"@hubstairs/display-js": "^1.4.0"
64+
"@hubstairs/display-js": "^1.5.0"
6565
}
6666
}

0 commit comments

Comments
 (0)