Skip to content

Commit a7759d7

Browse files
author
hubstairs bot
committed
v1.1.0
1 parent bb9aef8 commit a7759d7

File tree

6 files changed

+30
-4
lines changed

6 files changed

+30
-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.1.0](https://github.com/hubstairs/display-controller/compare/v1.0.0...v1.1.0) (2020-11-05)
7+
8+
9+
### Features
10+
11+
* add config option in display-react ([3412eb3](https://github.com/hubstairs/display-controller/commit/3412eb3ec3672a5b34d4f9a9beaea60f6b8a873b))
12+
13+
14+
615
# [0.2.0](https://gitlab.com/hubstairs/front/npm-modules/display-controller/compare/v0.1.0...v0.2.0) (2020-07-24)
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.0.0"
8+
"version": "1.1.0"
99
}

packages/display-js/CHANGELOG.md

+8
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+
## [1.1.0](https://github.com/hubstairs/display-controller/compare/v1.0.0...v1.1.0) (2020-11-05)
7+
8+
**Note:** Version bump only for package @hubstairs/display-js
9+
10+
11+
12+
13+
614
# [0.2.0](https://gitlab.com/hubstairs/front/npm-modules/display-controller/compare/v0.1.0...v0.2.0) (2020-07-24)
715

816

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.0.0",
3+
"version": "1.1.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.1.0](https://github.com/hubstairs/display-controller/compare/v1.0.0...v1.1.0) (2020-11-05)
7+
8+
9+
### Features
10+
11+
* add config option in display-react ([3412eb3](https://github.com/hubstairs/display-controller/commit/3412eb3ec3672a5b34d4f9a9beaea60f6b8a873b))
12+
13+
14+
615
# [0.2.0](https://gitlab.com/hubstairs/front/npm-modules/display-controller/compare/v0.1.0...v0.2.0) (2020-07-24)
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.0.0",
3+
"version": "1.1.0",
44
"homepage": "https:/www.hubstairs.com",
55
"repository": {
66
"type": "git",
@@ -59,6 +59,6 @@
5959
},
6060
"dependencies": {
6161
"@babel/runtime": "^7.12.5",
62-
"@hubstairs/display-js": "^1.0.0"
62+
"@hubstairs/display-js": "^1.1.0"
6363
}
6464
}

0 commit comments

Comments
 (0)