Skip to content

Commit e160f7c

Browse files
author
hubstairs bot
committed
v1.3.0
1 parent 7a8e39b commit e160f7c

File tree

6 files changed

+30
-4
lines changed

6 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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.3.0](https://github.com/hubstairs/display-controller/compare/v1.2.0...v1.3.0) (2021-03-03)
7+
8+
9+
### Features
10+
11+
* manage hubstairs.io urls ([7a8e39b](https://github.com/hubstairs/display-controller/commit/7a8e39bf8856350a0166a29eaf5a4a7e4bf0b00c))
12+
13+
14+
615
## [1.2.0](https://github.com/hubstairs/display-controller/compare/v1.1.1...v1.2.0) (2021-02-03)
716

817

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/*"
66
],
77
"changelogPreset": "conventionalcommits",
8-
"version": "1.2.0"
8+
"version": "1.3.0"
99
}

packages/display-js/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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.3.0](https://github.com/hubstairs/display-controller/compare/v1.2.0...v1.3.0) (2021-03-03)
7+
8+
9+
### Features
10+
11+
* manage hubstairs.io urls ([7a8e39b](https://github.com/hubstairs/display-controller/commit/7a8e39bf8856350a0166a29eaf5a4a7e4bf0b00c))
12+
13+
14+
615
## [1.2.0](https://github.com/hubstairs/display-controller/compare/v1.1.1...v1.2.0) (2021-02-03)
716

817

packages/display-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubstairs/display-js",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"homepage": "https:/www.hubstairs.com",
55
"repository": {
66
"type": "git",

packages/display-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+
## [1.3.0](https://github.com/hubstairs/display-controller/compare/v1.2.0...v1.3.0) (2021-03-03)
7+
8+
**Note:** Version bump only for package @hubstairs/display-react
9+
10+
11+
12+
13+
614
## [1.2.0](https://github.com/hubstairs/display-controller/compare/v1.1.1...v1.2.0) (2021-02-03)
715

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

packages/display-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubstairs/display-react",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"homepage": "https:/www.hubstairs.com",
55
"repository": {
66
"type": "git",
@@ -59,6 +59,6 @@
5959
},
6060
"dependencies": {
6161
"@babel/runtime": "^7.12.13",
62-
"@hubstairs/display-js": "^1.2.0"
62+
"@hubstairs/display-js": "^1.3.0"
6363
}
6464
}

0 commit comments

Comments
 (0)