Skip to content

Commit fc441f9

Browse files
author
hubstairs bot
committed
v1.7.0
1 parent c809865 commit fc441f9

File tree

6 files changed

+31
-4
lines changed

6 files changed

+31
-4
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.7.0](https://github.com/hubstairs/display-controller/compare/v1.6.1...v1.7.0) (2022-07-29)
7+
8+
9+
### Features
10+
11+
* add initialProducts and initialProductsMode options ([c809865](https://github.com/hubstairs/display-controller/commit/c809865a8f32f3a51d0217fbae4219b96c3cfe83))
12+
13+
14+
615
### [1.6.1](https://github.com/hubstairs/display-controller/compare/v1.6.0...v1.6.1) (2022-06-20)
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.6.1"
8+
"version": "1.7.0"
99
}

packages/display-js/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.7.0](https://github.com/hubstairs/display-controller/compare/v1.6.1...v1.7.0) (2022-07-29)
7+
8+
9+
### Features
10+
11+
* add initialProducts and initialProductsMode options ([c809865](https://github.com/hubstairs/display-controller/commit/c809865a8f32f3a51d0217fbae4219b96c3cfe83))
12+
13+
14+
615
## [1.5.0](https://github.com/hubstairs/display-controller/compare/v1.4.0...v1.5.0) (2022-05-17)
716

817

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.5.0",
3+
"version": "1.7.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.7.0](https://github.com/hubstairs/display-controller/compare/v1.6.1...v1.7.0) (2022-07-29)
7+
8+
9+
### Features
10+
11+
* add initialProducts and initialProductsMode options ([c809865](https://github.com/hubstairs/display-controller/commit/c809865a8f32f3a51d0217fbae4219b96c3cfe83))
12+
13+
14+
615
### [1.6.1](https://github.com/hubstairs/display-controller/compare/v1.6.0...v1.6.1) (2022-06-20)
716

817

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.6.1",
3+
"version": "1.7.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.5.0"
64+
"@hubstairs/display-js": "^1.7.0"
6565
}
6666
}

0 commit comments

Comments
 (0)